ILOG CPLEX .NET Reference Manual

IModeler.Eq Method (INumExpr, Double)

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

IRange Eq(
   INumExpr expr,
   double rhs
);

Parameters

expr
Expression of the new equality constraint.
rhs
Upper bound of the new equality constraint.

Return Value

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

See Also

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