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!