LinearReport.OriginalRowCount Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies the row count before pre-solve.

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

Syntax

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

Property Value

Type: System.Int32

Remarks

OriginalRowCountmay not match the constraint count of the Model. This is because solvers often convert models into an internal representation by introducing or removing rows.

.NET Framework Security

See Also

Reference

LinearReport Class

Microsoft.SolverFoundation.Services Namespace