English

Computing paths of large rank in planar frameworks deterministically

Data Structures and Algorithms 2023-05-04 v1

Abstract

A framework consists of an undirected graph GG and a matroid MM whose elements correspond to the vertices of GG. Recently, Fomin et al. [SODA 2023] and Eiben et al. [ArXiV 2023] developed parameterized algorithms for computing paths of rank kk in frameworks. More precisely, for vertices ss and tt of GG, and an integer kk, they gave FPT algorithms parameterized by kk deciding whether there is an (s,t)(s,t)-path in GG whose vertex set contains a subset of elements of MM of rank kk. These algorithms are based on Schwartz-Zippel lemma for polynomial identity testing and thus are randomized, and therefore the existence of a deterministic FPT algorithm for this problem remains open. We present the first deterministic FPT algorithm that solves the problem in frameworks whose underlying graph GG is planar. While the running time of our algorithm is worse than the running times of the recent randomized algorithms, our algorithm works on more general classes of matroids. In particular, this is the first FPT algorithm for the case when matroid MM is represented over rationals. Our main technical contribution is the nontrivial adaptation of the classic irrelevant vertex technique to frameworks to reduce the given instance to one of bounded treewidth. This allows us to employ the toolbox of representative sets to design a dynamic programming procedure solving the problem efficiently on instances of bounded treewidth.

Keywords

Cite

@article{arxiv.2305.01993,
  title  = {Computing paths of large rank in planar frameworks deterministically},
  author = {Fedor V. Fomin and Petr A. Golovach and Tuukka Korhonen and Giannos Stamoulis},
  journal= {arXiv preprint arXiv:2305.01993},
  year   = {2023}
}

Comments

26 pages, 6 figures

R2 v1 2026-06-28T10:24:21.885Z