Scaling Up Reachability Analysis for Rectangular Automata with Random Clocks
Jonas Stübbe, Anne Remke, Erika Ábrahám
TL;DR
This work tackles the scalability of time-bounded reachability analysis for rectangular automata with random clocks by introducing optimizations across state-set representations, Fourier-Motzkin quantifier elimination with redundancy checks, and adaptive integration bounds. It demonstrates that maximal reachability probabilities can be obtained using forward reachability alone when schedulers are not of interest, while still enabling scheduler analysis when needed. Empirical results on CAR and EBIKE show that forward analysis yields significant speedups, FM+ mitigates constraint explosion, and tightened integration bounds drastically reduce integration volume and improve efficiency. The combined approach enhances the practicality of automated worst-case analysis for stochastic hybrid systems and lays groundwork for further efficiency improvements.
Abstract
This paper presents optimizations to improve the scalability of reachability analysis on a subclass of hybrid automata extended with stochasticity. The optimizations target different components of the analysis, such as quantifier elimination for state set projection, and automated parameter selection during the numerical integration. Most importantly, whereas the original method combines forward and backward reachability, we show that the usage of backward reachability is optional for computing maximal reachability probabilities.
