Mixed Complementarity Problem
AnsweredHello,
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.
0
-
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
Please sign in to leave a comment.
Comments
1 comment