How to solve the min-max problem with mixed integer linear programming(MILP)?
25 次查看(过去 30 天)
显示 更早的评论
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 个评论
Sadia Tasnim
2024-2-2
移动:Matt J
2024-2-2
How did you solve your problem? I am facing the similar challange as you described here.
回答(1 个)
Matt J
2021-8-18
编辑:Matt J
2021-8-18
Eliminate the inner max problem by rewriting it as,
7 个评论
Sadia Tasnim
2024-2-3
编辑:Sadia Tasnim
2024-2-3
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Programming and Mixed-Integer Linear Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!