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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -