English

Polynomial Bounds of CFLOBDDs against BDDs

Symbolic Computation 2024-11-25 v2 Discrete Mathematics Data Structures and Algorithms Formal Languages and Automata Theory

Abstract

Binary Decision Diagrams (BDDs) are widely used for the representation of Boolean functions. Context-Free-Language Ordered Decision Diagrams (CFLOBDDs) are a plug-compatible replacement for BDDs -- roughly, they are BDDs augmented with a certain form of procedure call. A natural question to ask is, ``For a given family of Boolean functions FF, what is the relationship between the size of a BDD for fFf \in F and the size of a CFLOBDD for ff?'' Sistla et al. established that there are best-case families of functions, which demonstrate an inherently exponential separation between CFLOBDDs and BDDs. They showed that there are families of functions {fn}\{ f_n \} for which, for all n=2kn = 2^k, the CFLOBDD for fnf_n (using a particular variable order) is exponentially more succinct than any BDD for fnf_n (i.e., using any variable order). However, they did not give a worst-case bound -- i.e., they left open the question, ``Is there a family of functions {gi}\{ g_i \} for which the size of a CFLOBDD for gig_i must be substantially larger than a BDD for gig_i?'' For instance, it could be that there is a family of functions for which the BDDs are exponentially more succinct than any corresponding CFLOBDDs. This paper studies such questions, and answers the second question posed above in the negative. In particular, we show that by using the same variable ordering in the CFLOBDD that is used in the BDD, the size of a CFLOBDD for any function hh cannot be far worse than the size of the BDD for hh. The bound that relates their sizes is polynomial: If BDD BB for function hh is of size B|B| and uses variable ordering Ord\textit{Ord}, then the size of the CFLOBDD CC for hh that also uses Ord\textit{Ord} is bounded by O(B3)O(|B|^3). The paper also shows that the bound is tight: there is a family of functions for which C|C| grows as Ω(B3)\Omega(|B|^3).

Keywords

Cite

@article{arxiv.2406.01525,
  title  = {Polynomial Bounds of CFLOBDDs against BDDs},
  author = {Xusheng Zhi and Thomas Reps},
  journal= {arXiv preprint arXiv:2406.01525},
  year   = {2024}
}
R2 v1 2026-06-28T16:51:34.119Z