Score: 0

Minimum-Weight Half-Plane Hitting Set

Published: June 20, 2025 | arXiv ID: 2506.16979v1

By: Gang Liu, Haitao Wang

Potential Business Impact:

Finds cheapest way to cover areas with points.

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

Country of Origin
🇺🇸 United States

Page Count
14 pages

Category
Computer Science:
Computational Geometry