H-DPOP: Using Hard Constraints for Search Space Pruning in DCOP

Abstract

In distributed constraint optimization problems, dynamic programming methods have been recently proposed (e.g. DPOP). In dynamic programming many valuations are grouped together in fewer messages, which produce much less networking overhead than search. Nevertheless, these messages are exponential in size. The basic DPOP always communicates all possible assignments, even when some of them may be inconsistent due to hard constraints. Many real problems contain hard constraints that significantly reduce the space of feasible assignments. This paper introduces H-DPOP, a hybrid algorithm that is based on DPOP, which uses Constraint Decision Diagrams (CDD) to rule out infeasible assignments, and thus compactly represent UTIL messages. Experimental results show that H-DPOP requires several orders of magnitude less memory than DPOP, especially for dense and tightly-constrained problems.

Cite

Text

Kumar et al. "H-DPOP: Using Hard Constraints for Search Space Pruning in DCOP." AAAI Conference on Artificial Intelligence, 2008.

Markdown

[Kumar et al. "H-DPOP: Using Hard Constraints for Search Space Pruning in DCOP." AAAI Conference on Artificial Intelligence, 2008.](https://mlanthology.org/aaai/2008/kumar2008aaai-h/)

BibTeX

@inproceedings{kumar2008aaai-h,
  title     = {{H-DPOP: Using Hard Constraints for Search Space Pruning in DCOP}},
  author    = {Kumar, Akshat and Petcu, Adrian and Faltings, Boi},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2008},
  pages     = {325-330},
  url       = {https://mlanthology.org/aaai/2008/kumar2008aaai-h/}
}