InteriorPointSolverParams.MaxDenseColumnRatio Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the dense column ratio.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Property MaxDenseColumnRatio As Double
public double MaxDenseColumnRatio { get; set; }
public:
property double MaxDenseColumnRatio {
    double get ();
    void set (double value);
}
member MaxDenseColumnRatio : float with get, set
function get MaxDenseColumnRatio () : double
function set MaxDenseColumnRatio (value : double)

Property Value

Type: System.Double
The dense column ratio.

Remarks

You can use the MaxDenseColumnRatio property to determine whether to switch algorithms to increase speed and trade against space.

.NET Framework Security

See Also

Reference

InteriorPointSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace