Creates and returns the new constraint e1 == e2.

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

Syntax

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

See Also