Friday, November 30, 2007 |
|
|
|
The Resolution Complexity of Random Constraint Satisfaction Problems |
|
Constraint satisfaction problems (CSP's) are generalizations of
CNF boolean formulas. We are given a set of variables, and a domain of values
that the variables can take. Some subsets of the variables have
``constraints'' which restrict the value-assignments that can be made to those
variables. A problem is satisfiable if there is an assignment of values to the
variables which does not violate any of the constraints.
Some well-studied special cases are k-SAT, graph colourability and graph
homomorphism. |