InteriorPointReport.Statistics Property

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

Gets the solution metrics for an interior point algorithm.

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

Syntax

'Declaration
Public ReadOnly Property Statistics As IInteriorPointStatistics
public IInteriorPointStatistics Statistics { get; }
public:
property IInteriorPointStatistics^ Statistics {
    IInteriorPointStatistics^ get ();
}
member Statistics : IInteriorPointStatistics
function get Statistics () : IInteriorPointStatistics

Property Value

Type: Microsoft.SolverFoundation.Solvers.IInteriorPointStatistics
The solution metrics for the interior point algorithm.

.NET Framework Security

See Also

Reference

InteriorPointReport Class

Microsoft.SolverFoundation.Services Namespace