 | PrimalSimplexSolverParams Constructor (PrimalSimplexCosting) |
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.3
Syntaxpublic PrimalSimplexSolverParams(
PrimalSimplexCosting costing
)
Public Sub New (
costing As PrimalSimplexCosting
)
public:
PrimalSimplexSolverParams(
PrimalSimplexCosting costing
)
new :
costing : PrimalSimplexCosting -> PrimalSimplexSolverParams
Parameters
- costing
- Type: CenterSpace.NMath.CorePrimalSimplexCosting
[Missing <param name="costing"/> documentation for "M:CenterSpace.NMath.Core.PrimalSimplexSolverParams.#ctor(CenterSpace.NMath.Core.PrimalSimplexCosting)"]
See Also