# ADDMC: Weighted Model Counting with Algebraic Decision Diagrams

**Authors:** Jeffrey M. Dudek, Vu H. N. Phan, Moshe Y. Vardi

arXiv: 1907.05000 · 2020-06-03

## TL;DR

This paper introduces ADDMC, an exact weighted model counting algorithm using Algebraic Decision Diagrams, which outperforms existing counters on a large benchmark set.

## Contribution

The paper presents a novel model counting algorithm employing Algebraic Decision Diagrams and demonstrates its superior performance over state-of-the-art methods.

## Key findings

- ADDMC significantly outperforms existing model counters on benchmark tests.
- Empirical evaluation shows the effectiveness of heuristics used with ADDMC.
- ADDMC improves the virtual best solver performance in weighted model counting.

## Abstract

We present an algorithm to compute exact literal-weighted model counts of Boolean formulas in Conjunctive Normal Form. Our algorithm employs dynamic programming and uses Algebraic Decision Diagrams as the primary data structure. We implement this technique in ADDMC, a new model counter. We empirically evaluate various heuristics that can be used with ADDMC. We then compare ADDMC to state-of-the-art exact weighted model counters (Cachet, c2d, d4, and miniC2D) on 1914 standard model counting benchmarks and show that ADDMC significantly improves the virtual best solver.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.05000/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1907.05000/full.md

## References

48 references — full list in the complete paper: https://tomesphere.com/paper/1907.05000/full.md

---
Source: https://tomesphere.com/paper/1907.05000