paper-with-me

Papers

LTLf Synthesis Under Unreliable Input

2024-12-19 · Christian Hagemeier, Giuseppe De Giacomo, Moshe Y. Vardi

We study the problem of realizing strategies for an LTLf goal specification while ensuring that at least an LTLf backup specification is satisfied in case of unreliability of certain input variables. We formally define the problem and characterize its worst-case complexity as 2EXPTIME-complete, like standard LTLf synthesis. Then we devise three different solution techniques: one based on direct automata manipulation, which is 2EXPTIME, one disregarding unreliable input variables by adopting a belief construction, which is 3EXPTIME, and one leveraging second-order quantified LTLf (QLTLf), which is 2EXPTIME and allows for a direct encoding into monadic second-order logic, which in turn is worst-case nonelementary. We prove their correctness and evaluate them against each other empirically. Interestingly, theoretical worst-case bounds do not translate into observed performance; the MSO technique performs best, followed by belief construction and direct automata manipulation. As a byproduct of our study, we provide a general synthesis procedure for arbitrary QLTLf specifications.

📄 PDF Abstract BibTeX arXiv:2412.14728

Code (1)

whitemech/ltlf-synth-unrel-input-aaai2025 공식 구현

Similar Papers 제목 키워드 기반

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

Symbolic Synthesis for LTLf+ Obligations

2026-04-20 · Giuseppe De Giacomo, Christian Hagemeier, Daniel Hausmann, Nir Piterman arxiv

We study synthesis for obligation properties expressed in LTLfp, the extension of LTLf to infinite traces. Obligation properties are positive Boolean combinations of safety and guarantee (co-safety) properties and form t…

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…

On-the-fly Synthesis for LTL over Finite Traces: An Efficient Approach that Counts

2024-08-14 · Shengping Xiao, Yongkang Li, Shufang Zhu, Jun Sun 외

We present an on-the-fly synthesis framework for Linear Temporal Logic over finite traces (LTLf) based on top-down deterministic automata construction. Existing approaches rely on constructing a complete Deterministic Fi…