HybridLocalSearchProperties Class

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

Represents properties that can be retrieved for the hybrid local search (HLS) solver.

Inheritance Hierarchy

System.Object
  Microsoft.SolverFoundation.Solvers.HybridLocalSearchProperties

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

Syntax

'Declaration
Public NotInheritable Class HybridLocalSearchProperties
public static class HybridLocalSearchProperties
public ref class HybridLocalSearchProperties abstract sealed
[<AbstractClass>]
[<Sealed>]
type HybridLocalSearchProperties =  class end
public final class HybridLocalSearchProperties

The HybridLocalSearchProperties type exposes the following members.

Fields

  Name Description
Public fieldStatic member Step Represents the current number of steps that the search has performed.
Public fieldStatic member Violation Represents a constraints violation.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace