Click or drag to resize

SimplexSolverParamsBase Properties

The SimplexSolverParamsBase type exposes the following members.

Properties
 NameDescription
Public propertyMaxPivotCount 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
Public propertyMinimize Set Minimize to true if you want the objective function minimized, set to false to maximize the objective function.
Top
See Also