How to solve the min-max problem with mixed integer linear programming(MILP)?
25 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Sadia Tasnim
il 2 Feb 2024
Spostato: Matt J
il 2 Feb 2024
How did you solve your problem? I am facing the similar challange as you described here.
Risposte (1)
Matt J
il 18 Ago 2021
Modificato: Matt J
il 18 Ago 2021
Eliminate the inner max problem by rewriting it as,
7 Commenti
Sadia Tasnim
il 3 Feb 2024
Modificato: Sadia Tasnim
il 3 Feb 2024
Vedere anche
Categorie
Scopri di più su Linear Programming and Mixed-Integer Linear Programming in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!