Creates and returns a named range initialized to represent the
equality of the specified expression and value.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual IRange AddEq( INumExpr e, double v, string name ) |
| Visual Basic |
|---|
Public Overridable Function AddEq ( _ e As INumExpr, _ v As Double, _ name As String _ ) As IRange |
Implements
IModeler..::..AddEq(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.