Click or drag to resize

InteriorPointQPSolverParamsPresolveLevel Property

Presolve rules eliminate rows or variables from a problem based on simple logical rules. For many problems this can reduce the size and complexity of a problem at minimal cost. For most problems it is best to leave at the default value of Automatic.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public InteriorPointQPSolverParamsPresolveLevelOption PresolveLevel { get; set; }

Property Value

InteriorPointQPSolverParamsPresolveLevelOption
See Also