02: Explain how to convert crytarithmetic puzzles to CSPs.
Describe the variables, constraints, and constraint matrices.
FORTY 29786
+ TEN 850
+ TEN 850
----- -----
SIXTY 31486
Puzzle instructions are on page 65 of the textbook.
03: Given the variables , how many satisfying
assignments does have?
04: Solve Battleships via SAT (due February 11th).
05: Give an admissible heuristic for the word-chain problem.
Given a word and the target word, your heuristic should
(under)estimate the number of steps in the chain it will take to
reach the target using a very fast algorithm. What search behavior
does your heuristic encourage?