Click or drag to resize

PrimalSimplexSolverParams(PrimalSimplexCosting) Constructor

Constructs a PrimalSimplexSolverParams object with the given costing option and default values for the other parameters: MaxPivotCount - no limit, Minimize - false.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PrimalSimplexSolverParams(
	PrimalSimplexCosting costing
)

Parameters

costing  PrimalSimplexCosting
Costing option.
See Also