Skip to main content

minimax optimization

Answered

Comments

1 comment

  • Jaromił Najman
    Gurobi Staff Gurobi Staff

    Hi,

    Are you sure that you want to solve a multi-objective problem? Because then your model should rather be something like

    \[\begin{align*}
    &\min (Px, -Qx) \\
    &\text{s.t. some constraints}
    \end{align*}\]

    If you indeed want to solve a multi-objective model, please refer to our Documentation of Working with Multiple Objectives.

    The formulation you wrote looks more like bilevel optimization. There is plently of literature on how to solve (mixed-integer) linear bilevel optimization problems. Most of them require the dualization of the second level. One good overview is provided by Ben-Ayed 1993.

    Best regards, 
    Jaromił

    0

Please sign in to leave a comment.