Will quadratic constraints be automatically linearized during the optimization process?
AnsweredHello, I need add a constr like this:
It can also be write like this :
while all the variables are binary variables.
I want to ask:
- Which constraint has higher optimization efficiency in gurobi?
- Will Gurobi automatically convert these quadratic constraints into linear constraints during the optimization process?
0
-
Hi YJ,
Which constraint has higher optimization efficiency in gurobi?
I don't think that it is possible to state which formulation is more efficient without actually running some tests. However, I would assume that the quadratic formulation will perform better.
Will Gurobi automatically convert these quadratic constraints into linear constraints during the optimization process?
Yes, Gurobi will automatically linearize products of binary variables. For more details, I recommend watching our webinar about Models with Products of Binary Variables.
Best regards,
Jaromił0
Please sign in to leave a comment.
Comments
1 comment