Skip to main content
FRAMES NO FRAMES

operator%

public IloIntExprArg operator%(const IloIntExprArg x, const IloIntExprArg y)
Definition file: ilconcert/iloexpression.h
For constraint programming: returns an expression equal to the modulo of its arguments.

This operator returns an instance of IloIntExprArg, the internal building block of an expression, representing the modulo of the expressions x and y.


operator%

public IloIntExprArg operator%(const IloIntExprArg x, IloInt y)
Definition file: ilconcert/iloexpression.h
Returns an expression equal to the modulo of its arguments.

This operator returns an instance of IloIntExprArg, the internal building block of an expression, representing the modulo of the expression x and the integer value y.


operator%

public IloIntExprArg operator%(IloInt x, const IloIntExprArg y)
Definition file: ilconcert/iloexpression.h
Returns an expression equal to the modulo of its arguments.

This operator returns an instance of IloIntExprArg, the internal building block of an expression, representing the modulo of the integer value x and the expression y.