Hello All,
Need some help with tuning a model.
My problem is a MIP with ~400k Variables (8k integers) and 45k Constraints.
What I'm trying to figure out is why there is such a big different between solving the root node and solving the relaxed model.
I explain:
When I solve the model relaxed (setting the "Relax status" for these variables) the model runs in ~3 minutes.
When I solve the normal model (and check the .sta file generated by CPLEX) I find that after 20 minutes the model hasn't even finished the Root node processing.
I know this because no time has gone into the "b&c" phase.
I have explicitly set the LP method to Primal for both LP and Starting method for MIP, so that can't be the problem.
I also tried to eliminate the presolve (in hope that the MIP presolve is just taking longer), but no success either (relaxed took longer, but MIP still can't solve the root).
Any ideas as too the difference between them and how I can improve the root solve?
Regards,