A Fast Parameterized Algorithm for Co-Path Set
Blair D. Sullivan, Andrew van der Poel

TL;DR
This paper introduces a faster fixed-parameter tractable algorithm for the co-path set problem, improving the exponential base from 2.17 to 1.588, using advanced techniques like Cut&Count and kernelization.
Contribution
It presents the first linear-time FPT algorithm with a significantly improved exponential complexity for co-path set, utilizing new treewidth-based algorithms and kernelization.
Findings
Achieved an O^*(1.588^k) algorithm for co-path set.
Developed an O^*(4^{tw(G)}) algorithm using Cut&Count.
Refined kernelization reduces instances to bounded treewidth.
Abstract
The k-CO-PATH SET problem asks, given a graph G and a positive integer k, whether one can delete k edges from G so that the remainder is a collection of disjoint paths. We give a linear-time fpt algorithm with complexity O^*(1.588^k) for deciding k-CO-PATH SET, significantly improving the previously best known O^*(2.17^k) of Feng, Zhou, and Wang (2015). Our main tool is a new O^*(4^{tw(G)}) algorithm for CO-PATH SET using the Cut&Count framework, where tw(G) denotes treewidth. In general graphs, we combine this with a branching algorithm which refines a 6k-kernel into reduced instances, which we prove have bounded treewidth.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Algorithms and Data Compression
