Previous Page | Next Page

The CLP Procedure

Syntax: CLP Procedure

The following statements are used in PROC CLP:

PROC CLP option(s) ;
ACTIVITY specification <...> ;
ALLDIFF (variables) <...> ;
ARRAY specification <...> ;
FOREACH (array, type, <offset>) ;
LINCON linear_constraint <, ...> ;
REIFY variable : (linear_constraint) <...> ;
REQUIRES specification <...> ;
RESOURCE specification <...> ;
SCHEDULE option(s) ;
VAR specification <...> ;

Note: This procedure is experimental.

Previous Page | Next Page | Top of Page