RowVariableReport.OriginalRowCount 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 in a model before presolve.

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
The row count.

Exceptions

Exception Condition
MsfException

The solution is out-of-date.

Remarks

The count returned by OriginalRowCount might 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

RowVariableReport Class

Microsoft.SolverFoundation.Services Namespace