ConstraintSolverParams.TreeSearchValueOrdering Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines the choices for value ordering.

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

Syntax

'Declaration
Public Enumeration TreeSearchValueOrdering
public enum TreeSearchValueOrdering
public enum class TreeSearchValueOrdering
type TreeSearchValueOrdering
public enum TreeSearchValueOrdering

Members

Member name Description
Any The solver chooses the option for value ordering.
SuccessPrediction Value enumeration based on a prediction of success.
ForwardOrder Value enumeration that follows the order of the values.
RandomOrder Value enumeration that picks uniformly at random.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace