ILinearSimplexStatistics.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 that are used internally when a linear model is being solved.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
ReadOnly Property InnerIndexCount As Integer
int InnerIndexCount { get; }
property int InnerIndexCount {
    int get ();
}
abstract InnerIndexCount : int
function get InnerIndexCount () : int

Property Value

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

Remarks

The InnerIndexCount property can be less than the KeyCount property because variables can be eliminated by presolve.

.NET Framework Security

See Also

Reference

ILinearSimplexStatistics Interface

Microsoft.SolverFoundation.Services Namespace