Cube and conquer: guiding CDCL SAT solvers by lookaheads

  • Authors:
  • Marijn J. H. Heule;Oliver Kullmann;Siert Wieringa;Armin Biere

  • Affiliations:
  • Delft University of Technology, The Netherlands,Johannes Kepler University Linz, Austria;Swansea University, United Kingdom;Aalto University Helsinki, Finland;Johannes Kepler University Linz, Austria

  • Venue:
  • HVC'11 Proceedings of the 7th international Haifa Verification conference on Hardware and Software: verification and testing
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Satisfiability (SAT) is considered as one of the most important core technologies in formal verification and related areas. Even though there is steady progress in improving practical SAT solving, there are limits on scalability of SAT solvers. We address this issue and present a new approach, called cube-and-conquer, targeted at reducing solving time on hard instances. This two-phase approach partitions a problem into many thousands (or millions) of cubes using lookahead techniques. Afterwards, a conflict-driven solver tackles the problem, using the cubes to guide the search. On several hard competition benchmarks, our hybrid approach outperforms both lookahead and conflict-driven solvers. Moreover, because cube-and-conquer is natural to parallelize, it is a competitive alternative for solving SAT problems in parallel.