ILOG CPLEX .NET Reference Manual

IModeler.Le Method (INumExpr, Double)

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

IRange Le(
   INumExpr expr,
   double rhs
);

Parameters

expr
Expression of the new less-than-or-equal-to constraint.
rhs
Upper bound of the new less-equal-than-or-equal-to constraint.

Return Value

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

See Also

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