Hi,
I am trying to solve a MIQCP with Gurobi on GAMS. I have only one quadratic constraint, and I cannot linearize it. What are some other ways to speed things up?
Example, I do not need dual solutions. The default option "qcpduals" is set to 1 to not compute duals. Yet, the output log shows "Solving KKT system to obtain QCP duals". What does this mean?
Example 2, CPLEX provides an option of choosing whether to solve QCP relaxations or LP relaxations for the subproblems, see
here. Is there a Gurobi analogue?
What are some other GAMS/Gurobi options available for MIQCPs?
Thanks,