Click or drag to resize

DualSimplexSolverParams(DualSimplexCosting) Constructor

Constructs a DualSimplexSolverParams 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 DualSimplexSolverParams(
	DualSimplexCosting costing
)

Parameters

costing  DualSimplexCosting
Set costing (pivoting) parameter.
See Also