ConstraintProgrammingDirective.ValueSelection 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 the decision value to test first.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.TreeSearchValueSelection
The heuristic for selecting the decision value to test first.

.NET Framework Security

See Also

Reference

ConstraintProgrammingDirective Class

Microsoft.SolverFoundation.Services Namespace