Integrating Systematic and Local Search Paradigms: A New Strategy for MaxSAT

Abstract

Systematic search and local search paradigms forcombinatorial problems are generally believed tohave complementary strengths. Nevertheless, attemptsto combine the power of the two paradigmshave had limited success, due in part to the expensiveinformation communication overhead involved. We propose a hybrid strategy based onshared memory, ideally suited for multi-core processorarchitectures. This method enables continuousinformation exchange between two solverswithout slowing down either of the two. Such a hybridsearch strategy is surprisingly effective, leadingto substantially better quality solutions to manychallenging Maximum Satisfiability (MaxSAT) instancesthan what the current best exact or heuristicmethods yield, and it often achieves this within seconds. This hybrid approach is naturally best suitedto MaxSAT instances for which proving unsatisfiabilityis already hard; otherwise the method fallsback to pure local search. Lukas Kroc, Ashish Sabharwal, Carla P. Gomes, Bart Selman

Cite

Text

Kroc et al. "Integrating Systematic and Local Search Paradigms: A New Strategy for MaxSAT." International Joint Conference on Artificial Intelligence, 2009.

Markdown

[Kroc et al. "Integrating Systematic and Local Search Paradigms: A New Strategy for MaxSAT." International Joint Conference on Artificial Intelligence, 2009.](https://mlanthology.org/ijcai/2009/kroc2009ijcai-integrating/)

BibTeX

@inproceedings{kroc2009ijcai-integrating,
  title     = {{Integrating Systematic and Local Search Paradigms: A New Strategy for MaxSAT}},
  author    = {Kroc, Lukas and Sabharwal, Ashish and Gomes, Carla P. and Selman, Bart},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2009},
  pages     = {544-551},
  url       = {https://mlanthology.org/ijcai/2009/kroc2009ijcai-integrating/}
}