Click or drag to resize

DualSimplexSolverParams(Int32, DualSimplexCosting) Constructor

Constructs a DualSimplexSolverParams with the given maximum pivot count and costing option. 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: Minimize - false.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DualSimplexSolverParams(
	int maxPivotCount,
	DualSimplexCosting costing
)

Parameters

maxPivotCount  Int32
Maximum number of pivots.
costing  DualSimplexCosting
Set costing (pivoting) parameter.
See Also