![]() | Dual |
The DualSimplexSolverParams type exposes the following members.
Name | Description | |
---|---|---|
![]() | Costing | Gests and sets the costing (privoting) parameter. |
![]() | MaxPivotCount |
Gets and sets the maximum number of pivots the simplex algorithm will
perform before stopping. If this maximum is met the solver will stop
and the result will be SolverInterrupted (Inherited from SimplexSolverParamsBase) |
![]() | Minimize |
Set Minimize to true if you want the objective function
minimized, set to false to maximize the objective function.
(Inherited from SimplexSolverParamsBase) |