Hello,
I have a challenge with my MIQCP model which i believe Gurobi can handle since a smaller case was solved in 1minute.
It is a relatively large scheduling problem with 2550 variables and 101 linear constraints and 1 quadratic constraint.
I can see that gurobi gives a feasible solution very early in the optimisation routine.
However i noticed that the minimum of the optimal objective values from relaxation (best bound) gives a negative value and consequently led to a very high gap (200%) that shouldn't happen if all constraints were satisfied.
After running the optimization for 8 hours there is no significant improvement in the gap (still close to 200%). I have tried to tune the parameters with possible parameters such as MIPFocus but no improvement.
The incumbent objective value is a feasible solution that is good enough for my purpose but the gap is large. What can be done to make the optimisation converge with low gap (<1%). Is there a numerical issue with my model that is given in the attached lp file?
Thanks in advance.
Stephen