Returns the value that a specified expression
takes for the solution of the current node relaxation.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
protected double GetValue( INumExpr expr ) |
| Visual Basic |
|---|
Protected Function GetValue ( _ expr As INumExpr _ ) As Double |
Parameters
- expr
- Type: ILOG.Concert..::..INumExpr
The expression for which to evaluate the current solution.