Originally posted by: mdelorme
Hello,
Thank you for your answer. It makes sense.
I have a related question thought. If I understood correctly, in the basic program, once a solution of value UB has been found, FDS will prove the infeasibility of value UB-1. For the specific instance I'm trying, the whole thing is done in 8 seconds.
Right now, I am trying to solve the instance by putting "UB = optimal solution -1", that should lead to infeasibility. However, the time required to solve the instance (detect infeasibility) is way bigger (nothing after 300 seconds).
So my question is, what is the difference between setting "UB = optimal solution -1" and letting CP optimizer find itself a solution of value UB and then detect infeasibility for value UB -1. If it is because FDS cannot be called if no initial solution has been found, is there a way to go over it ?
Thanks a lot for your help,
Max
#CPOptimizer#DecisionOptimization