Automated Formulation of Constraint Satisfaction Problems

Abstract

A wide variety of problems can be represented as constraint satisfaction problems (CSPs), and once so represented can be solved by a variety of effective algorithms. However, as with other powerful, general Al problem solving methods, we must still address the task of moving from a natural statement of the problem to a formulation of the problem as a CSP. This research addresses the task of automating this problem formulation process, using logic puzzles as a testbed. Beyond problem formulation per se, we address the issues of effective problem formulation, i.e. finding formulations that support more efficient solution, as well as incremental problem formulation that supports reasoning from partial information and are congenial to human thought processes.

Cite

Text

Sabin and Freuder. "Automated Formulation of Constraint Satisfaction Problems." AAAI Conference on Artificial Intelligence, 1996.

Markdown

[Sabin and Freuder. "Automated Formulation of Constraint Satisfaction Problems." AAAI Conference on Artificial Intelligence, 1996.](https://mlanthology.org/aaai/1996/sabin1996aaai-automated/)

BibTeX

@inproceedings{sabin1996aaai-automated,
  title     = {{Automated Formulation of Constraint Satisfaction Problems}},
  author    = {Sabin, Mihaela and Freuder, Eugene C.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1996},
  pages     = {1407},
  url       = {https://mlanthology.org/aaai/1996/sabin1996aaai-automated/}
}