The Single-Face Ideal Orientation Problem in Planar Graphs
Yipu Wang

TL;DR
This paper studies the ideal orientation problem in planar graphs, proving NP-hardness in general but providing polynomial-time solutions under specific conditions, and introduces algorithms for serial instances and a distance minimization variant.
Contribution
It establishes complexity results for the ideal orientation problem in planar graphs and offers efficient algorithms for fixed, serial, and minimized-distance cases.
Findings
NP-hardness in general planar graphs
Polynomial-time solvability for fixed, non-crossing terminal pairs on the same face
Efficient algorithms for serial instances and distance minimization
Abstract
We consider the ideal orientation problem in planar graphs. In this problem, we are given an undirected graph with positive edge lengths and pairs of distinct vertices called terminals, and we want to assign an orientation to each edge such that for all the distance from to is preserved or report that no such orientation exists. We show that the problem is NP-hard in planar graphs. On the other hand, we show that the problem is polynomial-time solvable in planar graphs when is fixed, the vertices are all on the same face, and no two of terminal pairs cross (a pair crosses if the cyclic order of the vertices is ). For serial instances, we give a simpler and faster algorithm running in time, even if is part of the input. (An instance is…
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
TopicsComputational Geometry and Mesh Generation · Robotic Path Planning Algorithms · Optimization and Search Problems
