ILOG CPLEX .NET Reference Manual

IModeler.Le Method (INumExpr, INumExpr)

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

IConstraint Le(
   INumExpr e1,
   INumExpr e2
);

Parameters

e1
Lefthand side expression of the new less-equal-than-or-equal-to constraint.
e2
Righthand side expression of the new less-than-or-equal-to constraint.

Return Value

A new IRange object initialized to represent the constraint e1 <= e2.

See Also

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