Monte-carlo style UCT search for boolean satisfiability

  • Authors:
  • Alessandro Previti;Raghuram Ramanujan;Marco Schaerf;Bart Selman

  • Affiliations:
  • Dipartimento di Informatica e Sistemistica Antonio Ruberti, Sapienza, Università di Roma, Roma, Italy;Department of Computer Science, Cornell University, Ithaca, New York;Dipartimento di Informatica e Sistemistica Antonio Ruberti, Sapienza, Università di Roma, Roma, Italy;Department of Computer Science, Cornell University, Ithaca, New York

  • Venue:
  • AI*IA'11 Proceedings of the 12th international conference on Artificial intelligence around man and beyond
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we investigate the feasibility of applying algorithms based on the Uniform Confidence bounds applied to Trees [12] to the satisfiability of CNF formulas. We develop a new family of algorithms based on the idea of balancing exploitation (depth-first search) and exploration (breadth-first search), that can be combined with two different techniques to generate random playouts or with a heuristics-based evaluation function. We compare our algorithms with a DPLL-based algorithm and with WalkSAT, using the size of the tree and the number of flips as the performance measure. While our algorithms perform on par with DPLL on instances with little structure, they do quite well on structured instances where they can effectively reuse information gathered from one iteration on the next. We also discuss the pros and cons of our different algorithms and we conclude with a discussion of a number of avenues for future work.