The Complexity of Two Graph Orientation Problems
N. Eggemann, S. D. Noble

TL;DR
This paper investigates the computational complexity of two graph orientation problems, proving NP-completeness for one and providing efficient algorithms for the other in specific graph classes.
Contribution
It establishes NP-completeness for minimizing the sum of shortest path lengths and offers linear-time algorithms for diameter constraints in certain graph families.
Findings
NP-complete to decide orientation with bounded sum of shortest paths
Linear-time algorithms for diameter constraints in planar and minor-closed graphs
Extension of algorithms beyond planar graphs to minor-closed families
Abstract
We consider two orientation problems in a graph, namely the minimization of the sum of all the shortest path lengths and the minimization of the diameter. We show that it is NP-complete to decide whether a graph has an orientation such that the sum of all the shortest paths lengths is at most an integer specified in the input. The proof is a short reduction from a result of Chv\'atal and Thomassen showing that it is NP-complete to decide whether a graph can be oriented so that its diameter is at most 2. In contrast, for each positive integer k, we describe a linear-time algorithm that decides for a planar graph G whether there is an orientation for which the diameter is at most k. We also extend this result from planar graphs to any minor-closed family not containing all apex graphs.
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 · Computational Geometry and Mesh Generation · Graph Labeling and Dimension Problems
