中文
相关论文

相关论文: TARZAN: A Region-Based Library for Forward and Bac…

200 篇论文

Timed automata (TAs) are an efficient formalism to model and verify systems with hard timing constraints, and concurrency. While TAs assume exact timing constants with infinite precision, parametric TAs (PTAs) leverage this limitation and…

形式语言与自动机理论 · 计算机科学 2022-06-08 Johan Arcile , Étienne André

We present abstraction-refinement algorithms for model checking safety properties of timed automata. The abstraction domain we consider abstracts away zones by restricting the set of clock constraints that can be used to define them, while…

形式语言与自动机理论 · 计算机科学 2019-05-27 Victor Roussanaly , Ocan Sankur , Nicolas Markey

We investigate a zone based approach for the reachability problem in timed automata. The challenge is to alleviate the size explosion of the search space when considering networks of timed automata working in parallel. In the timed setting…

计算机科学中的逻辑 · 计算机科学 2019-07-05 R. Govind , Frédéric Herbreteau , B. Srivathsan , Igor Walukiewicz

Timed automata (TAs) are a widely used formalism to specify systems having temporal requirements. However, exactly specifying the system may be difficult, as the user may not know the exact clock constraints triggering state transitions. In…

计算机科学中的逻辑 · 计算机科学 2019-07-05 Étienne André , Paolo Arcaini , Angelo Gargantini , Marco Radavelli

Timed automata have been introduced by Rajeev Alur and David Dill in the early 90's. In the last decades, timed automata have become the de facto model for the verification of real-time systems. Algorithms for timed automata are based on…

计算机科学中的逻辑 · 计算机科学 2022-07-18 Patricia Bouyer , Paul Gastin , Frédéric Herbreteau , Ocan Sankur , B. Srivathsan

We propose an extension of the zone-based algorithmics for analyzing timed automata to handle systems where timing uncertainty is considered as probabilistic rather than set-theoretic. We study duration probabilistic automata (DPA),…

形式语言与自动机理论 · 计算机科学 2010-11-02 Oded Maler , Kim G. Larsen , Bruce H. Krogh

Timed automata (TA) are a well-established formalism for specifying discrete-state/continuous-time behavior of time-critical reactive systems. Concerning the fundamental analysis problem of comparing a candidate implementation against a…

形式语言与自动机理论 · 计算机科学 2020-09-17 Lars Luthmann , Hendrik Göttmann , Isabelle Bacher , Malte Lochau

The reachability problem for timed automata asks if there exists a path from an initial state to a target state. The standard solution to this problem involves computing the zone graph of the automaton, which in principle could be infinite.…

计算机科学中的逻辑 · 计算机科学 2011-12-30 Frédéric Herbreteau , Dileep Kini , B. Srivathsan , Igor Walukiewicz

Weighted timed automata have been defined in the early 2000's for modelling resource-consumption or -allocation problems in real-time systems. Optimal reachability is decidable in weighted timed automata, and a symbolic forward algorithm…

计算机科学中的逻辑 · 计算机科学 2016-02-02 Patricia Bouyer , Maximilien Colange , Nicolas Markey

Updatable timed automata (UTA) are extensions of classic timed automata that allow special updates to clock variables, like x:= x - 1, x := y + 2, etc., on transitions. Reachability for UTA is undecidable in general. Various subclasses with…

计算机科学中的逻辑 · 计算机科学 2020-09-29 Paul Gastin , Sayan Mukherjee , B Srivathsan

Given the versatility of timed automata a huge body of work has evolved that considers extensions of timed automata. One extension that has received a lot of interest is timed automata with a, possibly unbounded, stack, also called the…

形式语言与自动机理论 · 计算机科学 2021-07-20 S. Akshay , Paul Gastin , Karthik R Prakash

We consider the reachability problem for timed automata. A standard solution to this problem involves computing a search tree whose nodes are abstractions of zones. For efficiency reasons, they are parametrized by the maximal lower and…

计算机科学中的逻辑 · 计算机科学 2013-01-21 Frédéric Herbreteau , B. Srivathsan , Igor Walukiewicz

Timed automata are a widely used formalism for specifying the discrete-state/continuous-time behavior of time-critical reactive systems. For the fundamental verification problem of comparing two timed automata, it has been shown that timed…

形式语言与自动机理论 · 计算机科学 2026-04-01 Alexander Lieb , Hendrik Göttmann , Lars Luthmann , Malte Lochau , Andy Schürr

Timed automata (TA) is used for modeling systems with timing aspects. A TA extends a finite automaton with a set of real valued variables called clocks, that measure the time and constraints over the clocks guard the transitions. A…

形式语言与自动机理论 · 计算机科学 2021-04-20 Ebru Aydin Gol

Backwards reachability is an efficient zone-based approach for model checking probabilistic timed automata w.r.t. PTCTL properties. Current implementations, however, are restricted to maximum probabilities of reachability properties. In…

计算机科学中的逻辑 · 计算机科学 2022-08-26 Arnd Hartmanns , Bram Kohlen

This paper investigates the decidability of opacity in timed automata (TA), a property that has been proven to be undecidable in general. First, we address a theoretical gap in recent work by J. An et al. (FM 2024) by providing necessary…

系统与控制 · 电气工程与系统科学 2025-04-02 Weilin Deng , Daowen Qiu , Jingkai Yang

Timed-arc Petri nets (TAPN) are a well-known time extension of the Petri net model and several translations to networks of timed automata have been proposed for this model. We present a direct, DBM-based algorithm for forward reachability…

计算机科学中的逻辑 · 计算机科学 2012-11-28 Alexandre David , Lasse Jacobsen , Morten Jacobsen , Jiří Srba

Timed Automata (TA) are a very popular modeling formalism for systems with time-sensitive properties. A common task is to verify if a network of TA satisfies a given property, usually expressed in Linear Temporal Logic (LTL), or in a subset…

计算机科学中的逻辑 · 计算机科学 2021-04-27 Robert L. Smith , Marcello M. Bersani , Matteo Rossi , Pierluigi San Pietro

We consider the reachability problem for timed automata having diagonal constraints (like x - y < 5) as guards in transitions. The best algorithms for timed automata proceed by enumerating reachable sets of its configurations, stored in the…

计算机科学中的逻辑 · 计算机科学 2018-06-29 Paul Gastin , Sayan Mukherjee , B Srivathsan

A popular method for solving reachability in timed automata proceeds by enumerating reachable sets of valuations represented as zones. A na\"ive enumeration of zones does not terminate. Various termination mechanisms have been studied over…

形式语言与自动机理论 · 计算机科学 2019-04-19 Paul Gastin , Sayan Mukherjee , B Srivathsan
‹ 上一页 1 2 3 10 下一页 ›