NO FRAMES

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.