English

The Unweighted and Weighted Reverse Shortest Path Problem for Disk Graphs

Computational Geometry 2023-07-28 v1

Abstract

We study the reverse shortest path problem on disk graphs in the plane. In this problem we consider the proximity graph of a set of nn disks in the plane of arbitrary radii: In this graph two disks are connected if the distance between them is at most some threshold parameter rr. The case of intersection graphs is a special case with r=0r=0. We give an algorithm that, given a target length kk, computes the smallest value of rr for which there is a path of length at most kk between some given pair of disks in the proximity graph. Our algorithm runs in O(n5/4)O^*(n^{5/4}) randomized expected time, which improves to O(n6/5)O^*(n^{6/5}) for unit disk graphs, where all the disks have the same radius. Our technique is robust and can be applied to many variants of the problem. One significant variant is the case of weighted proximity graphs, where edges are assigned real weights equal to the distance between the disks or between their centers, and kk is replaced by a target weight ww; that is, we seek a path whose length is at most ww. In other variants, we want to optimize a parameter different from rr, such as a scale factor of the radii of the disks. The main technique for the decision version of the problem (determining whether the graph with a given rr has the desired property) is based on efficient implementations of BFS (for the unweighted case) and of Dijkstra's algorithm (for the weighted case), using efficient data structures for maintaining the bichromatic closest pair for certain bicliques and several distance functions. The optimization problem is then solved by combining the resulting decision procedure with enhanced variants of the interval shrinking and bifurcation technique of [4].

Keywords

Cite

@article{arxiv.2307.14663,
  title  = {The Unweighted and Weighted Reverse Shortest Path Problem for Disk Graphs},
  author = {Haim Kaplan and Matthew J. Katz and Rachel Saban and Micha Sharir},
  journal= {arXiv preprint arXiv:2307.14663},
  year   = {2023}
}

Comments

A preliminary version of this paper appears in Proc. European Sympos. Algorithms (ESA), 2023

R2 v1 2026-06-28T11:41:32.945Z