Minimize e
subject to
e+x1 -0.5 >= 0 ,
e+x2 -0.5 >= 0
e+x3 -0.5 >= 0
e+x1+ x2 -1.25 >= 0
e+x1+ x3 -1.25 >= 0
e+x2+ x3-1 >= 0 ,
x1+x2+x3= 1.75
x1- 0.5 >= 0
x2- 0.5 >= 0
x3- 0.5 >= 0
I want to compute x1,x2 and x3 when is at its minimum e=0

 採用された回答

Torsten
Torsten 2016 年 7 月 26 日

0 投票

help linprog
Best wishes
Torsten.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMathematics についてさらに検索

質問済み:

2016 年 7 月 25 日

回答済み:

2016 年 7 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by