- Set AllConstraintProgrammingRowTypes
AllConstraintProgrammingRowTypes
The predefined set AllConstraintProgrammingRowTypes contains the
collection of all possible row types available to be used by the
Constraint Programming global constraint cp::Count.
Set AllConstraintProgrammingRowTypes {
SubsetOf : AllRowTypes;
Index : IndexConstraintProgrammingRowTypes;
Definition : data { '<=', '=', '>=', '<', '>', '<>' };
}
Definition
The set
AllConstraintProgrammingRowTypescontains the collection of all possible row types available as relation operator to the functioncp::Count.
Updatability
The contents of the set cannot be modified.
See also
The function cp::Count and the set AllRowTypes