Click or drag to resize

PrimalSimplexSolverParams Constructor

Overload List
 NameDescription
Public methodPrimalSimplexSolverParams Constructs a PrimalSimplexSolverParams object with default values: Costing - Steepest Edge, MaxPivotCount - no limit, Minimize - false.
Public methodPrimalSimplexSolverParams(Int32) Constructs a PrimalSimplexSolverParams with the given maximum pivot count. 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: Costing - Steepest Edge, Minimize - false.
Public methodPrimalSimplexSolverParams(PrimalSimplexCosting) Constructs a PrimalSimplexSolverParams object with the given costing option and default values for the other parameters: MaxPivotCount - no limit, Minimize - false.
Public methodPrimalSimplexSolverParams(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.
Top
See Also