English

The Complexity of Routing with Few Collisions

Computational Complexity 2017-05-11 v1 Data Structures and Algorithms

Abstract

We study the computational complexity of routing multiple objects through a network in such a way that only few collisions occur: Given a graph GG with two distinct terminal vertices and two positive integers pp and kk, the question is whether one can connect the terminals by at least pp routes (e.g. paths) such that at most kk edges are time-wise shared among them. We study three types of routes: traverse each vertex at most once (paths), each edge at most once (trails), or no such restrictions (walks). We prove that for paths and trails the problem is NP-complete on undirected and directed graphs even if kk is constant or the maximum vertex degree in the input graph is constant. For walks, however, it is solvable in polynomial time on undirected graphs for arbitrary kk and on directed graphs if kk is constant. We additionally study for all route types a variant of the problem where the maximum length of a route is restricted by some given upper bound. We prove that this length-restricted variant has the same complexity classification with respect to paths and trails, but for walks it becomes NP-complete on undirected graphs.

Keywords

Cite

@article{arxiv.1705.03673,
  title  = {The Complexity of Routing with Few Collisions},
  author = {Till Fluschnik and Marco Morik and Manuel Sorge},
  journal= {arXiv preprint arXiv:1705.03673},
  year   = {2017}
}