Constraint solving Flashcards
1
Q
How can prolog execution be considered as constraint solving
A
215
2
Q
Definition of CSP
A
216
3
Q
Sudoku as a CSP, and its constraint graph
A
217-225
4
Q
Algorithm for solving a CSP for sudoku
A
226-231
5
Q
Possible outcomes of CSP solving
A
232-234
6
Q
How do we find a global solution from narrowed domains?
A
235
7
Q
Write CLP program for Sudoki
A
236