Author: Academic Publishing Group Journal: Journal of Computational Operations Research Volume: 47, Issue 2 | Date: April 14, 2026 Abstract The m-centre problem (also known as the minimax facility location problem ) is a cornerstone of location science. Given a set of demand points (customers, cities, or incident locations), the objective is to locate ( m ) facilities (centres) such that the maximum distance between any demand point and its nearest facility is minimized. This paper provides a complete, self-contained treatment of the m-centre problem. We formally define the problem, classify its variants (vertex, absolute, and continuous), discuss its NP-hard nature, and present exact and heuristic solution methodologies, including the classic vertex substitution algorithm, binary search on distance with covering formulations, and the Shamos–Hoey computational geometry approach for the planar 1-centre. Finally, we explore real-world applications in emergency medical services (EMS), wireless network tower placement, and supply chain resilience.
The problem was introduced by Hakimi (1964) in the context of optimal locations on networks. Since then, it has evolved into a rich field intersecting graph theory, integer programming, and computational geometry.
Define the distance from a demand point ( p_i ) to its nearest centre as: [ d(p_i, C) = \min_c_j \in C d(p_i, c_j) ]
m-centre, minimax facility location, covering problems, NP-hard, computational geometry, location analysis. 1. Introduction In an increasingly networked world, the strategic placement of facilities—whether they are fire stations, distribution warehouses, or 5G base stations—directly impacts service quality, cost, and efficiency. A fundamental question arises: Given a region with demand points, where should we place m facilities to ensure the worst-case travel distance is as small as possible?