Constraint Satisfaction Problem
Characteristics:
-
- Search problem
- Care about the goal itself: state is a black blox, implemented as some data structure
- Goal test: function over the states, set of constraints specifying allowable combinations of values for subset of variables
- Main 3 elements of CSP:
- Set of variables
- Set of domains for each variable
- Set of constraints