Minmax Regret for sink location on paths with general capacities
Mordecai Golin, Sai Sandeep

TL;DR
This paper introduces the first polynomial-time algorithm for the minmax regret sink location problem on paths with general capacities, addressing a complex dynamic flow scenario with partial flow information.
Contribution
It develops a novel $O(n^4 \, \log n)$ algorithm for the minmax regret 1-sink problem on paths with non-uniform capacities, extending prior work to more general settings.
Findings
First minmax regret algorithm for paths with general capacities
Polynomial time complexity $O(n^4 \log n)$
Addresses dynamic flow with partial flow constraints
Abstract
In dynamic flow networks, every vertex starts with items (flow) that need to be shipped to designated sinks. All edges have two associated quantities: length, the amount of time required for a particle to traverse the edge, and capacity, the number of units of flow that can enter the edge in unit time. The goal is move all flow to the sinks. A variation of the problem, modelling evacuation protocols, is to find the sink location(s) that minimize evacuation time, restricting the flow to be CONFLUENT. Solving this problem is is NP-hard on general graphs, and thus research into optimal algorithms has traditionally been restricted to special graphs such as paths, and trees. A specialized version of robust optimization is minmax REGRET, in which the input flows at the vertices are only partially defined by constraints. The goal is to find a sink location that has the minimum{ regret}…
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 · Optimization and Search Problems · Evacuation and Crowd Dynamics
