How to solve the min-max problem with mixed integer linear programming(MILP)?
25 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to solve the MILP problem by referring to the page below.
https://jp.mathworks.com/help/optim/ug/mixed-integer-linear-programming-basics-problem-based.html?lang=en
The problem I want to solve is that the objective function is represented by min-max.
However, I understand that the "optimproblem function" that creates an optimization problem only supports maximization and minimization, not min-max.
https://jp.mathworks.com/help/optim/ug/optimproblem.html?lang=en
So, please tell me how to solve the min-max problem.
thanks in advance.
3 comentarios
Sadia Tasnim
el 2 de Feb. de 2024
Movida: Matt J
el 2 de Feb. de 2024
How did you solve your problem? I am facing the similar challange as you described here.
Respuestas (1)
Matt J
el 18 de Ag. de 2021
Editada: Matt J
el 18 de Ag. de 2021
Eliminate the inner max problem by rewriting it as,
7 comentarios
Sadia Tasnim
el 3 de Feb. de 2024
Editada: Sadia Tasnim
el 3 de Feb. de 2024
Ver también
Categorías
Más información sobre Linear Programming and Mixed-Integer Linear Programming en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!