ILinearSimplexStatistics.PivotCountExactPhaseOne Property

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

Gets the phase one pivot count of exact arithmetic.

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

Syntax

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

Property Value

Type: System.Int32
The phase one pivot count of exact arithmetic.

.NET Framework Security

See Also

Reference

ILinearSimplexStatistics Interface

Microsoft.SolverFoundation.Services Namespace