Originally posted by: Allexandre
Hello!
I have a MILP model which is NP-Hard. I would like to stop it after some execution time or when it reaches some gap (i.e., 5% far from opt). After this, I would like to catch the incumbent solution (basic variables values, o.f. value, etc)
How can I do this?
Thanks!
#CPLEXOptimizers#DecisionOptimization