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

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -