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