Propagation via lazy clause generation

  • Authors:
  • Olga Ohrimenko;Peter J. Stuckey;Michael Codish

  • Affiliations:
  • NICTA Victoria Research Lab, Department of Comp. Sci. and Soft. Eng., University of Melbourne, Melbourne, Australia;NICTA Victoria Research Lab, Department of Comp. Sci. and Soft. Eng., University of Melbourne, Melbourne, Australia;Department of Computer Science, Ben-Gurion University, Beersheba, Israel

  • Venue:
  • Constraints
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Finite domain propagation solvers effectively represent the possible values of variables by a set of choices which can be naturally modelled as Boolean variables. In this paper we describe how to mimic a finite domain propagation engine, by mapping propagators into clauses in a SAT solver. This immediately results in strong nogoods for finite domain propagation. But a naive static translation is impractical except in limited cases. We show how to convert propagators to lazy clause generators for a SAT solver. The resulting system introduces flexibility in modelling since variables are modelled dually in the propagation engine and the SAT solver, and we explore various approaches to the dual modelling. We show that the resulting system solves many finite domain problems significantly faster than other techniques.