Finding Two Edge-Disjoint Paths with Length Constraints
Leizhen Cai, Junjie Ye

TL;DR
This paper studies the fixed-parameter tractability of finding two edge-disjoint paths with specific length constraints in undirected graphs, providing algorithms for most cases and complexity bounds for all.
Contribution
It introduces FPT algorithms for seven out of nine length constraint cases and establishes kernelization lower bounds for the problem.
Findings
Developed FPT algorithms for seven cases of the problem.
Proved no polynomial kernel exists for all cases unless NP ⊆ coNP/poly.
Used structural properties and random partition techniques in algorithms.
Abstract
We consider the problem of finding, for two pairs and of vertices in an undirected graphs, an -path and an -path such that and share no edges and the length of each satisfies , where . We regard and as parameters and investigate the parameterized complexity of the above problem when at least one of and has a length constraint (note that indicates that has no length constraint). For the nine different cases of , we obtain FPT algorithms for seven of them. Our algorithms uses random partition backed by some structural results. On the other hand, we prove that the problem admits no polynomial kernel for all nine cases unless .
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 · Graph Labeling and Dimension Problems · Complexity and Algorithms in Graphs
