Skip to main content
FRAMES NO FRAMES

IloHeightAtEnd

public IloIntExprArg IloHeightAtEnd(const IloIntervalVar a, const IloCumulFunctionExpr f, IloInt absVal=0)
Definition file: ilconcert/ilosmodel.h
Returns expression of contribution to cumul function.

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 function returns a constant integer expression equal to absVal (zero by default).

For more information on cumul function expressions, see the concept Cumul functions in CP Optimizer.