Click or drag to resize

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int MaxPivotCount { get; set; }

Property Value

Int32
See Also