Weakly acyclic diagrams: A data structure for infinite-state symbolic verification

Michael Blondin,Michaël Cadilhac,Xin-Yi Cui,Philipp Czerner,Javier Esparza,Jakob Schulz
2024-11-26
Abstract:Ordered binary decision diagrams (OBDDs) are a fundamental data structure for the manipulation of Boolean functions, with strong applications to finite-state symbolic model checking. OBDDs allow for efficient algorithms using top-down dynamic programming. From an automata-theoretic perspective, OBDDs essentially are minimal deterministic finite automata recognizing languages whose words have a fixed length (the arity of the Boolean function). We introduce weakly acyclic diagrams (WADs), a generalization of OBDDs that maintains their algorithmic advantages, but can also represent infinite languages. We develop the theory of WADs and show that they can be used for symbolic model checking of various models of infinite-state systems.
Logic in Computer Science,Data Structures and Algorithms
What problem does this paper attempt to address?