Creates and returns an instance of IRange
initialized to represent the constraint e1 <= e2
.
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);