Efficient Algorithms For Games Played On Trees With Back-Edges

Aniruddh Gandhi,Bakhadyr Khoussainov,Jiamou Liu
DOI: https://doi.org/10.3233/FI-2011-569
2011-01-01
Fundamenta Informaticae
Abstract:This paper studies algorithms for deciding the winners of two-player games played on directed graphs. We focus on the case when the underlying graphs are trees with back-edges and provide both theoretical and experimental analysis of this class of games. In particular, we present an algorithm that solves Buchi games played on trees with back-edges in time O(min{r.m,l+m}) where m is the number of edges, l is the sum of the distances from the root to all leaves and the parameter r is bounded by the height of the tree. We also show that parity games played on trees with back-edges can be solved in time O(l + m).
What problem does this paper attempt to address?