Creates and returns a named range forcing the specified
numeric expression to be less than than or equal to the
specified value.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual IRange AddLe( INumExpr e, double v, string name ) |
| Visual Basic |
|---|
Public Overridable Function AddLe ( _ e As INumExpr, _ v As Double, _ name As String _ ) As IRange |
Implements
IModeler..::..AddLe(INumExpr, Double, String)
Remarks
The range is added to the invoking model; that is, this method modifies the current model.
Do not use this method in a callback to modify the model currently being optimized.