Minimum-Weight Half-Plane Hitting Set
Gang Liu, Haitao Wang

TL;DR
This paper introduces a more efficient algorithm for the minimum-weight half-plane hitting set problem, reducing the computational complexity from O(n^{7/2} log^2 n) to O(n^{5/2} log^2 n).
Contribution
The authors develop a novel algorithm that improves the runtime for solving the minimum-weight half-plane hitting set problem in the plane.
Findings
Reduced algorithm runtime from O(n^{7/2} log^2 n) to O(n^{5/2} log^2 n)
Demonstrated improved efficiency over previous methods
Provides a faster solution for geometric hitting set problems
Abstract
Given a set of weighted points and a set of half-planes in the plane, the hitting set problem is to compute a subset of points from such that each half-plane contains at least one point from and the total weight of the points in is minimized. The previous best algorithm solves the problem in time. In this paper, we present a new algorithm with runtime .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Complexity and Algorithms in Graphs · VLSI and FPGA Design Techniques
