ILOG CPLEX .NET Reference Manual

IModeler.Ge Method

Creates and returns an IRange initialized to represent the constraint e1 >= e2.

Overload List

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);

See Also

IModeler Interface | ILOG.Concert Namespace