Backbone Guided Local Search for Maximum Satisfiability

Abstract

Maximum satisfiability (Max-SAT) is more general and more difficult to solve than satisfiability (SAT). In this paper, we first investigate the effectiveness of Walksat, one of the best local search algorithms designed for SAT, on Max-SAT. We show that Walksat is also effective on Max-SAT, while its effectiveness degrades as the problem is more constrained. We then develop a novel method that exploits the backbone information in the local minima from Walksat and applies the backbone information in different ways to improve the performance of the Walksat algorithm. We call our new algorithm backbone guided Walksat (BGWalksat). On large random SAT and Max-SAT problems as well as instances from the SATLIB, BGWalksat significantly improves Walksat's performance. 1

Cite

Text

Zhang et al. "Backbone Guided Local Search for Maximum Satisfiability." International Joint Conference on Artificial Intelligence, 2003.

Markdown

[Zhang et al. "Backbone Guided Local Search for Maximum Satisfiability." International Joint Conference on Artificial Intelligence, 2003.](https://mlanthology.org/ijcai/2003/zhang2003ijcai-backbone/)

BibTeX

@inproceedings{zhang2003ijcai-backbone,
  title     = {{Backbone Guided Local Search for Maximum Satisfiability}},
  author    = {Zhang, Weixiong and Rangan, Ananda and Looks, Moshe},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2003},
  pages     = {1179-1186},
  url       = {https://mlanthology.org/ijcai/2003/zhang2003ijcai-backbone/}
}