Originally posted by: CDYD_Victor_Miller
Daniel, Thanks for the answer. I have a few more questions:
1) If I choose to stop cplex because of setting the integer solution limit to 1, do I need to delete that solution (or more than one if running multiple threads) before restarting solve() to get another integer solution -- i.e. is the integer solution that I just found counted in the solution limit when I restart? If so, should I then bump up the integer solution limit the next time? More specifically, should I set it to 1 more than the number of solutions in the pool?
2) If I also want to have a criterion where I'll stop if a number of branch and bound nodes is exceeded or I get another integer solution, should I first check the status where the number of solutions is exceeded, and *then* check NodeLimInfeas (can NodeLimFeas ever be the case if I use these two limits?)?
Victor
#CPLEXOptimizers#DecisionOptimization