English

NLocalSAT: Boosting Local Search with Solution Prediction

Artificial Intelligence 2020-12-10 v4

Abstract

The Boolean satisfiability problem (SAT) is a famous NP-complete problem in computer science. An effective way for solving a satisfiable SAT problem is the stochastic local search (SLS). However, in this method, the initialization is assigned in a random manner, which impacts the effectiveness of SLS solvers. To address this problem, we propose NLocalSAT. NLocalSAT combines SLS with a solution prediction model, which boosts SLS by changing initialization assignments with a neural network. We evaluated NLocalSAT on five SLS solvers (CCAnr, Sparrow, CPSparrow, YalSAT, and probSAT) with instances in the random track of SAT Competition 2018. The experimental results show that solvers with NLocalSAT achieve 27% ~ 62% improvement over the original SLS solvers.

Keywords

Cite

@article{arxiv.2001.09398,
  title  = {NLocalSAT: Boosting Local Search with Solution Prediction},
  author = {Wenjie Zhang and Zeyu Sun and Qihao Zhu and Ge Li and Shaowei Cai and Yingfei Xiong and Lu Zhang},
  journal= {arXiv preprint arXiv:2001.09398},
  year   = {2020}
}

Comments

Accepted by IJCAI 2020

R2 v1 2026-06-23T13:20:46.420Z