ConstraintProgrammingDirective.VariableSelection 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 decisions to branch on.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.TreeSearchVariableSelection
The heuristic for selecting decisions to branch on.

.NET Framework Security

See Also

Reference

ConstraintProgrammingDirective Class

Microsoft.SolverFoundation.Services Namespace