Returns the estimated objective value of the current node.

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

Syntax

C#
protected double GetEstimatedObjValue()
Visual Basic
Protected Function GetEstimatedObjValue As Double

Return Value

The estimated objective value of the current node.

Remarks

This method can be called only from the methods init and evaluate.

See Also