Size bound of CFLOBDDs versus BDDs under different variable orderings
Determine tight upper and lower bounds on the size of a Context-Free-Language Ordered Binary Decision Diagram (CFLOBDD) for a Boolean function in terms of the size of a Binary Decision Diagram (BDD) for the same function when the CFLOBDD is permitted to use a variable ordering different from the BDD’s ordering. Ascertain whether a general bound such as O(|B|^2), O(|B|), or a sublinear function in |B| is achievable for the CFLOBDD size |C| relative to the BDD size |B|, or whether larger separations are unavoidable.
References
However, what if we allow the variable ordering to change? What is the bound on the size of CFLOBDDs compared to BDDs when the CFLOBDD is permitted to use a different variable ordering? Could we achieve a better bound, such as O(|B|2), O(|B|), or even sub-linear bounds? This problem remains open.