Creates and returns a named range forcing the specified numeric
expression to be 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 Eq( INumExpr e, double v, string name ) |
| Visual Basic |
|---|
Public Overridable Function Eq ( _ e As INumExpr, _ v As Double, _ name As String _ ) As IRange |