Sparse Constraint Graphs and Exceptionally Hard Problems
Abstract
Many types of problem exhibit a phase transition as a problem parameter is varied, from a region where most problems are easy and soluble to a region where most problems are easy but insoluble. In the intervening phase transition region, the median problem difficulty is greatest. However, occasional exceptionally hard problems (ehps) can be found in the easy and soluble region: these problems can be much harder than any problem occurring in the phase transition. We show that in binary constraint satisfaction problems ehps are much more likely to occur when the constraints are sparse than in dense problems. In ehps, the search algorithm encounters a large insoluble subproblem at an early stage; the exceptional difficulty is due to the cost of searching the subproblem to prove insolubility. This cost can be dramatically reduced by using conflict-directed backjumping (CBJ) rather than a chronological backtracker. However, when used with forward checking and the fail-first heuristic, it is...
Cite
Text
Smith and Grant. "Sparse Constraint Graphs and Exceptionally Hard Problems." International Joint Conference on Artificial Intelligence, 1995.Markdown
[Smith and Grant. "Sparse Constraint Graphs and Exceptionally Hard Problems." International Joint Conference on Artificial Intelligence, 1995.](https://mlanthology.org/ijcai/1995/smith1995ijcai-sparse/)BibTeX
@inproceedings{smith1995ijcai-sparse,
title = {{Sparse Constraint Graphs and Exceptionally Hard Problems}},
author = {Smith, Barbara M. and Grant, Stuart A.},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {1995},
pages = {646-654},
url = {https://mlanthology.org/ijcai/1995/smith1995ijcai-sparse/}
}