Originally posted by: lyxthe
I have a MILP scheduling problem (7726 rows, 3892 columns, and 28427 nonzeros), I use cplex with MIPEmphasis to 1.
In a first execution of my problem, I set EpGap to 0.05 and the execution stoped in arround 150s. In the log I can see the solution found have a gap to 2.28%
In a second execution of my problem, I don't set the EpGap parameter and let it by default. After 800s I cut the execution myself, and see in the log that the best feasible solution found yet has a 8.78% gap.
Questions :
In the first execution, dispite the EpGap parameter set to 0.05, why did the program stop with a gap to 2.28% ?
In the second execution, why, after 800s, the best solution found has a gap to 8.78% while in the first execution the best solution found after 150s is well better with a gap to 2.28% ? Nothing changed between the two executions excepted the EpGap parameter.
Thanks for your attention.
#CPLEXOptimizers#DecisionOptimization