Next: Why are these topics important? Up: AI Key Concepts - Revisited Previous: Means-Ends Analysis

Constraint Satisfaction

Algorithm:

  1. Propagate available constraints:
  2. If union of constraints discovered above defines a solution return solution.
  3. If union of constraints discovered above defines a contradiction return failure

  1. Make a guess in order to proceed. Repeat until a solution is found or all possible solutions exhausted:

For further detail and examples on Constraint Satisfaction see (Last year's AI1 notes Lecture 13).


Dave.Marshall@cm.cf.ac.uk
Tue Nov 15 16:48:09 GMT 1994