ConstraintProgrammingDirective.MoveSelection 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 heuristic for selecting local search moves.

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

Syntax

'Declaration
Public Property MoveSelection As LocalSearchMoveSelection
public LocalSearchMoveSelection MoveSelection { get; set; }
public:
property LocalSearchMoveSelection MoveSelection {
    LocalSearchMoveSelection get ();
    void set (LocalSearchMoveSelection value);
}
member MoveSelection : LocalSearchMoveSelection with get, set
function get MoveSelection () : LocalSearchMoveSelection
function set MoveSelection (value : LocalSearchMoveSelection)

Property Value

Type: Microsoft.SolverFoundation.Services.LocalSearchMoveSelection
The heuristic to use for move selection.

.NET Framework Security

See Also

Reference

ConstraintProgrammingDirective Class

Microsoft.SolverFoundation.Services Namespace