Creates and returns the modulo expression e % r.

Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)

Syntax

C#
public virtual IIntExpr Modulo(
	IIntExpr e,
	int r
)

Parameters

e
Type: ILOG.Concert..::..IIntExpr
r
Type: System..::..Int32

See Also