Creates and returns an instance of IRange
initialized to represent the constraint expr >= rhs
and added to the invoking instance of IModel.
Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll)
Syntax
| C# |
|---|
IRange AddGe( INumExpr expr, double rhs, string name ) |
| Visual Basic |
|---|
Function AddGe ( _ expr As INumExpr, _ rhs As Double, _ name As String _ ) As IRange |
Parameters
- expr
- Type: ILOG.Concert..::..INumExpr
Expression of the new greater-than-or-equal-to constraint.
- rhs
- Type: System..::..Double
Upper bound of the new greater-than-or-equal-to constraint.
- name
- Type: System..::..String
Name of the new greater-than-or-equal-to constraint.
Return Value
A new IRange object initialized to represent the constraint expr >= rhs.Remarks
The new IRange object is assigned the name name.