Maximum Centre-Disjoint Mergeable Disks
Ali Gholami Rudi
TL;DR
The paper studies the Maximum Centre-Disjoint Mergeable Disks (MCMD) problem, where one must select a largest centre-disjoint subset of disks while merging all others into nearby disks to enlarge radii. It establishes NP-hardness for MCMD and its variant with relaxed merge order (RMCMD) via reductions from Planar Monotone 3-SAT and Partition, respectively. To enable exact solutions, it provides an ILP formulation for MCMD and a polynomial-time dynamic programming algorithm for the collinear-centers special case. The work highlights practical applications to rotating-map labeling and spatial distributions, and outlines several directions for future research, including approximations and extensions to other distance measures or shapes.
Abstract
Given a set of disks in the plane, the goal of the problem studied in this paper is to choose a subset of these disks such that none of its members contains the centre of any other. Each disk not in this subset must be merged with one of its nearby disks that is, increasing the latter's radius. This problem has applications in labelling rotating maps and in visualizing the distribution of entities in static maps. We prove that this problem is NP-hard. We also present an ILP formulation for this problem, and a polynomial-time algorithm for the special case in which the centres of all disks are on a line.
