Symmetric Component Caching for Model Counting on Combinatorial Instances

Abstract

Given a propositional formula ψ, the model counting problem, also referred to as #SAT, seeks to compute the number of satisfying assignments (or models) of ψ. Modern search-based model counting algorithms are built on conflict-driven clause learning, combined with the caching of certain subformulas (called components) encountered during the search process. Despite significant progress in these algorithms over the years, state-of-the-art model counters often struggle to handle large but structured instances that typically arise in combinatorial settings. Motivated by the observation that these counters do not exploit the inherent symmetries exhibited in such instances, we revisit the component caching architecture employed in current counters and introduce a novel caching scheme that focuses on identifying symmetric components. We first prove the soundness of our approach, and then integrate it into the state-of-the-art model counter GANAK. Our extensive experiments on hard combinatorial instances demonstrate that the resulting counter, SymGANAK, leads to improvements over GANAK both in terms of PAR-2 score and the number of instances solved.

Cite

Text

van Bremen et al. "Symmetric Component Caching for Model Counting on Combinatorial Instances." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I5.16511

Markdown

[van Bremen et al. "Symmetric Component Caching for Model Counting on Combinatorial Instances." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/vanbremen2021aaai-symmetric/) doi:10.1609/AAAI.V35I5.16511

BibTeX

@inproceedings{vanbremen2021aaai-symmetric,
  title     = {{Symmetric Component Caching for Model Counting on Combinatorial Instances}},
  author    = {van Bremen, Timothy and Derkinderen, Vincent and Sharma, Shubham and Roy, Subhajit and Meel, Kuldeep S.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {3922-3930},
  doi       = {10.1609/AAAI.V35I5.16511},
  url       = {https://mlanthology.org/aaai/2021/vanbremen2021aaai-symmetric/}
}