English

Uniform 2D-Monotone Minimum Spanning Graphs

Computational Geometry 2018-09-27 v3

Abstract

A geometric graph GG is xyxy-monotone if each pair of vertices of GG is connected by a xyxy-monotone path. We study the problem of producing the xyxy-monotone spanning geometric graph of a point set PP that (i) has the minimum cost, where the cost of a geometric graph is the sum of the Euclidean lengths of its edges, and (ii) has the least number of edges, in the cases that the Cartesian System xyxy is specified or freely selected. Building upon previous results, we easily obtain that the two solutions coincide when the Cartesian System is specified and are both equal to the rectangle of influence graph of PP. The rectangle of influence graph of PP is the geometric graph with vertex set PP such that two points p,qPp,q \in P are adjacent if and only if the rectangle with corners pp and qq does not include any other point of PP. When the Cartesian System can be freely chosen, we note that the two solutions do not necessarily coincide, however we show that they can both be obtained in O(P3)O(|P|^3) time. We also give a simple 22-approximation algorithm for the problem of computing the spanning geometric graph of a kk-rooted point set PP, in which each root is connected to all the other points (including the other roots) of PP by yy-monotone paths, that has the minimum cost.

Keywords

Cite

@article{arxiv.1806.08770,
  title  = {Uniform 2D-Monotone Minimum Spanning Graphs},
  author = {Konstantinos Mastakas},
  journal= {arXiv preprint arXiv:1806.08770},
  year   = {2018}
}

Comments

Appears in the Proceedings of the CCCG 2018. Compared to v2: the enumeration of Propositions, Lemmas and Theorems is changed to follow the CCCG 2018 format, Figure 2(b) was changed, and some further small additions and changes were made

R2 v1 2026-06-23T02:38:47.461Z