Linprog stopped because no point satisfies the constraints.

38 views (last 30 days)
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 =
[]

Answers (1)

Matt J
Matt J on 27 Nov 2020
Edited: Matt J on 27 Nov 2020
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.

Community Treasure Hunt

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

Start Hunting!