Overload List
| Name | Description | |
|---|---|---|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|