InteriorPointSolver.Statistics Property

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

Gets the metrics for the interior point method algorithm solution.

Namespace:  Microsoft.SolverFoundation.Solvers
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 metrics for the interior point method algorithm solution.

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace