Is there a way to know if constraints are not too restricitve.

1 回表示 (過去 30 日間)
Johan
Johan 2013 年 2 月 8 日
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
Matt J 2013 年 2 月 8 日
編集済み: Matt J 2013 年 2 月 8 日
Is your example data the "a" matrix? If so, where's the b vector to go with it?
Johan
Johan 2013 年 2 月 8 日
Sorry, b is the last column.

サインインしてコメントする。

採用された回答

Matt J
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 件のコメント
Johan
Johan 2013 年 2 月 8 日
I think I am hopeless, but it is what I am looking for. I want to know if the fact of putting constraints such as 1*a > 1, 1*b>1, a+b =1. In that case it is impossible to find a solution... Thank you for your answers.
Matt J
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 ExchangeMathematics and Optimization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by