ConstraintSolverParams.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 move selection.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property MoveSelection As ConstraintSolverParams..::..LocalSearchMove
public ConstraintSolverParams..::..LocalSearchMove MoveSelection { get; set; }
public:
property ConstraintSolverParams..::..LocalSearchMove MoveSelection {
ConstraintSolverParams..::..LocalSearchMove get ();
void set (ConstraintSolverParams..::..LocalSearchMove value);
}
member MoveSelection : ConstraintSolverParams..::..LocalSearchMove with get, set
function get MoveSelection () : ConstraintSolverParams..::..LocalSearchMove
function set MoveSelection (value : ConstraintSolverParams..::..LocalSearchMove)
Property Value
Type: Microsoft.SolverFoundation.Solvers.ConstraintSolverParams.LocalSearchMove
The heuristic for move selection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.