SimplexSolver.InnerIndexCount Property

[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)

Syntax

'Declaration
Public Overridable ReadOnly Property InnerIndexCount As Integer
public virtual int InnerIndexCount { get; }
public:
virtual property int InnerIndexCount {
    int get ();
}
abstract InnerIndexCount : int
override InnerIndexCount : int
function get InnerIndexCount () : int

Property Value

Type: System.Int32
The number of user and row variables used internally when the linear model is being solved.

Implements

ILinearSimplexStatistics.InnerIndexCount

Remarks

The value of the InnerIndexCount property can be less than the value of the KeyCount property because of elimination during presolve.

.NET Framework Security

See Also

Reference

SimplexSolver Class

Microsoft.SolverFoundation.Solvers Namespace