Solving Co-Path/Cycle Packing and Co-Path Packing Faster Than $3^k$
Yuxi Liu, Mingyu Xiao

TL;DR
This paper presents faster deterministic algorithms for the Co-Path/Cycle Packing and Co-Path Packing problems, improving the exponential base from 3 to approximately 2.8 and 2.9 respectively, with applications to path decompositions.
Contribution
It introduces novel algorithms combining multiple techniques to solve these problems faster than the longstanding $3^k$ bound, with improved deterministic running times.
Findings
Co-Path/Cycle Packing solved in $O^*(2.8192^k)$ time.
Co-Path Packing solved in $O^*(2.9241^k)$ time.
Additional result: Co-Path Packing in $O^*(5^p)$ time given a path decomposition.
Abstract
The \textsc{Co-Path/Cycle Packing} problem (resp. The \textsc{Co-Path Packing} problem) asks whether we can delete at most vertices from the input graph such that the remaining graph is a collection of induced paths and cycles (resp. induced paths). These two problems are fundamental graph problems that have important applications in bioinformatics. Although these two problems have been extensively studied in parameterized algorithms, it seems hard to break the running time bound . In 2015, Feng et al. provided an -time randomized algorithms for both of them. Recently, Tsur showed that they can be solved in time deterministically. In this paper, by combining several techniques such as path decomposition, dynamic programming, cut \& count, and branch-and-search methods, we show that \textsc{Co-Path/Cycle Packing} can be solved in time…
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.
