Linprog stopped because no point satisfies the constraints.

41 ビュー (過去 30 日間)
Djibeyrou Ba
Djibeyrou Ba 2020 年 11 月 27 日
編集済み: Matt J 2020 年 11 月 27 日
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 Center および File ExchangeSolver 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