English

Minimum-Weight Half-Plane Hitting Set

Computational Geometry 2025-06-23 v1 Data Structures and Algorithms

Abstract

Given a set PP of nn weighted points and a set HH of nn half-planes in the plane, the hitting set problem is to compute a subset PP' of points from PP such that each half-plane contains at least one point from PP' and the total weight of the points in PP' is minimized. The previous best algorithm solves the problem in O(n7/2log2n)O(n^{7/2}\log^2 n) time. In this paper, we present a new algorithm with runtime O(n5/2log2n)O(n^{5/2}\log^2 n).

Keywords

Cite

@article{arxiv.2506.16979,
  title  = {Minimum-Weight Half-Plane Hitting Set},
  author = {Gang Liu and Haitao Wang},
  journal= {arXiv preprint arXiv:2506.16979},
  year   = {2025}
}

Comments

To appear in CCCG 2025. arXiv admin note: text overlap with arXiv:2407.00329, arXiv:2501.02195

R2 v1 2026-07-01T03:26:35.820Z