CSP Flashcards
Provide the definition of a constraint satisfaction problem (CSP)
6 - 2 to 5
unary vs binary vs global constraint
6 - 12
What is backtracking search? Provide the pseudocode
6 - 22 to 23
Define the minimum remaining values heuristic
6 - 30
Define the degree heuristic
6 - 31
What is chronological backtracking?
6 - 35
Define the least constraining value - Succeed first
6 - 32
What is backjumping?
6 - 36
To avoid the reduntant work, we can record the no-good by adding a new constraint in the CSP. What is the no-good?
6 - 37
Illustrate the idea behind forward checking
6 - 39
What forward checking cannot see? How can we solve this issue?
6 - 44
Define node consistency
6 - 46
Define arc consistency
6 - 48
Provide an example of a constraint satisfaction problem which is arc consistent but not consistent
6 - 55
What are the benefits of AC-3?
6 - 56