 | SimplexSolverParamsBaseMaxPivotCount Property |
Gets and sets the maximum number of pivots the simplex algorithm will
perform before stopping. If this maximum is met the solver will stop
and the result will be SolverInterrupted
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int MaxPivotCount { get; set; }
Public Property MaxPivotCount As Integer
Get
Set
public:
property int MaxPivotCount {
int get ();
void set (int value);
}
member MaxPivotCount : int with get, set
Property Value
Int32
See Also