A region needs new hospitals, but the budget covers only a few. Where do you build them so that nobody — not even the most remote village — is too far from care?
The lazy answer is to plant one in the biggest city. But that abandons everyone else: the farthest family might still be a three-hour drive from an emergency room. Good placement isn't about serving the most people; it's about making sure the worst-off person is as close as possible.
That's the facility location problem — and in the version that minimizes the worst distance, the k-center problem. It's a cousin of set cover and vertex cover: you're covering a population with a limited number of well-placed points. And like them, it looks like common sense and turns out to be NP-hard.
Comments
Loading comments...