Originally posted by: SystemAdmin
[mk485234 said:]
Dear all,
In my formulation I am using a constraint which allows two units to occupy a single time slot of the width of 10sec. The size of the time slot is defined by the respective input data.
the constraint in OPL is as follows:
forall (t in timeSeq)
sum(i in planeSeq) x[ i][t] <= 2;<br />
Now, I would like to use time slots with a width of only 1sec (again, width is defined by the input data). However, the constraint above still needs to hold. In other words: 2 units may occupy 10 one-second time slots.
My question: how do I need to change the constraint mentioned above?
Best,
Michael.
#DecisionOptimization#OPLusingCPOptimizer