Share via


InteriorPointMethodDirective.PresolveLevel Property

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

Specifies the level of pre-solve the InteriorPointSolverwill apply. -1 is the default value and implies automatically pre-solve, 0 means no pre-solve, >0 full pre-solve.

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

InteriorPointMethodDirective Class

Microsoft.SolverFoundation.Services Namespace