Click or drag to resize

DualSimplexSolverParams(Int32) Constructor

Constructs a DualSimplexSolverParams 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.4
Syntax
public DualSimplexSolverParams(
	int maxPivotCount
)

Parameters

maxPivotCount  Int32
Maximum number of pivots.
See Also