Returns the objective value of the potential incumbent.

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 value of the potential incumbent.

See Also