Facility Location with Client Latencies: Linear-Programming based Techniques for Minimum-Latency Problems
Deeparnab Chakrabarty, Chaitanya Swamy

TL;DR
This paper introduces the MLUFL problem, a generalization of facility location and minimum latency problems, and provides approximation algorithms with theoretical guarantees using linear programming techniques.
Contribution
It presents the first approximation algorithms for MLUFL, including an O(\log n imes ext{max}(\log n,\log m))-approximation, and explores special cases and extensions.
Findings
Achieved an O(\log n imes ext{max}(\log n,\log m))-approximation for MLUFL.
Provided constant-factor approximations for related problem variants.
Linked improvements in MLUFL approximations to advances in group Steiner tree algorithms.
Abstract
We introduce a problem that is a common generalization of the uncapacitated facility location and minimum latency (ML) problems, where facilities need to be opened to serve clients and also need to be sequentially activated before they can provide service. Formally, we are given a set \F of n facilities with facility-opening costs {f_i}, a set of m clients, and connection costs {c_{ij}} specifying the cost of assigning a client j to a facility i, a root node r denoting the depot, and a time metric d on \F\cup{r}. Our goal is to open a subset F of facilities, find a path P starting at r and spanning F to activate the open facilities, and connect each client j to a facility \phi(j)\in F, so as to minimize \sum_{i\in F}f_i +\sum_{clients j}(c_{\phi(j),j}+t_j), where t_j is the time taken to reach \phi(j) along path P. We call this the minimum latency uncapacitated facility location (MLUFL)…
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
TopicsOptimization and Search Problems · Vehicle Routing Optimization Methods · Facility Location and Emergency Management
