English

Approximating Median Points in a Convex Polygon

Optimization and Control 2023-06-28 v1 Computational Geometry

Abstract

We develop two simple and efficient approximation algorithms for the continuous kk-medians problems, where we seek to find the optimal location of kk facilities among a continuum of client points in a convex polygon CC with nn vertices in a way that the total (average) Euclidean distance between clients and their nearest facility is minimized. Both algorithms run in O(n+k+klogn)\mathcal{O}(n + k + k \log n) time. Our algorithms produce solutions within a factor of 2.002 of optimality. In addition, our simulation results applied to the convex hulls of the State of Massachusetts and the Town of Brookline, MA show that our algorithms generally perform within a range of 5\% to 22\% of optimality in practice.

Keywords

Cite

@article{arxiv.2306.15097,
  title  = {Approximating Median Points in a Convex Polygon},
  author = {Reyhaneh Mohammadi and Raghuveer Devulapalli and Mehdi Behroozi},
  journal= {arXiv preprint arXiv:2306.15097},
  year   = {2023}
}
R2 v1 2026-06-28T11:15:10.480Z