NonConvex
AnsweredI'm trying to solve a model with a quadratic equality constraint.
In Gurobi 9.0 onwards, it is possible to do this, since you can set your NonConvex parameter to 2.
I do this by setting:
model.params.NonConvex = 2
However, my program states he cannot find a parameter called NonConvex:
No parameters matching 'NonConvex' found
How is this is possible when my Gurobi is updated to 9.0.2?
0
Please sign in to leave a comment.
Comments
1 comment