Almost-linear time parameterized algorithm for rankwidth via dynamic rankwidth

Tuukka Korhonen,Marek Sokołowski
2024-02-20
Abstract:We give an algorithm that given a graph $G$ with $n$ vertices and $m$ edges and an integer $k$, in time $O_k(n^{1+o(1)}) + O(m)$ either outputs a rank decomposition of $G$ of width at most $k$ or determines that the rankwidth of $G$ is larger than $k$; the $O_k(\cdot)$-notation hides factors depending on $k$. Our algorithm returns also a $(2^{k+1}-1)$-expression for cliquewidth, yielding a $(2^{k+1}-1)$-approximation algorithm for cliquewidth with the same running time. This improves upon the $O_k(n^2)$ time algorithm of Fomin and Korhonen [STOC 2022].
Data Structures and Algorithms,Discrete Mathematics,Combinatorics
What problem does this paper attempt to address?