Originally posted by: SystemAdmin
Hi,
I have a MIP problem that I solve once with the parameter PolishAfterTime.
I would like to execute exactly the same path and retrieve the same solution each time I resolve this problem.
Is it possible?
I solve the problem within 2 phases: 1- branch and cut (for a specific time) 2-PolishAfterNode = 0 and PolishAfterIntSol = 1.
I tried to solve once, then keep informations on number of integer solutions and number of nodes that I had in the phase 1, then use the PolishAfterNode and/or PolishAfterIntSol
for the phase 1 of the resolve.
The path is not the same since Cplex make cuts and other things after the last integer solution found that are not done in the resolve.
So, is there any way to do it?
#CPLEXOptimizers#DecisionOptimization