A Note on Reachability and Distance Oracles for Transmission Graphs
Mark de Berg

TL;DR
This paper improves data structures for reachability and approximate distance queries in transmission graphs, reducing storage and query time, and extends methods to continuous queries and convex fat objects.
Contribution
It introduces a more efficient reachability oracle for transmission graphs using clique-based separators, with improved storage and query times, and extends to approximate distances and continuous queries.
Findings
Reduced storage to O(n√n)
Query time improved to O(√n)
Extended to approximate and continuous queries
Abstract
Let be a set of points in the plane, where each point has a transmission radius . The transmission graph defined by and the given radii, denoted by , is the directed graph whose nodes are the points in and that contains the arcs such that . An and Oh [Algorithmica 2022] presented a reachability oracle for transmission graphs. Their oracle uses storage and, given two query points , can decide in time if there is a path from to in . We show that the clique-based separators introduced by De Berg \emph{et al.} [SICOMP 2020] can be used to improve the storage of the oracle to and the query time to . Our oracle can be extended to approximate distance queries: we can construct, for a given parameter…
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
TopicsComplexity and Algorithms in Graphs · Computational Geometry and Mesh Generation · Advanced Graph Theory Research
