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
Post a Comment