constraints - variable contraints in OPL/CPLEX -


i want implement variable constraint in opl.

forall(k in products, t in periods, z in t..periods)

z suppose model current , future periods after t. model says not possible implement variable constraints. how can express constraint instead?

is way out? forall(k in produkte, t in perioden, z in perioden: z>=t)


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -