 | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic InteriorPointQPSolverParamsPresolveLevelOption PresolveLevel { get; set; }
Public Property PresolveLevel As InteriorPointQPSolverParamsPresolveLevelOption
Get
Set
public:
property InteriorPointQPSolverParamsPresolveLevelOption PresolveLevel {
InteriorPointQPSolverParamsPresolveLevelOption get ();
void set (InteriorPointQPSolverParamsPresolveLevelOption value);
}
member PresolveLevel : InteriorPointQPSolverParamsPresolveLevelOption with get, set
Property Value
InteriorPointQPSolverParamsPresolveLevelOption
See Also