SimplexSolverParams.PresolveLevel 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 level of presolve that the simplex solver applies.

Namespace:  Microsoft.SolverFoundation.Solvers
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
The level of presolve that the simplex solver applies.

Remarks

The following table shows the levels of presolve that you can apply to the simplex solver.

Level of presolve

Description

-1

Default or automatic

0

Presolve

Greater than 0

Primal and dual reduce

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace