English

A Delayed Promotion Policy for Parity Games

Computer Science and Game Theory 2016-09-15 v1 Data Structures and Algorithms

Abstract

Parity games are two-player infinite-duration games on graphs that play a crucial role in various fields of theoretical computer science. Finding efficient algorithms to solve these games in practice is widely acknowledged as a core problem in formal verification, as it leads to efficient solutions of the model-checking and satisfiability problems of expressive temporal logics, e.g., the modal muCalculus. Their solution can be reduced to the problem of identifying sets of positions of the game, called dominions, in each of which a player can force a win by remaining in the set forever. Recently, a novel technique to compute dominions, called priority promotion, has been proposed, which is based on the notions of quasi dominion, a relaxed form of dominion, and dominion space. The underlying framework is general enough to accommodate different instantiations of the solution procedure, whose correctness is ensured by the nature of the space itself. In this paper we propose a new such instantiation, called delayed promotion, that tries to reduce the possible exponential behaviours exhibited by the original method in the worst case. The resulting procedure not only often outperforms the original priority promotion approach, but so far no exponential worst case is known.

Keywords

Cite

@article{arxiv.1609.04087,
  title  = {A Delayed Promotion Policy for Parity Games},
  author = {Massimo Benerecetti and Daniele Dell'Erba and Fabio Mogavero},
  journal= {arXiv preprint arXiv:1609.04087},
  year   = {2016}
}

Comments

In Proceedings GandALF 2016, arXiv:1609.03648

R2 v1 2026-06-22T15:49:05.170Z