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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.