On the Complexity of Ω-Pushdown Automata
Yusi Lei,Fu Song,Wanwei Liu,Min Zhang
DOI: https://doi.org/10.1007/s11432-016-9026-x
2017-01-01
Science China Information Sciences
Abstract:Finite automata over infinite words (called ω-automata) play an important role in the automatatheoretic approach to system verification. Different types of ω-automata differ in their succinctness and complexity of their emptiness problems, as a result, theory of ω-automata has received considerable research attention. Pushdown automata over infinite words (called ω-PDAs), a generalization of ω-automata, are a natural model of recursive programs. Our goal in this paper is to conduct a relatively complete investigation on the complexity of the emptiness problems for variants of ω-PDAs. For this purpose, we consider ω-PDAs of five standard acceptance types: Büchi, Parity, Rabin, Streett and Muller acceptances. Based on the transformation for ω- automata and the efficient algorithm proposed by Esparza et al. in CAV’00 for verifying the emptiness problem of ω-PDAs with Büchi acceptance, it is trivial to check the emptiness problem of other ω-PDAs. However, this naive approach is not optimal. In this paper, we propose novel algorithms for the emptiness problem of ω-PDAs based on the observations of the structure of accepting runs. Our algorithms outperform algorithms that go through Büchi PDAs. In particular, the space complexity of the algorithm for Streett acceptance that goes through Büchi acceptance is exponential, while ours is polynomial. The algorithm for Parity acceptance that goes through Büchi acceptance is in O(k 3 n 2 m) time and O(k2 nm) space, while ours is in O(kn 2 m) time and O(nm) space, where n (resp. m and k) is the number of control states (resp. transitions and index). Finally, we show that our algorithms yield a better solution for the pushdown model checking problem against linear temporal logic with fairness.