How to solve the min-max problem with mixed integer linear programming(MILP)?
23 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Sadia Tasnim
le 2 Fév 2024
Déplacé(e) : Matt J
le 2 Fév 2024
How did you solve your problem? I am facing the similar challange as you described here.
Réponses (1)
Matt J
le 18 Août 2021
Modifié(e) : Matt J
le 18 Août 2021
Eliminate the inner max problem by rewriting it as,
7 commentaires
Sadia Tasnim
le 3 Fév 2024
Modifié(e) : Sadia Tasnim
le 3 Fév 2024
Voir également
Catégories
En savoir plus sur Linear Programming and Mixed-Integer Linear Programming dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!