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.
Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public INumExpr StartEval( IIntervalVar a, INumToNumSegmentFunction f ) |
Remarks
For more information on expressions on interval variables, see the Concepts section of the C++ API Reference Manual.