Is there a way to know if constraints are not too restricitve.
3 次查看(过去 30 天)
显示 更早的评论
Hi everyone,
I was wondering, given a constraint type a.x =<b
Is there a quick way to know if the boundaries are not too restrictive to allow at least one solution?
Given an easy example:
[0 0 -1 -1 -0.5; -1 -1 0 0 -0.5; -1 -1 -1 -1 -1; 1 1 1 1 1]
Thank you!
2 个评论
采纳的回答
Matt J
2013-2-8
编辑:Matt J
2013-2-8
If you know it to be a bounded feasible set, you can check if it has a non-empty set of vertices using LCON2VERT in
7 个评论
Matt J
2013-2-8
Then you should restore your question back to its original form. You are asking about whether the feasible set is empty/nonempty, not whether the feasible set is bounded/unbounded.
In any case, you have both answers, but it is practical mainly for low dimensional problems.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Mathematics and Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!