Creates and returns the new constraint e < v.

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

Syntax

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

Parameters

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

See Also