Originally posted by: JerryGuo
Thanks for the reply, Daniel!
Yes, I'm pretty sure that the additional 4 mins were not taken by the presolve.
Attached is the full log, and you can see that the solver first pre-processed (pre-solve) the model and reduced the size a lot. Then it just solved the LP relaxation of the root node (by dual simplex, I think).
In total, these two steps costed only a few seconds, but after that it just got stuck at the first row of the nodes' log for about 4 mins.
It seems that the solver was doing a great number of computations during that 4 mins, but as you can see, the count of the iterations did not increase (still 10) when the feasible integer solution was figured out.
So it looks really weird to me for understanding what was the solver doing and how did it get that feasible solution at the end.
#CPLEXOptimizers#DecisionOptimization