Solving Satisfiability Modulo Counting Exactly with Probabilistic Circuits

Abstract

Satisfiability Modulo Counting (SMC) is a recently proposed general language to reason about problems integrating statistical and symbolic Artificial Intelligence. An SMC problem is an extended SAT problem in which the truth values of a few Boolean variables are determined by probabilistic inference. Approximate solvers may return solutions that violate constraints. Directly integrating available SAT solvers and probabilistic inference solvers gives exact solutions but results in slow performance because of many back-and-forth invocations of both solvers. We propose KOCO-SMC, an integrated exact SMC solver that efficiently tracks lower and upper bounds in the probabilistic inference process. It enhances computational efficiency by enabling early estimation of probabilistic inference using only partial variable assignments, whereas existing methods require full variable assignments. In the experiment, we compare KOCO-SMC with currently available approximate and exact SMC solvers on large-scale datasets and real-world applications. The proposed KOCO-SMC finds exact solutions with much less time.

Cite

Text

Li et al. "Solving Satisfiability Modulo Counting Exactly with Probabilistic Circuits." Proceedings of the 42nd International Conference on Machine Learning, 2025.

Markdown

[Li et al. "Solving Satisfiability Modulo Counting Exactly with Probabilistic Circuits." Proceedings of the 42nd International Conference on Machine Learning, 2025.](https://mlanthology.org/icml/2025/li2025icml-solving/)

BibTeX

@inproceedings{li2025icml-solving,
  title     = {{Solving Satisfiability Modulo Counting Exactly with Probabilistic Circuits}},
  author    = {Li, Jinzhao and Jiang, Nan and Xue, Yexiang},
  booktitle = {Proceedings of the 42nd International Conference on Machine Learning},
  year      = {2025},
  pages     = {34976-34997},
  volume    = {267},
  url       = {https://mlanthology.org/icml/2025/li2025icml-solving/}
}