Conclusion
   - There is a lot that Russel and Norvig cover that we don't.
 
   - Take Home Points
      
        - You need to define the problem.
 
        - Reduce the search space by propagating the constraints.
 
        - You can search, but it's usually wise to interleave search 
            and propagation.
 
        - It's a common class of problem.
 
      
    
   - Reading:  For this week is Russell and Norvig's Constraint 
       Satisfaction Problems chapter (pp. 258-286).
   
 
   - Reading:  for next week is Russell and Norvig NL for Communication
       chapter (pp. 904-939).  A better text is James Allen's Natural Language
       Understanding.