ILinearSimplexStatistics.InnerRowCount 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 rows 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 InnerRowCount As Integer
int InnerRowCount { get; }
property int InnerRowCount {
    int get ();
}
abstract InnerRowCount : int
function get InnerRowCount () : int

Property Value

Type: System.Int32
The number of rows that are used internally when a linear model is being solved.

Remarks

The InnerRowCount property can be less than the RowCount property because rows can be eliminated by presolve.

.NET Framework Security

See Also

Reference

ILinearSimplexStatistics Interface

Microsoft.SolverFoundation.Services Namespace