An Efficient Algorithm for the Proximity Connected Two Center Problem
Binay Bhattacharya, Amirhossein Mozafari, Thomas C. Shermer

TL;DR
This paper introduces a new deterministic algorithm with quadraticithmic complexity for the proximity connected 2-center problem, a generalized version of the 2-center problem with an additional distance constraint between centers.
Contribution
The paper presents the first nontrivial deterministic algorithm for the proximity connected 2-center problem with a time complexity of O(n^2 log n).
Findings
Provides a deterministic algorithm for the PCTC problem.
Achieves an O(n^2 log n) time complexity.
Solves an open problem from 1992 regarding the PCTC problem.
Abstract
Given a set of points in the plane, the -center problem is to find congruent disks of minimum possible radius such that their union covers all the points in . The -center problem is a special case of the -center problem that has been extensively studied in the recent past \cite{CAHN,HT,SH}. In this paper, we consider a generalized version of the -center problem called \textit{proximity connected} -center (PCTC) problem. In this problem, we are also given a parameter and we have the additional constraint that the distance between the centers of the disks should be at most . Note that when , the PCTC problem is reduced to the -center(minimum enclosing disk) problem and when tends to infinity, it is reduced to the -center problem. The PCTC problem first appeared in the context of wireless networks in 1992…
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
TopicsFacility Location and Emergency Management · Cross-Border Cooperation and Integration · Computational Geometry and Mesh Generation
