ILOG CPLEX .NET Reference Manual

IModeler.Ge Method (INumExpr, INumExpr)

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

IConstraint Ge(
   INumExpr e1,
   INumExpr e2
);

Parameters

e1
Lefthand side expression of the new greater-than-or-equal-to constraint.
e2
Righthand side expression of the new greater-than-or-equal-to constraint.

Return Value

A new IRange object initialized to represent the constraint e1 >= e2.

See Also

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