Parallel Algorithms for Operations on Multi-Valued Decision Diagrams

Authors

  • Guillaume Perez Cornell University
  • Jean-Charles Régin University of Nice-Sophia Antipolis

DOI:

https://doi.org/10.1609/aaai.v32i1.12210

Keywords:

constraint programming, CSP, MDD, parallel algorithm

Abstract

Multi-valued Decision Diagrams (MDDs) have been extensively studied in the last ten years. Recently, efficient algorithms implementing operators such as reduction, union, intersection, difference, etc., have been designed. They directly deal with the graph structure of the MDD and a time reduction of several orders of magnitude in comparison to other existing algorithms have been observed. These operators have permitted a new look at MDDs, because extremely large MDDs can finally be manipulated as shown by the models used to solve complex application in music generation. However, MDDs become so large (50GB) that minutes are sometimes required to perform some operations. In order to accelerate the manipulation of MDDs, parallel algorithms are required. In this paper, we introduce such algorithms. We carefully design them in order to overcome inherent difficulties of the parallelization of sequential algorithms such as data dependencies, software lock-out, false sharing, or load balancing. As a result, we observe a speed-up , i.e. ratio between parallel and sequential runtimes, growing linearly with the number of cores.

Downloads

Published

2018-04-26

How to Cite

Perez, G., & Régin, J.-C. (2018). Parallel Algorithms for Operations on Multi-Valued Decision Diagrams. Proceedings of the AAAI Conference on Artificial Intelligence, 32(1). https://doi.org/10.1609/aaai.v32i1.12210

Issue

Section

Main Track: Search and Constraint Satisfaction