A rounding and clustering-based exact algorithm for the p-center problem
Zacharie Ales, Cristian Duran-Matelunaa, Sourour Elloumi

TL;DR
This paper introduces a scalable exact algorithm for the p-center problem that uses client clustering and distance rounding to efficiently solve large instances, outperforming existing methods for moderate values of p.
Contribution
The paper presents a novel exact algorithm combining client clustering and iterative distance rounding, improving scalability and efficiency for large p-center problem instances.
Findings
Successfully tested on 396 benchmark instances with up to 1.9 million clients and facilities.
Outperforms two state-of-the-art exact methods when p > 5.
Demonstrates scalability and effectiveness of the proposed approach.
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).
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 · Urban and Freight Transport Logistics · Vehicle Routing Optimization Methods
