17 Feb 2005
CS 3243 - Constraint Satisfaction
22
Improving backtracking efficiency
n
General-purpose
methods can give huge
gains in speed:
n
Which variable should be assigned next?
n
n
In what order should its values be tried?
n
n
Can we detect inevitable failure early?