Originally posted by: SystemAdmin
[chm.duquesne said:]
If having exactly the best solution is not a major concern for you, you can also try to play with CPX_PARAM_EPGAP (IloCplex::EpGap in C++). For example, if you want to stop cplex as soon as it has found a feasible integer solution proved to be within five percent of optimal, set the relative mipgap tolerance to 0.05.
It could be usefull for you...
#CPLEXOptimizers#DecisionOptimization