Originally posted by: K__U
Hi,
I am solving multiple MILP sub-problems generated from my main model. Some of these problems are solvable to optimality in the defined time limit (cplex.tilim=90).
However, in some problems the specified time limit stops the model even before an integer solution is found.
Is it possible to define conditional stopping criteria or order for these settings?
Something like:
Run the model for %1 optimality gap (cplex.epgap=0.01) OR for maximum 90 seconds (cplex.tilim = 90). If the model could not generate an integer solution at the end of 90 seconds,then keep running until an integer solution (cplex.intsollim=1) is found.
Thanks
#DecisionOptimization#OPLusingCPLEXOptimizer