Control-Based Clause Sharing in Parallel SAT Solving

Abstract

Conflict driven clause learning, one of the most important component of modern SAT solvers, is also recognized as very important in parallel SAT solving. Indeed, it allows clause sharing between multiple processing units working on related (sub-)problems. However, without limitation, sharing clauses might lead to an exponential blow up in communication or to the sharing of irrelevant clauses. This paper, proposes two innovative policies to dynamically adjust the size of shared clauses between any pair of processing units. The first approach controls the overall number of exchanged clauses whereas the second additionally exploits the relevance quality of shared clauses. Experimental results show important improvements of the state-of the-art parallel SAT solver. Youssef Hamadi, Said Jabbour, Lakhdar Sais

Cite

Text

Hamadi et al. "Control-Based Clause Sharing in Parallel SAT Solving." International Joint Conference on Artificial Intelligence, 2009.

Markdown

[Hamadi et al. "Control-Based Clause Sharing in Parallel SAT Solving." International Joint Conference on Artificial Intelligence, 2009.](https://mlanthology.org/ijcai/2009/hamadi2009ijcai-control/)

BibTeX

@inproceedings{hamadi2009ijcai-control,
  title     = {{Control-Based Clause Sharing in Parallel SAT Solving}},
  author    = {Hamadi, Youssef and Jabbour, Saïd and Sais, Lakhdar},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2009},
  pages     = {499-504},
  url       = {https://mlanthology.org/ijcai/2009/hamadi2009ijcai-control/}
}