Creates and returns an instance of IConstraint initialized to represent the constraint e1 == e2.

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

Syntax

Parameters

e1
Type: ILOG.Concert..::..INumExpr
Lefthand side expression of the new equality constraint.
e2
Type: ILOG.Concert..::..INumExpr
Righthand side expression of the new equality constraint.

Return Value

A new instance of IConstraint initialized to represent the constraint e1 == e2.

See Also