Overview
Facility Location focuses on choose where to place warehouses, clinics, depots, and capacity. In the map of OR, it connects p-median, Set covering, Capacitated location to decisions that must be modeled, solved, explained, and revised as evidence changes.
Location models balance fixed cost, service distance, capacity, coverage, risk, and network flows across long-lived infrastructure decisions. The practical use case is clearest in Warehouses, Clinics, Charging stations, Emergency services, where the method helps turn constraints and tradeoffs into a decision artifact someone can inspect.
Core ideas
p-median
p-median is a core checkpoint for Facility Location: define it concretely, attach units or rules where possible, and test whether stakeholders interpret it the same way.
Set covering
Set covering is a core checkpoint for Facility Location: define it concretely, attach units or rules where possible, and test whether stakeholders interpret it the same way.
Capacitated location
Capacitated location is a core checkpoint for Facility Location: define it concretely, attach units or rules where possible, and test whether stakeholders interpret it the same way.
Hub location
Hub location is a core checkpoint for Facility Location: define it concretely, attach units or rules where possible, and test whether stakeholders interpret it the same way.
Coverage
Coverage is a core checkpoint for Facility Location: define it concretely, attach units or rules where possible, and test whether stakeholders interpret it the same way.
How to use it
- 1Start with Warehouses: write the decision, time horizon, actors, and objective in operational language.
- 2Translate the problem into p-median, Set covering, and Capacitated location; define units and data sources for each one.
- 3Build a small instance of Facility Location that can be solved or simulated by hand inspection before using full production data.
- 4Compare the recommendation against a baseline policy, not just against mathematical optimality.
- 5Document assumptions, sensitivity results, and the conditions under which the recommendation should be revisited.
Applications
- Warehouses: compare feasible policies, quantify the operating tradeoffs, and make the assumptions behind the recommendation visible.
- Clinics: compare feasible policies, quantify the operating tradeoffs, and make the assumptions behind the recommendation visible.
- Charging stations: compare feasible policies, quantify the operating tradeoffs, and make the assumptions behind the recommendation visible.
- Emergency services: compare feasible policies, quantify the operating tradeoffs, and make the assumptions behind the recommendation visible.
Common pitfalls
- Applying Facility Location because the label sounds appropriate while leaving the actual decision boundary vague.
- Treating p-median as a technical detail instead of a modeling choice that affects the recommendation.
- Reporting one answer without showing sensitivity to demand, capacity, costs, or behavioral assumptions.
- Ignoring implementation details such as data quality, explainability, ownership, and how users will override bad recommendations.
Resources
- Facility Location: Applications and Theory
Topic-specific source curated for Facility Location.
- MIT OCW 15.053 — Optimization Methods in Management Science
Course materials for LP, IP, networks, nonlinear programming, and management science applications.
- NEOS Guide
Authoritative optimization guide covering model classes, algorithms, and solver selection.
- INFORMS — FAQs About O.R. & Analytics
Use this for the professional definition of OR, analytics, decision support, and applied practice.