Skip to main content
FRAMES NO FRAMES

IloEndOf

public IloIntExprArg IloEndOf(const IloIntervalVar a, IloInt absVal=0)
Definition file: ilconcert/ilosmodel.h
Returns an expression representing the end of the interval variable.

This function returns an integer expression that represents the end of interval variable a whenever the interval variable is present. When the interval variable is absent, it returns the constant integer value absVal (zero by default).

For more information on expressions on interval variables, see the concept Expressions over Interval Variables.