Originally posted by: amindehghanian
I solve an MIP by CPLEX. In addition, I provide CPLEX with a warm-start solution which turns out to be optimal.
CPLEX accepts the warm-start solution, and solve the MIP by the preprocessing and probing.
When the problem is solved, I try to reach the optimality gap, and it gives the default number 1E+70 rather than 0!!! Could you please advise me about why this happens?
Many thanks,
#CPLEXOptimizers#DecisionOptimization