12.07.2015 Views

ILOG OPL Development Studio Language Reference Manual

ILOG OPL Development Studio Language Reference Manual

ILOG OPL Development Studio Language Reference Manual

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Implicit constraintsImplicit constraints are implied by operators. For example:using CP;int a[1..4];dvar int x in 1..5;maximize a[x];subject to{x==5;}makes the model infeasible even thoughusing CP;int a[1..4];dvar int x in 1..5;subject to{x==5;}is feasible.I L O G O P L D E V E L O P M E N T S T U D I O L A N G U A G ER E F E R E N C E M A N U A L125

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!