Overload List
| Name | Description | |
|---|---|---|
|
|
StartEval(IIntervalVar, INumToNumSegmentFunction) |
This method returns a numerical expression that represents the
value of function f evaluated on the start of interval
variable a whenever the interval variable is
present. When the interval variable is absent, it returns 0.
|
|
|
StartEval(IIntervalVar, INumToNumSegmentFunction, Double) |
This method returns a numerical expression that represents the
value of function f evaluated on the start of interval
variable a whenever the interval variable is
present. When the interval variable is absent, it returns the
constant numerical value absVal (by default: 0).
|