TreeSearchValueSelection Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines a heuristic for value selection in constraint satisfaction programming (CSP).
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Enumeration TreeSearchValueSelection
public enum TreeSearchValueSelection
public enum class TreeSearchValueSelection
type TreeSearchValueSelection
public enum TreeSearchValueSelection
Members
Member name | Description | |
---|---|---|
Default | A value selection algorithm chosen by the solver. | |
SuccessPrediction | A value enumeration that is based on a prediction of the success. | |
ForwardOrder | A value enumeration that follows the order of the values. | |
RandomOrder | A value enumeration that picks uniformly at random. |