ConstraintSolverParams.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 value ordering.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Solvers.ConstraintSolverParams.TreeSearchValueOrdering
The heuristic for value ordering.

.NET Framework Security

See Also

Reference

ConstraintSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace