Returns the current dual objective value.

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

Syntax

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

Return Value

The current dual objective value.

See Also