Maximize z in the following linear program:

1 回表示 (過去 30 日間)
Afuaab Koohg
Afuaab Koohg 2023 年 9 月 24 日
コメント済み: Torsten 2023 年 9 月 24 日
I have a question about Linear program
Given A = [1 1; -1 1; 0 -1], b = [10;10;0]
maximize z
subject to A(i) * x + z ≤ b(i) ∀i ∈{2,3}
-A(t) * x + z ≤ -b(t) ∀t ∈{1}
z ≤ 1 \\* or any other constant
  8 件のコメント
Afuaab Koohg
Afuaab Koohg 2023 年 9 月 24 日
@Torsten: Could you share your code becauise I get
Torsten
Torsten 2023 年 9 月 24 日
Done.

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

回答 (0 件)

カテゴリ

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