Bottleneck Non-Crossing Matching in the Plane
A. Karim Abu-Affash, Paz Carmi, Matthew J. Katz, Yohai Trabelsi

TL;DR
This paper investigates the computational complexity of finding bottleneck non-crossing matchings in the plane, proving NP-hardness, and provides an approximation algorithm with a specific performance guarantee.
Contribution
The paper establishes NP-hardness of the problem, shows it cannot be approximated within any PTAS, and introduces an efficient algorithm with a bounded approximation ratio.
Findings
Proves the problem is NP-hard.
Shows no PTAS exists for the problem.
Provides an $O(n^{1.5}\log^{0.5} n)$-time approximation algorithm.
Abstract
Let be a set of points in the plane, and let (resp., ) denote a bottleneck matching (resp., a bottleneck non-crossing matching) of . We study the problem of computing . We first prove that the problem is NP-hard and does not admit a PTAS. Then, we present an -time algorithm that computes a non-crossing matching of , such that , where is the length of a longest edge in . An interesting implication of our construction is that .
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 · Robotic Path Planning Algorithms · Data Management and Algorithms
