Continuous Pushdown VASS in One Dimension are Easy
Guillermo A. Perez, Shrisha Rao
TL;DR
The paper addresses the reachability, coverability, and boundedness analysis of one-dimensional continuous pushdown VASS (C1PVASS). By reducing problems to PDAs and using Presburger arithmetic, it proves that these analyses are computable in polynomial time for 0-C1PVASS, and in NP (reachability and coverability) with coNP (boundedness) when lower-bound guards are added. A key technique is the Dense Normal Form (DNF) for k-reachability, along with PDA constructions and Presburger encodings that preserve the Parikh image structure. The results significantly improve the tractability of analysis for this relaxed model and offer a framework for approximating PVASS behavior in recursive-program contexts, with potential extensions to bounded counter domains.
Abstract
A pushdown vector addition system with states (PVASS) extends the model of vector addition systems with a pushdown stack. The algorithmic analysis of PVASS has applications such as static analysis of recursive programs manipulating integer variables. Unfortunately, reachability analysis, even for one-dimensional PVASS is not known to be decidable. We relax the model of one-dimensional PVASS to make the counter updates continuous and show that in this case reachability, coverability, and boundedness are decidable in polynomial time. In addition, for the extension of the model with lower-bound guards on the states, we show that coverability and reachability are in NP, and boundedness is in coNP.
