Skip to main content
FRAMES NO FRAMES

IloStartOf

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

This function returns an integer expression that represents the start 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.