A rounding and clustering-based exact algorithm for the p-center problem
Zacharie Ales, Cristian Duran-Matelunaa, Sourour Elloumi
TL;DR
The paper tackles the NP-hard $p$-center problem by introducing a scalable exact algorithm that tightly couples client clustering with iterative distance rounding. It initializes a compact representative set via $k$-means medoids, then solves $(PCP)_\alpha$ on progressively finer distance grids, updating the representative set through cluster quadrants and local search while pruning dominated sites. The core contributions are the distance-rounding scheme that limits Distinct Distances to at most 10 per rounded instance, the cluster-quadrant based update of representatives, and domination-based pruning, all validated on very large-scale instances up to $1.9$ million clients/sites. Empirically, the method outperforms two state-of-the-art exact approaches for $p>5$ in terms of final gap and runtime, highlighting strong practical impact for large-scale facility location problems. These results demonstrate a meaningful advance in exact PCP resolution, enabling exact solutions to substantially larger instances than previous methods.
Abstract
The p-center problem consists in selecting p facilities from a set of possible sites and allocating a set of clients to them in such a way that the maximum distance between a client and the facility to which it is allocated is minimized. This paper proposes a new scalable exact solution algorithm based on client clustering and an iterative distance rounding procedure. The client clustering enables to initialize and update a subset of clients for which the p-center problem is iteratively solved. The rounding drastically reduces the number of distinct distances considered at each iteration. Our algorithm is tested on 396 benchmark instances with up to 1.9 million clients and facilities. We outperform the two state-of-the-art exact methods considered when p is not very small (i.e., p > 5).
