Using Inference to Reduce Arc Consistency Computation
Abstract
Constraint satisfaction problems are widely used in artificial intelligence. They involve finding values for problem variables subject to constraints that specify which combinations of values are consistent. Knowledge about properties of the constraints can permit inferences that reduce the cost of consistency checking. In particular, such inferences can be used to reduce the number of constraint checks required in establishing arc consistency, a fundamental constraint-based reasoning technique. A general AC-Inference schema is presented and various forms of inference discussed. A specific algorithm, AC-7, is presented, which takes advantage of a simple property common to all binary constraints to eliminate constraint checks that other arc consistency algorithms perform. The effectiveness of this approach is demonstrated analytically, and experimentally on real-world problems.
Cite
Text
Bessière et al. "Using Inference to Reduce Arc Consistency Computation." International Joint Conference on Artificial Intelligence, 1995.Markdown
[Bessière et al. "Using Inference to Reduce Arc Consistency Computation." International Joint Conference on Artificial Intelligence, 1995.](https://mlanthology.org/ijcai/1995/bessiere1995ijcai-using/)BibTeX
@inproceedings{bessiere1995ijcai-using,
title = {{Using Inference to Reduce Arc Consistency Computation}},
author = {Bessière, Christian and Freuder, Eugene C. and Régin, Jean-Charles},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {1995},
pages = {592-599},
url = {https://mlanthology.org/ijcai/1995/bessiere1995ijcai-using/}
}