|  | Simplex | 
Note: This API is now obsolete.
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe SimplexSolverParamsBase type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SimplexSolverParamsBase | Default constructor. Minimize property is set to false. | 
 Properties
Properties| 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. | 
 See Also
See Also