Exiting: One or more of the residuals, duality gap, or total relative error
has stalled:
the dual appears to be infeasible (and the primal unbounded).
(The primal residual < TolFun=1.00e-008.)
应该没问题,能运行处结果。
NOTE: the LargeScale (the default) version of linprog uses a
primal-dual method. Both the primal problem and the dual problem
must be feasible for convergence. Infeasibility messages of
either the primal or dual, or both, are given as appropriate. The
primal problem in standard form is
min f'*x such that A*x = b, x >= 0.
The dual problem is
max b'*y such that A'*y + s = f, s >= 0.