Creates and returns an instance of IRange
initialized to represent the constraint expr <= rhs
and assigned the name name.
Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0
Syntax
| C# |
|---|
IRange Le( INumExpr expr, double rhs, string name ) |
| Visual Basic |
|---|
Function Le ( _ expr As INumExpr, _ rhs As Double, _ name As String _ ) As IRange |
Parameters
- expr
- Type: ILOG.Concert..::..INumExpr
Expression of the new less-equal-than-or-equal-to constraint.
- rhs
- Type: System..::..Double
Upper bound of the new less-equal-than-or-equal-to constraint.
- name
- Type: System..::..String
Name assigned to the new less-equal-than-or-equal-to constraint.