Maximize z in the following linear program:

4 visualizaciones (últimos 30 días)
Afuaab Koohg
Afuaab Koohg el 24 de Sept. de 2023
Comentada: Torsten el 24 de Sept. de 2023
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 comentarios
Afuaab Koohg
Afuaab Koohg el 24 de Sept. de 2023
@Torsten: Could you share your code becauise I get
Torsten
Torsten el 24 de Sept. de 2023
Done.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by