OBDD的规范泛化 / A canonical generalization of OBDD
1️⃣ 一句话总结
这篇论文提出了一种名为树决策图(TDD)的新模型来高效表示布尔函数,它比经典的OBDD模型更强大、更紧凑,尤其擅长处理具有特定树状结构复杂度的逻辑公式。
We introduce Tree Decision Diagrams (TDD) as a model for Boolean functions that generalizes OBDD. They can be seen as a restriction of structured d-DNNF; that is, d-DNNF that respect a vtree $T$. We show that TDDs enjoy the same tractability properties as OBDD, such as model counting, enumeration, conditioning, and apply, and are more succinct. In particular, we show that CNF formulas of treewidth $k$ can be represented by TDDs of FPT size, which is known to be impossible for OBDD. We study the complexity of compiling CNF formulas into deterministic TDDs via bottom-up compilation and relate the complexity of this approach with the notion of factor width introduced by Bova and Szeider.
OBDD的规范泛化 / A canonical generalization of OBDD
这篇论文提出了一种名为树决策图(TDD)的新模型来高效表示布尔函数,它比经典的OBDD模型更强大、更紧凑,尤其擅长处理具有特定树状结构复杂度的逻辑公式。
源自 arXiv: 2604.05537