ConstraintSolverParams.CspSearchAlgorithm Enumeration

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

Defines the search algorithm for constraint satisfaction programming (CSP).

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

Syntax

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

Members

Member name Description
Any The solver chooses a search algorithm.
TreeSearch Backtracking-based complete search algorithm.
LocalSearch Local search algorithm.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace