Creates and returns an IRange
initialized to represent the constraint e1 >= e2
.
Creates and returns an IRange
initialized to represent the constraint e1 >= e2
.
IConstraint Ge(INumExpr,INumExpr);
IConstraint Ge(INumExpr,INumExpr,string);
Creates and returns an instance of IRange
initialized to represent the constraint expr >= rhs
.
IRange Ge(INumExpr,double);
IRange Ge(INumExpr,double,string);
Creates and returns an instance of IRange
initialized to represent the constraint val >= expr
.
IRange Ge(double,INumExpr);
IRange Ge(double,INumExpr,string);