SimplexSolver.InnerIndexCount Property
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the number of user and row variables used internally when a linear model is being solved.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Property Value
Type: System.Int32The number of user and row variables used internally when the linear model is being solved.
Implements
ILinearSimplexStatistics.InnerIndexCountThe value of the InnerIndexCount property can be less than the value of the KeyCount property because of elimination during presolve.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: