Creates and returns the new constraint e <= v.

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

Syntax

C#
public virtual IConstraint Le(
	IIntExpr e,
	int v
)

Parameters

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

See Also