ILOG CPLEX .NET Reference Manual

IModeler.Eq Method (INumExpr, INumExpr)

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

IConstraint Eq(
   INumExpr e1,
   INumExpr e2
);

Parameters

e1
Lefthand side expression of the new equality constraint.
e2
Righthand side expression of the new equality constraint.

Return Value

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

See Also

IModeler Interface | ILOG.Concert Namespace | IModeler.Eq Overload List