Share via


SimplexSolver.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 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 InnerRowCount As Integer
public virtual int InnerRowCount { get; }
public:
virtual property int InnerRowCount {
    int get ();
}
abstract InnerRowCount : int
override InnerRowCount : int
function get InnerRowCount () : int

Property Value

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

Implements

ILinearSimplexStatistics.InnerRowCount

Remarks

The value of the InnerRowCount property can be less than the value of the RowCount property because of elimination during presolve.

.NET Framework Security

See Also

Reference

SimplexSolver Class

Microsoft.SolverFoundation.Solvers Namespace