English

Towards Practical First-Order Model Counting

Logic in Computer Science 2025-06-11 v2 Artificial Intelligence

Abstract

First-order model counting (FOMC) is the problem of counting the number of models of a sentence in first-order logic. Since lifted inference techniques rely on reductions to variants of FOMC, the design of scalable methods for FOMC has attracted attention from both theoreticians and practitioners over the past decade. Recently, a new approach based on first-order knowledge compilation was proposed. This approach, called Crane, instead of simply providing the final count, generates definitions of (possibly recursive) functions that can be evaluated with different arguments to compute the model count for any domain size. However, this approach is not fully automated, as it requires manual evaluation of the constructed functions. The primary contribution of this work is a fully automated compilation algorithm, called Crane2, which transforms the function definitions into C++ code equipped with arbitrary-precision arithmetic. These additions allow the new FOMC algorithm to scale to domain sizes over 500,000 times larger than the current state of the art, as demonstrated through experimental results.

Keywords

Cite

@article{arxiv.2502.12278,
  title  = {Towards Practical First-Order Model Counting},
  author = {Ananth K. Kidambi and Guramrit Singh and Paulius Dilkas and Kuldeep S. Meel},
  journal= {arXiv preprint arXiv:2502.12278},
  year   = {2025}
}

Comments

19 pages, 2 figures, to be published at SAT 2025, minor revisions

R2 v1 2026-06-28T21:47:52.932Z