Formula dissection: A parallel algorithm for constraint satisfaction

  • Authors:
  • John H. Reif;Simon Kasif;Deepak Sherlekar

  • Affiliations:
  • Department of Computer Science, Duke University, Durham, NC, United States;Department of Biomedical Engineering, Boston University, 44 Cummington St., Boston, MA 02215, United States;Verilogic Corporation, Denver, Colorado, United States

  • Venue:
  • Computers & Mathematics with Applications
  • Year:
  • 2008

Quantified Score

Hi-index 0.09

Visualization

Abstract

Many well-known problems in Artificial Intelligence can be formulated in terms of systems of constraints. The problem of testing the satisfiability of propositional formulae (SAT) is of special importance due to its numerous applications in theoretical computer science and Artificial Intelligence. A brute-force algorithm for SAT will have exponential time complexity O(2^n), where n is the number of Boolean variables of the formula. Unfortunately, more sophisticated approaches such as resolution result in similar performances in the worst case. In this paper, we present a simple and relatively efficient parallel divide-and-conquer method to solve various subclasses of SAT. The dissection stage of the parallel algorithm splits the original formula into smaller subformulae with only a bounded number of interacting variables. In particular, we derive a parallel algorithm for the class of formulae whose corresponding graph representation is planar. Our parallel algorithm for planar 3-SAT has the worst-case performance of 2^O^(^n^) on a PRAM (parallel random access model) computer. Applications of our method to constraint satisfaction problems are discussed.