InteriorPointSolver.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 difference between primal and dual objective values.

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

Syntax

'Declaration
Private ReadOnly Property Gap As Double
    Implements IInteriorPointStatistics.Gap
double IInteriorPointStatistics.Gap { get; }
private:
virtual property double Gap {
    double get () sealed = IInteriorPointStatistics::Gap::get;
}
private abstract Gap : float
private override Gap : float
JScript does not support explicit interface implementations.

Property Value

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

Implements

IInteriorPointStatistics.Gap

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace