IInteriorPointStatistics.Gap Property

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

Gets the gap between primal and dual objective values.

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

Syntax

'Declaration
ReadOnly Property Gap As Double
double Gap { get; }
property double Gap {
    double get ();
}
abstract Gap : float
function get Gap () : double

Property Value

Type: System.Double
The gap between primal and dual objective values.

.NET Framework Security

See Also

Reference

IInteriorPointStatistics Interface

Microsoft.SolverFoundation.Solvers Namespace