Originally posted by: Dorothy11
Hello ,
I want to write the below constraint in C#. Can you please advice on writing this constraint using interval variables.
for 2 jobs and 2 machines. Each job must be assigned to atmost 1 machine.
The problem I face using overlap constraints in Job -1 is assigned to both the machines at two different time intervals. I want to avoid this.
thanks
#CPOptimizer#DecisionOptimization