 | PrimalSimplexSolverParams Constructor (Int32) |
Constructs a PrimalSimplexSolverParams with the given maximum
pivot count. The solver will stop and the result will be SolverInterrupted
if this maximum is met. The rest of the solver parameters will have
their default values:
Costing - Steepest Edge,
Minimize - false.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic PrimalSimplexSolverParams(
int maxPivotCount
)
Public Sub New (
maxPivotCount As Integer
)
public:
PrimalSimplexSolverParams(
int maxPivotCount
)
new :
maxPivotCount : int -> PrimalSimplexSolverParams
Parameters
- maxPivotCount
- Type: SystemInt32
[Missing <param name="maxPivotCount"/> documentation for "M:CenterSpace.NMath.Core.PrimalSimplexSolverParams.#ctor(System.Int32)"]
See Also