 | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DualSimplexSolverParams(
DualSimplexCosting costing
)
Public Sub New (
costing As DualSimplexCosting
)
public:
DualSimplexSolverParams(
DualSimplexCosting costing
)
new :
costing : DualSimplexCosting -> DualSimplexSolverParams
Parameters
- costing DualSimplexCosting
- Set costing (pivoting) parameter.
See Also