Originally posted by: S3PU_Yaqing_Tan
Hello everyone,
I am trying to solve a scheduling problem, which need to implement constraints on the interval variables. Under a certain condition, I want them to be a certain number. For example,
when the endOf(a interval variable)<=5, the startOf(the same variable)=4.
I tried several ways, but did not succeed. Thanks a lot!!
Yatsing
#ConstraintProgramming-General#DecisionOptimization