KR2025Proceedings of the 22nd International Conference on Principles of Knowledge Representation and ReasoningProceedings of the 22nd International Conference on Principles of Knowledge Representation and Reasoning

Melbourne, Australia. November 11-17, 2025.

Edited by

ISSN: 2334-1033
ISBN: 978-1-956792-08-9

Sponsored by
Published by

Copyright © 2025 International Joint Conferences on Artificial Intelligence Organization

An Embarrassingly Parallel Model Counter

  1. Zhenghang Xu(School of Information Science and Technology, Northeast Normal University, Changchun, China, Key Laboratory of Applied Statistics of MOE, Northeast Normal University, Changchun, China)
  2. Minghao Yin(School of Information Science and Technology, Northeast Normal University, Changchun, China, Key Laboratory of Applied Statistics of MOE, Northeast Normal University, Changchun, China)
  3. Jean Marie Lagniez(Univ. Artois, CNRS, CRIL, F-62300 Lens, France)

Keywords

  1. #SAT
  2. Distributed Architecture
  3. Embarrassingly Parallel
  4. Model Counting

Abstract

Model counting (also known as #SAT) is a fundamental

problem in knowledge representation and reasoning, with

applications ranging from probabilistic inference to formal

verification. However, state-of-the-art model counters are

limited by computational resources on a single machine. In

this paper, we propose a novel distributed framework for

model counting, exploiting the embarrassingly parallel

nature of the problem. By decomposing the search space into

independent subproblems and distributing them across

different computation nodes, our approach achieves

near-linear scalability on practical instances. Extensive

experiments on standard benchmarks demonstrate both the

effectiveness and efficiency of our framework.