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 <...>
;