ISimplexPivotInformation 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 information for solving a simplex pivot.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The ISimplexPivotInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ApproxCost | Gets an approximation of the reduced cost. |
![]() | Determinant | Gets the determinant of a transformation. |
![]() | IsDouble | Get a value that indicates whether the current pivot is a double-based pivot. |
![]() | Scale | Gets the difference between one entering variable and the next as the value changes. |
![]() | Sign | Gets a value that indicates whether the entering variable is increasing or decreasing. |
![]() | VarEnter | Gets the index of the entering variable. |
![]() | VarLeave | Gets the index of the leaving variable. |
![]() | VvkEnter | Gets the state of the variable before entering. |
![]() | VvkLeave | Gets the state of the leaving variable after leaving. |
Show:
