How to solve the min-max problem with mixed integer linear programming(MILP)?
25 views (last 30 days)
Show older comments
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 Comments
Sadia Tasnim
on 2 Feb 2024
Moved: Matt J
on 2 Feb 2024
How did you solve your problem? I am facing the similar challange as you described here.
Answers (1)
Matt J
on 18 Aug 2021
Edited: Matt J
on 18 Aug 2021
Eliminate the inner max problem by rewriting it as,
7 Comments
Sadia Tasnim
on 3 Feb 2024
Edited: Sadia Tasnim
on 3 Feb 2024
See Also
Categories
Find more on Linear Programming and Mixed-Integer Linear Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!