sequence_expressions
Classes
Expression representing that one IntervalVar occurs before another in the sequence specified by the given SequenceVar (if both are scheduled) |
|
Expression representing that the specified IntervalVar is the first in the sequence specified by SequenceVar (if it is scheduled) |
|
|
Expression representing that the specified IntervalVar is the last in the sequence specified by SequenceVar (if it is scheduled) |
|
Expression representing that none of the IntervalVars in a SequenceVar overlap (if they are scheduled) |
|
Expression representing that one IntervalVar is a direct predecessor to another in the sequence specified by the given SequenceVar (if both are scheduled) |
Functions
|
Creates a new BeforeInSequenceExpression |
|
Creates a new FirstInSequenceExpression |
|
Creates a new LastInSequenceExpression |
|
Creates a new NoOverlapExpression |
|
Creates a new PredecessorToExpression |