InteriorPointSolver.Dual Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the dual version of the objective.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property Dual As Double
public double Dual { get; }
public:
virtual property double Dual {
    double get () sealed;
}
abstract Dual : float
override Dual : float
final function get Dual () : double

Property Value

Type: System.Double
The dual version of the objective.

Implements

IInteriorPointStatistics.Dual

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace