IInteriorPointStatistics Interface
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines metrics for the solutions of the interior point method (IPM) algorithm.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The IInteriorPointStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Algorithm | Gets the type of algorithm that is used for interior point programming. |
![]() | Dual | Gets the dual version of the objective. |
![]() | Gap | Gets the gap between primal and dual objective values. |
![]() | IterationCount | Gets the iteration count. |
![]() | KktForm | Gets the form of the Karush-Kuhn-Tucker (KKT) algorithm used. |
![]() | Primal | Gets the primal version of the objective. |
![]() | RowCount | Gets the number of rows in the solver model. |
![]() | VarCount | Gets the total number of user and slack variables. |
Show:
