ILOG CPLEX .NET Reference Manual

IModeler.Le Method

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

Overload List

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

IConstraint Le(INumExpr,INumExpr);

 

IConstraint Le(INumExpr,INumExpr,string);

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

IRange Le(INumExpr,double);

 

IRange Le(INumExpr,double,string);

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

IRange Le(double,INumExpr);

 

IRange Le(double,INumExpr,string);

See Also

IModeler Interface | ILOG.Concert Namespace