Originally posted by: MarcoMojana
Hi everybody,
When I solve the attached problem with the interactive optimizer with the following commands:
read original.lp
set emphasis mip 3
set mip strategy probe 3
mipopt
it gives me:
MIP - Integer optimal solution: Objective = 7.2890000000e+03
Now, repeating the process adding:
set mip tolerances uppercutoff 7289
gives me:
MIP - Integer infeasible.
The same happens using a cutoff of 7290. With values of 7291 or higher the solver is able to find the solution. Setting the cutoff to 7289 and removing the emphasis and probe settings results in the correct solution. My question is: is there a tolerance parameter that can be used to solve the problem (I have already tried "set mip tolerances absmipgap 0" and "set mip tolerances mipgap 0")? Otherwise, how can I trust the obtained results? I would like to avoid doing some sort of cutoff = (1.0 + 1.0e-3)(realCutoff + 2)
Marco Mojana
#CPLEXOptimizers#DecisionOptimization