Parameterized Complexity of Path Set Packing
N.R. Aravind, Roopam Saxena

TL;DR
This paper investigates the parameterized complexity of Path Set Packing, establishing hardness results and providing fixed-parameter tractable algorithms based on various graph parameters, along with a 4-approximation algorithm.
Contribution
It answers open questions about the problem's complexity and introduces new FPT algorithms and approximation methods based on structural graph parameters.
Findings
W[1]-hardness with respect to vertex cover number
W[1]-hardness with respect to pathwidth plus max degree plus solution size
FPT algorithms parameterized by feedback vertex number plus max degree, and by treewidth plus max degree plus max path length
Abstract
In Path Set Packing, the input is an undirected graph , a collection of simple paths in , and a positive integer . The problem is to decide whether there exist edge-disjoint paths in . We study the parameterized complexity of Path Set Packing with respect to both natural and structural parameters. We show that the problem is -hard with respect to vertex cover number, and -hard respect to pathwidth plus maximum degree plus solution size. These results answer an open question raised in COCOON 2018. On the positive side, we present an FPT algorithm parameterized by feedback vertex number plus maximum degree, and present an FPT algorithm parameterized by treewidth plus maximum degree plus maximum length of a path in . These positive results complement the hardness of Path Set Packing with respect to any subset of the parameters used in the FPT…
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
TopicsOptimization and Packing Problems · Advanced Graph Theory Research · VLSI and FPGA Design Techniques
