Creates and returns the new expression e1 / e2.

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

Syntax

C#
public virtual INumExpr Quot(
	INumExpr e1,
	INumExpr e2
)

See Also