Minimum-Weight Half-Plane Hitting Set
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)$.
Similar Papers
Online Hitting Set for Axis-Aligned Squares
Computational Geometry
Keeps track of points hit by arriving squares.
Face-hitting dominating sets in planar graphs: Alternative proof and linear-time algorithm
Data Structures and Algorithms
Splits graph parts to help computers understand maps.
Computing Maximum Cliques in Unit Disk Graphs
Computational Geometry
Finds the biggest group of points close together.