Returns the 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 GetObjValue()
Visual Basic
Protected Function GetObjValue As Double

Return Value

The objective value of the current node.

Remarks

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

See Also