MixedIntegerProgrammingDirective.LocalSearch Property

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

Gets or sets a value that indicates whether the local search feature is enabled for mixed integer programming (MIP) solvers.

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

Syntax

'Declaration
Public Property LocalSearch As Boolean
public bool LocalSearch { get; set; }
public:
property bool LocalSearch {
    bool get ();
    void set (bool value);
}
member LocalSearch : bool with get, set
function get LocalSearch () : boolean
function set LocalSearch (value : boolean)

Property Value

Type: System.Boolean
true if the local search feature is enabled for MIP solvers; otherwise, false.

.NET Framework Security

See Also

Reference

MixedIntegerProgrammingDirective Class

Microsoft.SolverFoundation.Services Namespace