Linprog stopped because no point satisfies the constraints.

43 次查看(过去 30 天)
How i can solve this problem? Please i need your assistance.
x =
[]
fval =
[]
exitflag =
-2
output =
struct with fields:
iterations: 0
message: 'The problem is infeasible.↵↵Linprog stopped because no point satisfies the constraints.'
algorithm: 'interior-point'
constrviolation: []
firstorderopt: []
lambda =
[]

回答(1 个)

Matt J
Matt J 2020-11-27
编辑:Matt J 2020-11-27
linprog is telling you that no solution exists, because there is no x that satisfies your constraints. Your problem must have a non-empty set of feasible points in order to be solvable.

类别

Help CenterFile Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by