AIFLGTLODec 17, 2019

LTLf Synthesis with Fairness and Stability Assumptions

arXiv:1912.07804v128 citations
Originality Incremental advance
AI Analysis

This addresses a practical bottleneck in formal methods for automated synthesis, offering a more efficient solution for specific cases, though it is incremental as it builds on existing LTLf synthesis methods.

The paper tackles the problem of synthesis with finite-trace LTLf goals under infinite-trace assumptions, such as fairness and stability, by developing a BDD-based fixpoint technique that avoids the complexity of LTL synthesis. Empirically, it shows that this technique performs much better than standard LTL synthesis.

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 assumptions need to be expressed over infinite traces, since accomplishing the agent goals may require an unbounded number of environment action. To solve synthesis with respect to finite-trace LTLf goals under infinite-trace assumptions, we could reduce the problem to LTL synthesis. Unfortunately, while synthesis in LTLf and in LTL have the same worst-case complexity (both 2EXPTIME-complete), the algorithms available for LTL synthesis are much more difficult in practice than those for LTLf synthesis. In this work we show that in interesting cases we can avoid such a detour to LTL synthesis and keep the simplicity of LTLf synthesis. Specifically, we develop a BDD-based fixpoint-based technique for handling basic forms of fairness and of stability assumptions. We show, empirically, that this technique performs much better than standard LTL synthesis.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes