Mixed Complementarity Problem
回答済みHello,
Is there a way to solve MCP (Mixed Complementarity Problems) using Gurobi solver? I do get MCP is like OR(constraint1,constraint2) where one of the constraints need to be equal and may be solved using OR constraint or MIP. But still wanted to check if there's a way to solve without using MIP.
-
HI,
Gurobi does not have a dedicated MCP solver. However, you can formulate terms of the form OR(constraint1, constraint2) via indicator constraints and or constraints supported by Gurobi. Using these method will make Gurobi automatically reformulate the expressions as a MIP.
Best regards,
Jaromił0 -
Hi Jaromił Najman or any Gurobi Staff, could you confirm that Gurobi does not yet in the current latest version, 13.0, still does not have a dedicated MCP solver?
0 -
could you confirm that Gurobi does not yet in the current latest version, 13.0, still does not have a dedicated MCP solver?
Correct, Gurobi does not have a dedicated MCP solver.
0
サインインしてコメントを残してください。
コメント
3件のコメント