Originally posted by: VivekPeriaraj
Hello Group,
I have to solve a MIP repeatedly. In each iteration, only the objective function coefficients change. The rest of the formulation remains the same. Since my model is quite large but easy to solve, much of the time is spent in the MIP presolve. It seems to me, it's doing the same MIP presolve reductions in each iteration, as the output in the log files indicate the same. Is there a way to store the the presolved model from the first iteration and keep using the same one in subsequent iterations? I hope this would save me some time.
Regards,
Vivek.
#CPLEXOptimizers#DecisionOptimization