A parity game is played on a colored directed graph, where each node has been colored by a priority - one of (usually) finitely many natural numbers. Two players, 0 and 1, move a (single, shared) token along the edges of the graph. The owner of the node that the token falls on selects the successor node (does the next move). The players keep moving the token, resulting in a (possibly infinite) path, called a play.
The winner of a finite play is the player whose opponent is unable to move. The winner of an infinite play is determined by the priorities appearing in the play. Typically, player 0 wins an infinite play if the largest priority that occurs infinitely often in the play is even. Player 1 wins otherwise. This explains the word "parity" in the title.
Parity games lie in the third level of the Borel hierarchy, and are consequently determined.[1]
Games related to parity games were implicitly used in Rabin'sproof of decidability of the monadic second-order theory of n successors (S2S for n = 2), where determinacy of such games wasproven.[2] The Knaster - Tarski theorem leads to a relatively simple proof of determinacy of parity games.[3]
Moreover, parity games are history-free determined.[3] [4] [5] This means that if a player has a winning strategy then that player has a winning strategy that depends only on the current board position, and not on the history of the play.
Solving a parity game played on a finite graph means deciding, for a given starting position, which of the two players has a winning strategy. It has been shown that this problem is in NP and co-NP, more precisely UP and co-UP, as well as in QP (quasipolynomial time). It remains an open question whether this decision problem is solvable in PTime.
Given that parity games are history-free determined, solving a given parity game is equivalent to solving the following simple looking graph-theoretic problem. Given a finite colored directed bipartite graph with n vertices
V=V0\cupV1
V0
Zielonka outlined a recursive algorithm that solves parity games. Let
G=(V,V0,V1,E,\Omega)
V0
V1
V=V0\cupV1
E\subseteqV x V
\Omega:V → N
Zielonka's algorithm is based on the notation of attractors. Let
U\subseteqV
i=0,1
Attri(U)
Attri(U)
0 | |
\begin{align} Attr | |
i(U) |
&:=
j+1 | |
U \\ Attr | |
i(U) |
&:=
j | |
Attr | |
i(U) |
\cup\{v\inVi\mid\exists(v,w)\inE:w\in
j | |
Attr | |
i(U) |
\}\cup\{v\inV1-i\mid\forall(v,w)\inE:w\in
j | |
Attr | |
i(U) |
\} \\ Attri(U)&:=
infty | |
cup | |
j=0 |
j \end{align} | |
Attr | |
i(U) |
In other words, one starts with the initial set . Then, for each step (
j+1 | |
Attr | |
i(U) |
j | |
Attr | |
i(U) |
j | |
Attr | |
i(U) |
Zielonka's algorithm is based on a recursive descent on the number of priorities. If the maximal priority is 0, it is immediate to see that player 0 wins the whole game (with an arbitrary strategy). Otherwise, let be the largest one and let
i=p\bmod2
U=\{v\mid\Omega(v)=p\}
A=Attri(U)
Consider the game
G'=G\setminusA
G'
W'i,W'1-i
W'1-i
W1-i
1-i
Wi'
Otherwise, if
W'1-i
1-i
W'1-i
W'1-i
B=Attr1-i(W'1-i)
G''=G\setminusB
W''i,W''1-i
Wi=W''i
W1-i=W''1-i\cupB
In simple pseudocode, the algorithm might be expressed as this:
function
solve(G)
p=0
W0,W1:=V,\{\}
i:=p\bmod2
A:=Attri(U)
W0',W1':=solve(G\setminusA)
W1-i'=\{\}
Wi,W1-i:=V,\{\}
B:=Attr1-i(W1-i')
W0'',W1'':=solve(G\setminusB)
Wi,W1-i:=Wi'',W1-i''\cupB
A slight modification of the above game, and the related graph-theoretic problem, makes solving the game NP-hard. The modified game has the Rabin acceptance condition, and thus every vertex is colored by a set of colors instead of a single color. Accordingly, we say a vertex v has color j if the color j belongs to the color set of v. An infinite play is winning for player 0 if there exists i such that infinitely many vertices in the play have color 2i, yet finitely many have color 2i+1.
Parity is the special case where every vertex has a single color.Specifically, in the above bipartite graph scenario, the problem now is to determine if thereis a choice function selecting a single out-going edge from each vertex of V0, such that the resulting subgraph has the property that in each cycle (and hence each strongly connected component) it is the case that there exists an i and a node with color 2i, and no node with color 2i + 1...
Note that as opposed to parity games, this game is no longer symmetric with respect to players 0 and 1.
Despite its interesting complexity theoretic status, parity game solving can be seen as the algorithmic backend to problems in automated verification and controller synthesis. The model-checking problem for the modal μ-calculus for instance is known to be equivalent to parity game solving. Also, decision problems like validity or satisfiability for modal logics can be reduced to parity game solving.
Two state-of-the-art parity game solving toolsets are the following: