English

CNFs and DNFs with Exactly $k$ Solutions

Discrete Mathematics 2026-05-08 v1 Data Structures and Algorithms Logic in Computer Science Combinatorics Logic

Abstract

Model counting is a fundamental problem that consists of determining the number of satisfying assignments for a given Boolean formula. The weighted variant, which computes the weighted sum of satisfying assignments, has extensive applications in probabilistic reasoning, network reliability, statistical physics, and formal verification. A common approach for solving weighted model counting is to reduce it to unweighted model counting, which raises an important question: {\em What is the minimum number of terms (or clauses) required to construct a DNF (or CNF) formula with exactly kk satisfying assignments?} In this paper, we establish both upper and lower bounds on this question. We prove that for any natural number kk, one can construct a monotone DNF formula with exactly kk satisfying assignments using at most O(logkloglogk)O(\sqrt{\log k}\log\log k) terms. This construction represents the first o(logk)o(\log k) upper bound for this problem. We complement this result by showing that there exist infinitely many values of kk for which any DNF or CNF representation requires at least Ω(loglogk)\Omega(\log\log k) terms or clauses. These results have significant implications for the efficiency of model counting algorithms based on formula transformations.

Keywords

Cite

@article{arxiv.2506.07268,
  title  = {CNFs and DNFs with Exactly $k$ Solutions},
  author = {L. Sunil Chandran and Rishikesh Gajjala and Kuldeep S. Meel},
  journal= {arXiv preprint arXiv:2506.07268},
  year   = {2026}
}

Comments

To appear in SAT 2025

R2 v1 2026-07-01T03:05:58.896Z