Returns the objective function value of the solution of the continuous relaxation 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 function value of the solution of the continuous relaxation of the current node.

See Also