Disjoint Shortest Paths with Congestion on DAGs
Abstract
In the k-Disjoint Shortest Paths problem, a set of terminal pairs of vertices is given and we are asked to find paths such that each path is a shortest path from to and every vertex of the graph routes at most one of them. We introduce a generalization of the problem, namely, -Disjoint Shortest Paths with Congestion- where every vertex is allowed to route up to paths. We provide a simple algorithm to solve the problem in time on DAGs. Using the techniques for DAGs, we show the problem is solvable in time on general undirected graphs. Our algorithm for DAGs is based on the earlier algorithm for -Disjoint Paths with Congestion-[IPL2019], but we significantly simplify their argument. Then we prove that it is not possible to improve the algorithm significantly by showing that for every constant the problem is W[1]-hard w.r.t.\ parameter . We also consider the problem on acyclic planar graphs, but this time we restrict ourselves to the edge-disjoint shortest paths problem. We show that even on acyclic planar graphs there is no algorithm for the problem unless ETH fails.
Cite
@article{arxiv.2008.08368,
title = {Disjoint Shortest Paths with Congestion on DAGs},
author = {Saeed Akhoondian Amiri and Julian Wargalla},
journal= {arXiv preprint arXiv:2008.08368},
year = {2021}
}
Comments
New results have been added, also a new author joined the paper