A relaxation of the Directed Disjoint Paths problem: a global congestion metric helps
Raul Lopes, Ignasi Sau

TL;DR
This paper introduces a new global congestion metric for the Directed Disjoint Paths problem, allowing for relaxed path disjointness in digraphs, and provides complexity results and algorithms for this problem.
Contribution
It proposes the Disjoint Enough Directed Paths problem with a global congestion metric and analyzes its parameterized complexity, offering algorithms and kernelization results.
Findings
W[1]-hardness in DAGs with parameter d
Algorithm with runtime O(n^{d+2} * k^{d*s})
Kernel of size d * 2^{k-s} * C(k,s) + 2k in general digraphs
Abstract
In the Directed Disjoint Paths problem, we are given a digraph and a set of requests , and the task is to find a collection of pairwise vertex-disjoint paths such that each is a path from to in . This problem is NP-complete for fixed and W[1]-hard with parameter in DAGs. A few positive results are known under restrictions on the input digraph, such as being planar or having bounded directed tree-width, or under relaxations of the problem, such as allowing for vertex congestion. Positive results are scarce, however, for general digraphs. In this article we propose a novel global congestion metric for the problem: we only require the paths to be "disjoint enough", in the sense that they must behave properly not in the whole graph, but in an unspecified part of size prescribed by a parameter.…
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.
