A Survey on Graph Problems Parameterized Above and Below Guaranteed Values

July 25, 2022 ยท The Cartographer ยท ๐Ÿ› Computer Science Review

๐Ÿ“š THE CARTOGRAPHER: The Cartographer
Survey/review paper โ€” maps the landscape rather than implementing a method.

"No code URL or promise found in abstract"
"Title-pattern auto-detect: A Survey on Graph Problems Parameterized Above and Below Guaranteed Values"

Evidence collected by the PWNC Scanner

Authors Gregory Gutin, Matthias Mnich arXiv ID 2207.12278 Category cs.DS: Data Structures & Algorithms Citations 15 Venue Computer Science Review Last Checked 2 days ago
Abstract
We survey the field of algorithms and complexity for graph problems parameterized above or below guaranteed values, a research area which was pioneered by Venkatesh Raman. Those problems seek, for a given graph $G$, a solution whose value is at least $g(G)+k$ or at most $g(G)-k$, where $g(G)$ is a guarantee on the value that any solution on $G$ takes. The goal is to design algorithms which find such solution in time whose complexity in $k$ is decoupled from that in the guarantee, or to rule out the existence of such algorithms by means of intractability results. We discuss a large number of algorithms and intractability results, and complement them by several open problems.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Data Structures & Algorithms