A Study of Optimization Techniques about Reachability in Timed Automata

CHEN Ming-Song,ZHAO Jian-Hua,LI Xuan-Dong,ZHENG Guo-Liang
2006-01-01
Computer Science
Abstract:Timed automaton is a useful modeling tool for real-time systems. To check whether a system can reach a specific state,the reachability analysis algorithms explore the state space of timed automata by enumeration of symbolic states. Since clocks are used in timed automata,the algorithms generate large number of temporary states during state space exploration,so it requires a huge amount of computer memory. When such requirement excesses the feasible limitation,the model checking algorithm fails to return a result. This is the so called ’state space explosion’ problem. Many researchers contrive various optimization techniques to solve or mitigate this headache problem. This paper firstly presents the basic introduction of timed automata, then discusses some useful optimization techniques and gives a conclusion. Finally, some future directions are proposed.
What problem does this paper attempt to address?