Overload List

  Name Description
Public method OverlapLength(IIntervalVar, IIntervalVar)
This method returns an integer expression that represents the length of the overlap of interval variable a1 and interval variable a2 whenever interval variables a1 and a2 are present. When interval variable a1 or a2 is absent, the function returns zero.
Public method OverlapLength(IIntervalVar, IIntervalVar, Int32)
This method returns an integer expression that represents the length of the overlap of interval variable a1 and interval variable a2 whenever interval variables a1 and a2 are present. When interval variable a1 or a2 is absent, the function returns the constant integer value absVal.
Public method OverlapLength(IIntervalVar, Int32, Int32)
This method returns an integer expression that represents the length of the overlap of interval variable a and constant interval [start, end) whenever interval variable a is present. When interval variable a is absent, the function returns zero.
Public method OverlapLength(IIntervalVar, Int32, Int32, Int32)
This method returns an integer expression that represents the length of the overlap of interval variable a and constant interval [start, end) whenever interval variable a is present. When interval variable a is absent, the function returns the constant integer value absVal.

See Also