Informatics Report Series


Report   

EDI-INF-RR-0641


Related Pages

Report (by Number) Index
Report (by Date) Index
Author Index
Institute Index

Home
Title:Analysis of Recursive State Machines
Authors: Rajeev Alur ; Michael Benedikt ; Kousha Etessami ; Patrice Godefroid ; Thomas Reps ; Mihalis Yannakakis
Date: 2005
Publication Title:ACM Transactions on Programming Languages and Systems
Volume No:27(4) Page Nos:786-818
Abstract:
Recursive state machines (RSMs) enhance the power of ordinary state machines by allowing vertices to correspond either to ordinary states or to potentially recursive invocations of other state machines. RSMs can model the control flow in sequential imperative programs containing recursive procedure calls. They can be viewed as a visual notation extending Statecharts-like hierarchical state machines, where concurrency is disallowed but recursion is allowed. They are also related to various models of pushdown systems studied in the verification and program analysis communities. After introducing RSMs and comparing their expressiveness with other models, we focus on whether verification can be efficiently performed for RSMs. Our first goal is to examine the verification of linear time properties of RSMs. We begin this study by dealing with two key components for algorithmic analysis and model checking, namely, reachability (Is a target state reachable from initial states?) and cycle detection (Is there a reachable cycle containing an accepting state?). We show that both these problems can be solved in time O(nθ^2) and space O(nθ), where n is the size of the recursive machine and θ is the maximum, over all component state machines, of the minimum of the number of entries and the number of exits of each component. From this, we easily derive algorithms for linear time temporal logic model checking with the same complexity in the model. We then turn to properties in the branching time logic CTL*, and again demonstrate a bound linear in the size of the state machine, but only for the case of RSMs with a single exit node.
Links To Paper
1st Link
Bibtex format
@Misc{EDI-INF-RR-0641,
author = { Rajeev Alur and Michael Benedikt and Kousha Etessami and Patrice Godefroid and Thomas Reps and Mihalis Yannakakis },
title = {Analysis of Recursive State Machines},
year = 2005,
volume = {27(4)},
pages = {786-818},
url = {http://portal.acm.org/citation.cfm?doid=1075387},
}


Home : Publications : Report 

Please mail <reports@inf.ed.ac.uk> with any changes or corrections.
Unless explicitly stated otherwise, all material is copyright The University of Edinburgh