Click or drag to resize

InteriorPointQPSolverParamsMaxDenseColumnRatio Property

The MaxDenseColumnRatio property is the threshold for whether a column is regarded as dense. Dense columns are handled specially by the solver. Default is 0.8.

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

Property Value

Double
See Also