This method returns a constraint that states that whenever
both interval variables pred and succ are
present, interval variable pred must be ordered before
interval variable succ (but not necessarily
immediately before) in the sequence variable seq.
Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public IConstraint Before( IIntervalSequenceVar seq, IIntervalVar pred, IIntervalVar succ ) |
Remarks
Note: This constraint cannot be used in a logical constraint.