Click or drag to resize

DualSimplexSolverParams Properties

The DualSimplexSolverParams type exposes the following members.

Properties
 NameDescription
Public propertyCosting Gests and sets the costing (privoting) parameter.
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
(Inherited from SimplexSolverParamsBase)
Public propertyMinimize Set Minimize to true if you want the objective function minimized, set to false to maximize the objective function.
(Inherited from SimplexSolverParamsBase)
Top
See Also