Whenever interval variable a is present, this
function returns an integer expression that represents the total
contribution of the end of interval variable a to
the cumul function expressionf. When interval variable a is
absent, this method
returns a constant integer expression equal to absVal
(by default: 0).
Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public IIntExpr HeightAtEnd( IIntervalVar a, ICumulFunctionExpr f, int absVal ) |
Parameters
- absVal
- Type: System..::..Int32
Remarks
For more information on cumul function expressions, see the Concepts section of the C++ API Reference Manual.