中文
相关论文

相关论文: Deterministic Automata for the (F,G)-fragment of L…

200 篇论文

The classic approaches to synthesize a reactive system from a linear temporal logic (LTL) specification first translate the given LTL formula to an equivalent omega-automaton and then compute a winning strategy for the corresponding…

计算机科学中的逻辑 · 计算机科学 2010-06-09 Andreas Morgenstern , Klaus Schneider

Some applications of linear temporal logic (LTL) require to translate formulae of the logic to deterministic omega-automata. There are currently two translators producing deterministic automata: ltl2dstar working for the whole LTL and…

形式语言与自动机理论 · 计算机科学 2013-11-07 Tomáš Babiak , František Blahoudek , Mojmír Křetínský , Jan Strejček

While the complexity of translating future linear temporal logic (LTL) into automata on infinite words is well-understood, the size increase involved in turning automata back to LTL is not. In particular, there is no known elementary bound…

形式语言与自动机理论 · 计算机科学 2022-05-10 Udi Boker , Karoliina Lehtinen , Salomon Sickert

We introduce a new translation from linear temporal logic (LTL) to deterministic Emerson-Lei automata, which are omega-automata with a Muller acceptance condition symbolically expressed as a Boolean formula. The richer acceptance condition…

形式语言与自动机理论 · 计算机科学 2017-09-08 David Müller , Salomon Sickert

We present a direct transformation of weak alternating $\omega$-automata into equivalent backward deterministic $\omega$-automata and show (1) how it can be used to obtain a transformation of non-deterministic B\"uchi automata into…

形式语言与自动机理论 · 计算机科学 2017-01-10 Sebastian Preugschat , Thomas Wilke

We present a unified translation of LTL formulas into deterministic Rabin automata, limit-deterministic B\"uchi automata, and nondeterministic B\"uchi automata. The translations yield automata of asymptotically optimal size (double or…

计算机科学中的逻辑 · 计算机科学 2018-05-03 Javier Esparza , Jan Kretinsky , Salomon Sickert

Controller synthesis for general linear temporal logic (LTL) objectives is a challenging task. The standard approach involves translating the LTL objective into a deterministic parity automaton (DPA) by means of the Safra-Piterman…

计算机科学中的逻辑 · 计算机科学 2018-05-04 Javier Esparza , Jan Křetínský , Jean-François Raskin , Salomon Sickert

We present a new algorithm to construct a deterministic Rabin automaton for an LTL formula $\varphi$. The automaton is the product of a master automaton and an array of slave automata, one for each $G$-subformula of $\varphi$. The slave…

计算机科学中的逻辑 · 计算机科学 2014-09-26 Javier Esparza , Jan Křetínský

Automata over infinite words, also known as omega-automata, play a key role in the verification and synthesis of reactive systems. The spectrum of omega-automata is defined by two characteristics: the acceptance condition (e.g. B\"uchi or…

形式语言与自动机理论 · 计算机科学 2021-01-01 Rayna Dimitrova , Bernd Finkbeiner , Hazem Torfah

We present a translation from linear temporal logic with past to deterministic Rabin automata. The translation is direct in the sense that it does not rely on intermediate non-deterministic automata, and asymptotically optimal, resulting in…

形式语言与自动机理论 · 计算机科学 2024-09-05 Shaun Azzopardi , David Lidell , Nir Piterman

The idea of automatic synthesis of reactive programs starting from temporal logic (LTL) specifications is quite old, but was commonly thought to be infeasible due to the known double exponential complexity of the problem. However, new ideas…

计算机科学中的逻辑 · 计算机科学 2011-02-22 Andreas Morgenstern , Klaus Schneider

We introduce improvements in the algorithm by Gastin and Oddoux translating LTL formulae into B\"uchi automata via very weak alternating co-B\"uchi automata and generalized B\"uchi automata. Several improvements are based on specific…

形式语言与自动机理论 · 计算机科学 2012-04-02 Tomáš Babiak , Mojmír Křetínský , Vojtěch Řehák , Jan Strejček

We study the problem of determinizing $\omega$-automata whose acceptance condition is defined on the transitions using Boolean formulas, also known as transition-based Emerson-Lei automata (TELA). The standard approach to determinize TELA…

形式语言与自动机理论 · 计算机科学 2021-07-01 Tobias John , Simon Jantsch , Christel Baier , Sascha Klüppelholz

In this paper we give automata-based representation of LTL-FO$^+$ properties. LTL-FO$^+$ is an extension of LTL that includes first-order quantification over bounded variable, thus greatly increasing the expressivity of the language. An…

形式语言与自动机理论 · 计算机科学 2016-10-25 Yannick Lebrun , Raphaël Khoury , Sylvain Hallé

We introduce a method for translating an alternating weak B\"uchi automaton (AWA), which corresponds to a Linear Dynamic Logic (LDL) formula, to an unambiguous B\"uchi automaton (UBA). Our translations generalise constructions for Linear…

形式语言与自动机理论 · 计算机科学 2023-05-18 Yong Li , Sven Schewe , Moshe Y. Vardi

This paper describes a method for converting formulas in finite propositional linear-time temporal logic (Finite LTL) into finite-state automata whose languages are the models of the given formula. Finite LTL differs from traditional LTL in…

计算机科学中的逻辑 · 计算机科学 2020-06-23 Samuel Huang , Rance Cleaveland

First-order linear temporal logic (FOLTL) is a flexible and expressive formalism capable of naturally describing complex behaviors and properties. Although the logic is in general highly undecidable, the idea of using it as a specification…

计算机科学中的逻辑 · 计算机科学 2024-05-31 Luca Geatti , Alessandro Gianola , Nicola Gigante

Linear Temporal Logic (LTL) is a widely used specification framework for linear time properties of systems. The standard approach for verifying such properties is by transforming LTL formulae to suitable $\omega$-automata and then applying…

形式语言与自动机理论 · 计算机科学 2017-10-19 Martin Sulzmann , Peter Thiemann

We present a framework for obtaining effective characterizations of simple fragments of future temporal logic (LTL) with the natural numbers as time domain. The framework is based on a form of strongly unambiguous automata, also known as…

形式语言与自动机理论 · 计算机科学 2015-07-01 Preugschat Sebastian , Thomas Wilke

Linear temporal logic was introduced in order to reason about reactive systems. It is often considered with respect to infinite words, to specify the behaviour of long-running systems. One can consider more general models for linear time,…

计算机科学中的逻辑 · 计算机科学 2011-01-11 Julien Cristau
‹ 上一页 1 2 3 10 下一页 ›