Returns a measure for the dual infeasibility of the current solution.

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

Syntax

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

Return Value

A measure for the dual infeasibility of the current solution.

Remarks

If the current solution is dual feasible, a value of 0 will be returned. Otherwise a positive value will be returned.

See Also