InteriorPointSolverParams.SymbolicOrdering 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 type of matrix ordering to apply.

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

Syntax

'Declaration
Public Property SymbolicOrdering As Integer
public int SymbolicOrdering { get; set; }
public:
property int SymbolicOrdering {
    int get ();
    void set (int value);
}
member SymbolicOrdering : int with get, set
function get SymbolicOrdering () : int
function set SymbolicOrdering (value : int)

Property Value

Type: System.Int32
The type of matrix ordering to apply.

Remarks

The following table shows the type of matrix ordering to apply.

Type of matrix ordering

Description

-1

Automatic

0

Minimum fill

1

Approximate minimum degree.

.NET Framework Security

See Also

Reference

InteriorPointSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace