Dynamic Boolean Synthesis with Zero-suppressed Decision Diagrams
Yi Lin, Moshe Y. Vardi
TL;DR
The paper advances symbolic boolean synthesis by introducing a dynamic-programming framework built on zero-suppressed decision diagrams (ZDDs) and graded project-join trees. It defines realizability and witness construction within this DP setting, then presents a practical tool (DPZynth) that balances planning and execution via a magic-number bound to treewidth, showing competitive end-to-end performance against BDD-based and monolithic ZDD solvers. The work demonstrates the method's scalability and complementary value to industrial solvers, and outlines future directions like machine-learning-driven configuration and broader applications in symbolic model checking and temporal synthesis. Overall, it offers a principled, scalable approach to ZDD-based boolean synthesis with actionable insights into planning-execution trade-offs.
Abstract
Motivated by functional synthesis in sequential circuit construction and quantified boolean formulas (QBF), boolean synthesis serves as one of the core problems in Formal Methods. Recent advances show that decision diagrams (DD) are particularly competitive in symbolic approaches for boolean synthesis, among which zero-suppressed decision diagram (ZDD) is a relatively new algorithmic approach, but is complementary to the industrial portfolio, where binary decision diagrams (BDDs) are more often applied. We propose a new dynamic-programming ZDD-based framework in the context of boolean synthesis, show solutions to theoretical challenges, develop a tool, and investigate the experimental performance. We also propose an idea of magic number that functions as the upper bound of planning-phase time and treewidth, showing how to interpret the exploration-exploitation dilemma in planning-execution synthesis framework. The algorithm we propose shows its strengths in general, gives inspiration for future needs to determine industrial magic numbers, and justifies that the framework we propose is an appropriate addition to the industrial synthesis solvers portfolio.
