InteriorPointMethodDirective.SymbolicOrdering Property

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

The type of matrix ordering to apply.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.InteriorPointSymbolicOrdering

.NET Framework Security

See Also

Reference

InteriorPointMethodDirective Class

Microsoft.SolverFoundation.Services Namespace