尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。
Zielonka's classic recursive algorithm for solving parity games is perhaps the simplest among the many existing parity game algorithms. However, its complexity is exponential, while currently the state-of-the-art algorithms have quasipolynomial complexity. Here, we present a modification of Zielonka's classic algorithm that brings its complexity down to $n^{O\left(\log\left(1+\frac{d}{\log n}\right)\right)}$, for parity games of size $n$ with $d$ priorities, in line with previous quasipolynomial-time solutions.
DOI 原文 ·
@article{paperbot1749,
title = {A Recursive Approach to Solving Parity Games in Quasipolynomial Time},
author = {Karoliina Lehtinen and Paweł Parys and Sven Schewe and Dominik Wojtczak},
journal = {Logical Methods in Computer Science},
volume = {Volume 18, Issue 1},
year = {2022},
doi = {10.46298/lmcs-18(1:8)2022}
}