SimplexProperties Class
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 properties that can be retrieved by simplex solver events.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The SimplexProperties type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | BranchCount | Represents the number of branches performed when the branch and bound algorithm is applied to a mixed integer linear problem. |
![]() ![]() | FactorCount | Represents the number of basis matrix LU factorizations performed. |
![]() ![]() | MipGap | Represents the difference between an integer solution and a relaxed solution. |
![]() ![]() | PivotCount | Represents the number of simplex pivots performed. |
Show:
