 | DualSimplexSolverParams Constructor |
Constructs a DualSimplexSolverParams object with default
values:
Costing - Steepest Edge,
MaxPivotCount - no limit,
Minimize - false.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DualSimplexSolverParams()
public:
DualSimplexSolverParams()
new : unit -> DualSimplexSolverParams
See Also