Click or drag to resize

PrimalSimplexSolverParams(Int32, PrimalSimplexCosting) Constructor

Constructs a PrimalSimplexSolverParams 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 PrimalSimplexSolverParams(
	int maxPivotCount,
	PrimalSimplexCosting costing
)

Parameters

maxPivotCount  Int32

[Missing <param name="maxPivotCount"/> documentation for "M:CenterSpace.NMath.Core.PrimalSimplexSolverParams.#ctor(System.Int32,CenterSpace.NMath.Core.PrimalSimplexCosting)"]

costing  PrimalSimplexCosting

[Missing <param name="costing"/> documentation for "M:CenterSpace.NMath.Core.PrimalSimplexSolverParams.#ctor(System.Int32,CenterSpace.NMath.Core.PrimalSimplexCosting)"]

See Also