Creates and returns the new constraint e1 != e2.

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

Syntax

C#
public virtual IConstraint Neq(
	IIntExpr e1,
	IIntExpr e2
)

See Also