Dancing with Decision Diagrams: A Combined Approach to Exact Cover

Authors

  • Masaaki Nishino NTT Corporation
  • Norihito Yasuda NTT Corporation
  • Shin-ichi Minato Hokkaido University
  • Masaaki Nagata NTT Corporation

DOI:

https://doi.org/10.1609/aaai.v31i1.10662

Keywords:

Exact Cover, Dancing Links, Enumeration, Zero-suppressed Binary Decision Diagrams

Abstract

Exact cover is the problem of finding subfamilies, S*, of a family of sets, S, over universe U, where S* forms a partition of U.  It is a popular NP-hard problem appearing in a wide range of computer science studies. Knuth's algorithm DLX, a backtracking-based depth-first search implemented with the data structure called dancing links, is known as state-of-the-art for finding all exact covers. We propose a method to accelerate DLX. Our method constructs a Zero-suppressed Binary Decision Diagram (ZDD) that represents the set of solutions while running depth-first search in DLX. Constructing ZDDs enables the efficient use of memo cache to speed up the search. Moreover, our method has a virtue that it outputs ZDDs; we can perform several useful operations with them. Experiments confirm that the proposed method is up to several orders of magnitude faster than DLX.

Downloads

Published

2017-02-12

How to Cite

Nishino, M., Yasuda, N., Minato, S.- ichi, & Nagata, M. (2017). Dancing with Decision Diagrams: A Combined Approach to Exact Cover. Proceedings of the AAAI Conference on Artificial Intelligence, 31(1). https://doi.org/10.1609/aaai.v31i1.10662

Issue

Section

AAAI Technical Track: Heuristic Search and Optimization