ILOG CPLEX .NET Reference Manual

IModeler.Ge Method (Double, INumExpr)

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

IRange Ge(
   double val,
   INumExpr expr
);

Parameters

val
Value of the new greater-than-or-equal-to constraint.
expr
Expression of the new greater-than-or-equal-to constraint.

Return Value

A new IRange object initialized to represent the constraint val >= expr.

See Also

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