HybridLocalSearchDirective.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 hybrid local search solver (HLS) applies

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
The level of presolve.

Remarks

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

Level of presolve

Description

-1

Automatic presolve

0

No presolve

.NET Framework Security

See Also

Reference

HybridLocalSearchDirective Class

Microsoft.SolverFoundation.Services Namespace