  | SimplexSolverBasePivotCount Property | 
            Gets the number of simplex pivots performed. Includes both major and
            minor pivots.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int PivotCount { get; }Public ReadOnly Property PivotCount As Integer
	Get
public:
property int PivotCount {
	int get ();
}member PivotCount : int with get
Property Value
Int32
See Also