LOAIFLAug 20, 2025

Emerson-Lei and Manna-Pnueli Games for LTLf+ and PPLTL+ Synthesis

Oxford
arXiv:2508.14725v1h-index: 33KR
Originality Incremental advance
AI Analysis

This addresses the problem of efficient reactive synthesis for temporal logics in formal verification, though it is incremental as it builds on existing DFA-based techniques.

The paper tackled reactive synthesis for LTLf+ and PPLTL+ logics by developing the first solvers based on Emerson-Lei and Manna-Pnueli games, with Manna-Pnueli games often showing significant performance advantages in practical evaluations.

Recently, the Manna-Pnueli Hierarchy has been used to define the temporal logics LTLfp and PPLTLp, which allow to use finite-trace LTLf/PPLTL techniques in infinite-trace settings while achieving the expressiveness of full LTL. In this paper, we present the first actual solvers for reactive synthesis in these logics. These are based on games on graphs that leverage DFA-based techniques from LTLf/PPLTL to construct the game arena. We start with a symbolic solver based on Emerson-Lei games, which reduces lower-class properties (guarantee, safety) to higher ones (recurrence, persistence) before solving the game. We then introduce Manna-Pnueli games, which natively embed Manna-Pnueli objectives into the arena. These games are solved by composing solutions to a DAG of simpler Emerson-Lei games, resulting in a provably more efficient approach. We implemented the solvers and practically evaluated their performance on a range of representative formulas. The results show that Manna-Pnueli games often offer significant advantages, though not universally, indicating that combining both approaches could further enhance practical performance.

Foundations

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

Your Notes