Originally posted by: story_
Hi,
I am using Java API to solve an NP-hard, iterative MIP problem. I have set the MIP tolerance to a greater value (MipGap=10%) in earlier iterations to obtain quicker results, however, I need to solve its last iteration (which is determined through the optimal values of the decision variables) to optimality.
I was wondering if CPLEX is able to continue reducing the MIP gap when the predefined MIP tolerance is reached, but the optimal solution with MipGap=10% meets some criteria (instead of terminating when MipGap=10% is reached).
Many thanks in advance.
#CPLEXOptimizers#DecisionOptimization