An FPRAS for Model Counting for Non-Deterministic Read-Once Branching Programs
Kuldeep S. Meel, Alexis de Colnet
TL;DR
The paper resolves the open problem of designing a fully polynomial-time randomized approximation scheme (FPRAS) for #nFBDD, counting models of non-deterministic read-once branching programs. It introduces a bottom-up algorithm, approxMCnFBDD_core, that tracks per-node inverse model counts and uses a median-of-means approach on multiple sample sets, while carefully bounding sample dependence via derivation paths and a novel random-process coupling. The authors prove polynomial-time guarantees and error bounds, culminating in an FPRAS for #nFBDD when coupled with repetition and median aggregation. This work advances knowledge compilation for non-deterministic structures and provides a new technique to quantify dependence in sampling-based approximations, with potential extensions to related languages.
Abstract
Non-deterministic read-once branching programs, also known as non-deterministic free binary decision diagrams (nFBDD), are a fundamental data structure in computer science for representing Boolean functions. In this paper, we focus on #nFBDD, the problem of model counting for non-deterministic read-once branching programs. The #nFBDD problem is #P-hard, and it is known that there exists a quasi-polynomial randomized approximation scheme for #nFBDD. In this paper, we provide the first FPRAS for #nFBDD. Our result relies on the introduction of new analysis techniques that focus on bounding the dependence of samples.
