Sections:
Declarations in this section:
Specify search on variables x, with variable selection strategy select, value choice strategy choice, and exploration strategy explore.
Specify search on variables x, with precision prec, variable selection strategy select, value choice strategy choice, and exploration strategy explore.
Specify search on variables x, with variable selection strategy select, value choice strategy choice, and exploration strategy explore.
Sequentially perform the searches specified in array s
Specify search on variables x, with variable selection strategy select, value choice strategy choice, and exploration strategy explore.
Choose the variable with the largest domain
Choose the variable with largest domain, divided by the number of attached constraints weighted by how often they have caused failure
Choose the variable with the smallest domain
Choose the variable with the highest impact so far during the search
Search variables in the given order
Choose the variable with the largest value in its domain
Choose the variable with largest difference between the two smallest values in its domain
Choose the variable with the smallest domain, breaking ties using the number of attached constraints
Choose the variable with the largest number of attached constraints
Choose the variable with the smallest value in its domain
Assign values in ascending order
If the domain consists of several contiguous intervals, reduce the domain to the first interval. Otherwise bisect the domain.
Assign the largest value in the domain
Assign the middle value in the domain
Assign the value in the domain closest to the mean of its current bounds
Assign the smallest value in the domain
Assign a random value from the domain
Bisect the domain, excluding the lower half first
Bisect the domain, excluding the upper half first
Bisect the domain, randomly selecting which half to exclude first
Exclude the largest value from the domain
Exclude the middle value from the domain
Exclude the smallest value from the domain
Exclude a random value from the domain
Perform a complete search