Sparsifying, Shrinking and Splicing for Minimum Path Cover in Parameterized Linear Time
Manuel C\'aceres, Massimo Cairo, Brendan Mumey, Romeo Rizzi and, Alexandru I. Tomescu

TL;DR
This paper introduces new parameterized algorithms for computing minimum path covers in DAGs, achieving linear time complexity and efficient parallelization, with applications to edge sparsification.
Contribution
The authors develop the first parameterized linear-time algorithms for MPC in DAGs and introduce techniques for edge sparsification that preserve the DAG's width.
Findings
Two new MPC algorithms with $O(k^2|V| ext{log}|V| + |E|)$ and $O(k^3|V| + |E|)$ running times.
A parallel MPC algorithm with $O(k^2|V| + |E|)$ steps using $O( ext{log}|V|)$ processors.
An asymptotically tight algorithm for transforming MPCs with fewer than $2|V|$ edges.
Abstract
A minimum path cover (MPC) of a directed acyclic graph (DAG) is a minimum-size set of paths that together cover all the vertices of the DAG. Computing an MPC is a basic polynomial problem, dating back to Dilworth's and Fulkerson's results in the 1950s. Since the size of an MPC (also known as the width) can be small in practical applications, research has also studied algorithms whose complexity is parameterized on . We obtain two new MPC parameterized algorithms for DAGs running in time and . We also obtain a parallel algorithm running in parallel steps and using processors (in the PRAM model). Our latter two algorithms are the first solving the problem in parameterized linear time. Finally, we present an algorithm running in time for transforming any MPC to another MPC using less…
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 · VLSI and FPGA Design Techniques · Computational Geometry and Mesh Generation
