paper-with-me

Papers

Incremental LTLf Synthesis

2026-03-01 · Giuseppe De Giacomo, Yves Lespérance, Gianmarco Parretti, Fabio Patrizi, Moshe Y. Vardi arxiv

In this paper, we study incremental LTLf synthesis -- a form of reactive synthesis where the goals are given incrementally while in execution. In other words, the protagonist agent is already executing a strategy for a certain goal when it receives a new goal: at this point, the agent has to abandon the current strategy and synthesize a new strategy still fulfilling the original goal, which was given at the beginning, as well as the new goal, starting from the current instant. In this paper, we formally define the problem of incremental synthesis and study its solution. We propose a solution technique that efficiently performs incremental synthesis for multiple LTLf goals by leveraging auxiliary data structures constructed during automata-based synthesis. We also consider an alternative solution technique based on LTLf formula progression. We show that, in spite of the fact that formula progression can generate formulas that are exponentially larger than the original ones, their minimal automata remain bounded in size by that of the original formula. On the other hand, we show experimentally that, if implemented naively, i.e., by actually computing the automaton of the progressed LTLf formulas from scratch every time a new goal arrives, the solution based on formula progression is not competitive.

📄 PDF Abstract BibTeX arXiv:2603.01201

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Compositional Framework for On-the-Fly LTLf Synthesis

2025-08-06 · Yongkang Li, Shengping Xiao, Shufang Zhu, Jianwen Li 외 arxiv

Reactive synthesis from Linear Temporal Logic over finite traces (LTLf) can be reduced to a two-player game over a Deterministic Finite Automaton (DFA) of the LTLf specification. The primary challenge here is DFA constru…

Optimal LTLf Synthesis

2026-05-12 · Yujian Cao, Sven Schewe, Qiyi Tang, Shufang Zhu arxiv

Strategy synthesis typically follows an all-or-nothing paradigm, returning unrealisable whenever a specification cannot be guaranteed in an uncertain environment. In this paper, we introduce optimal LTLf synthesis, where…

LTLf+ and PPLTL+: Extending LTLf and PPLTL to Infinite Traces

2024-11-14 · Benjamin Aminof, Giuseppe De Giacomo, Sasha Rubin, Moshe Y. Vardi

We introduce LTLf+ and PPLTL+, two logics to express properties of infinite traces, that are based on the linear-time temporal logics LTLf and PPLTL on finite traces. LTLf+/PPLTL+ use levels of Manna and Pnueli's LTL saf…

Model Checking Strategies from Synthesis Over Finite Traces

2023-05-15 · Suguman Bansal, Yong Li, Lucas Martinelli Tabajara, Moshe Y. Vardi 외

The innovations in reactive synthesis from {\em Linear Temporal Logics over finite traces} (LTLf) will be amplified by the ability to verify the correctness of the strategies generated by LTLf synthesis tools. This motiv…

LTLf Synthesis with Fairness and Stability Assumptions

2019-12-17 · Shufang Zhu, Giuseppe De Giacomo, Geguang Pu, Moshe Vardi

In synthesis, assumptions are constraints on the environment that rule out certain environment behaviors. A key observation here is that even if we consider systems with LTLf goals on finite traces, environment assumptio…

Fairness