The Anatomy of Easy Problems: A Constraint-Satisfaction Formulation
Abstract
This work aims towards the automatic generation of advice to guide the solution of difficult constraintsatisfaction problems (CSPs). The advice is generated by consulting relaxed, easy models which are backtrackfree. We identify a subset of CSPs whose syntactic and semantic properties make them easy to solve. The syntactic properties involve the structure of the constraint graph, while the semantic properties guarantee some local consistencies among the constraints. In particular, problems supported by tree-like constraint graphs, and some width-2 graphs, can be easily solved and are therefore chosen as the target model for the relaxation scheme. Optimal algorithms for solving easy problems are presented and analyzed. Finally, an efficient method is introduced for extracting advice from easy problems and using it to speedup the solution of hard problems. I
Cite
Text
Dechter and Pearl. "The Anatomy of Easy Problems: A Constraint-Satisfaction Formulation." International Joint Conference on Artificial Intelligence, 1985.Markdown
[Dechter and Pearl. "The Anatomy of Easy Problems: A Constraint-Satisfaction Formulation." International Joint Conference on Artificial Intelligence, 1985.](https://mlanthology.org/ijcai/1985/dechter1985ijcai-anatomy/)BibTeX
@inproceedings{dechter1985ijcai-anatomy,
title = {{The Anatomy of Easy Problems: A Constraint-Satisfaction Formulation}},
author = {Dechter, Rina and Pearl, Judea},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {1985},
pages = {1066-1072},
url = {https://mlanthology.org/ijcai/1985/dechter1985ijcai-anatomy/}
}