HybridLocalSearchParameters.RunUntilTimeout Property

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

Specifies that solving should run until interrupted by either a timeout or callback and will regularly trigger events when improved solutions are found.

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

Syntax

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

Property Value

Type: System.Boolean
True if solving should run until timeout occurs; otherwise false.

.NET Framework Security

See Also

Reference

HybridLocalSearchParameters Class

Microsoft.SolverFoundation.Solvers Namespace