Click or drag to resize

SimplexSolverParamsBase Class

Note: This API is now obsolete.

Base class for simplex solver parameters.
Inheritance Hierarchy

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[ObsoleteAttribute("No longer needed with new ORTools LP and MIP classes.")]
public class SimplexSolverParamsBase

The SimplexSolverParamsBase type exposes the following members.

Constructors
 NameDescription
Public methodSimplexSolverParamsBase Default constructor. Minimize property is set to false.
Top
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