Building Structure into Local Search for SAT

Abstract

Local search procedures for solving satisfiability problems have attracted considerable attention since the development of GSAT in 1992. However, recent work indicates that for many real-world problems, complete search methods have the advantage, because modern heuristics are able to effectively exploit problem structure. Indeed, to develop a local search technique that can effectively deal with variable dependencies has been an open challenge since 1997. In this paper we show that local search techniques can effectively exploit information about problem structure producing significant improvements in performance on structured problem instances. Building on the earlier work of Ostrowski et al. we describe how information about variable dependencies can be built into a local search, so that only independent variables are considered for flipping. The cost effect of a flip is then dynamically calculated using a dependency lattice that models dependent variables using gates (specifically and, or and equivalence gates). The experimental study on hard structured benchmark problems demonstrates that our new approach significantly outperforms the previously reported best local search techniques.

Cite

Text

Pham et al. "Building Structure into Local Search for SAT." International Joint Conference on Artificial Intelligence, 2007.

Markdown

[Pham et al. "Building Structure into Local Search for SAT." International Joint Conference on Artificial Intelligence, 2007.](https://mlanthology.org/ijcai/2007/pham2007ijcai-building/)

BibTeX

@inproceedings{pham2007ijcai-building,
  title     = {{Building Structure into Local Search for SAT}},
  author    = {Pham, Duc Nghia and Thornton, John and Sattar, Abdul},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2007},
  pages     = {2359-2364},
  url       = {https://mlanthology.org/ijcai/2007/pham2007ijcai-building/}
}