Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: BLAIS
Hi,
I have a problem that solve fast with barrier but crossover before starting the MIP is really long. Did someone have some hint or a guide on how to accelerate the crossover?
Thank you in advance,
Originally posted by: BoJensen
Your problem seem to run into numerical difficulties.
Try to set CPX_PARAM_NUMERICALEMPHASIS, which will let CPLEX put more emphasis on numerical issues. Also lowering CPX_PARAM_BAR_EPCOMP may help, since it will provide a more accurate solution for the cross over phase. For simplex/cross over try to raise CPX_PARAM_EPMRK to maybe 0.1 or 0.2.