Bound Consistency for Binary Length-Lex Set Constraints
Abstract
The length-lex representation has been recently proposed for representing sets in Constraint Satisfaction Problems. The length-lex representation directly captures cardinality information, provides a total ordering for sets, and allows bound consistency on unary constraints to be enforced in time Õ(c), where c is the cardinality of the set. However, no algorithms were given to enforce bound consistency on binary constraints. This paper addresses this open issue. It presents algorithms to enforce bound consistency on disjointness and cardinality constraints in time O(c 3). Moreover, it presents a generic bound-consistency algorithm for any binary constraint S which requires Õ(c2) calls to a feasibility subroutine for S.
Cite
Text
Van Hentenryck et al. "Bound Consistency for Binary Length-Lex Set Constraints." AAAI Conference on Artificial Intelligence, 2008.Markdown
[Van Hentenryck et al. "Bound Consistency for Binary Length-Lex Set Constraints." AAAI Conference on Artificial Intelligence, 2008.](https://mlanthology.org/aaai/2008/hentenryck2008aaai-bound/)BibTeX
@inproceedings{hentenryck2008aaai-bound,
title = {{Bound Consistency for Binary Length-Lex Set Constraints}},
author = {Van Hentenryck, Pascal and Yip, Justin and Gervet, Carmen and Dooms, Grégoire},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2008},
pages = {375-380},
url = {https://mlanthology.org/aaai/2008/hentenryck2008aaai-bound/}
}