Returns the objective function value of the solution at the current node.

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

Syntax

C#
protected virtual double GetObjValue()
Visual Basic
Protected Overridable Function GetObjValue As Double

Return Value

The objective function value of the solution at the current node.

See Also