Originally posted by: jdeboeck
Hello,
I am trying to see the effects of adding a MIP start solution to a MIP optimization problem with the addMIPstart(,) method in a java application. When an initial solution is added I can see it is well taken into consideration at the beginning of the solving as the best integer solution starts directly at the added solution. What surprises me is that the solving time is strongly increased on some instances with a initial start solution rather than without (time sometimes doubles).
What is the exact effect of addMIPstart ? Is it possible to add an initial start solution that will only be used as a minimum bound for the objective function to avoid searching in branchs where the solution isn't good engough? I don't want to use the start values to make decision over the branching order, I would like the branching order to be the same with and without MIPstart (so that the solving time shouldn't be worse with a MIPstart).
What parameters should I modify to get the wanted effect ? What parameters affect the branching order ?
Kind regards,
Jérôme De Boeck
#CPLEXOptimizers#DecisionOptimization