Creates and returns the integer division e1 / e2.

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

Syntax

C#
public virtual IIntExpr Div(
	IIntExpr e1,
	IIntExpr e2
)

See Also