Returns the value expr takes for the proposed incumbent solution.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
protected virtual double GetValue(
	INumExpr expr
)
Visual Basic
Protected Overridable Function GetValue ( _
	expr As INumExpr _
) As Double

Parameters

expr
Type: ILOG.Concert..::..INumExpr
The expression for which to evaluate the proposed incumbent solution.

Return Value

The value expr takes for the solution of the proposed incumbent solution.

See Also