![]() | Simplex |
Note: This API is now obsolete.
The SimplexSolverParamsBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimplexSolverParamsBase | Default constructor. Minimize property is set to false. |
Name | Description | |
---|---|---|
![]() | 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 |
![]() | Minimize | Set Minimize to true if you want the objective function minimized, set to false to maximize the objective function. |