Is there a way to know if constraints are not too restricitve.
조회 수: 4 (최근 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!