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.

Return Value

The value expr takes for the solution of the continuous relaxation of the current node.

See Also