ILOG CPLEX .NET Reference Manual

IModeler.Eq Method (Double, INumExpr)

Creates and returns an instance of IRange initialized to represent the constraint val == expr.

IRange Eq(
   double val,
   INumExpr expr
);

Parameters

val
Value of the new equality constraint.
expr
Expression of the new equality constraint.

Return Value

A new IRange object initialized to represent the constraint val == expr.

See Also

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