Minmax Tree Facility Location and Sink Evacuation with Dynamic Confluent Flows
Di Chen, Mordecai Golin

TL;DR
This paper introduces an efficient algorithm for the NP-hard k-sink evacuation problem on trees, optimizing evacuation times in dynamic flow networks with capacities and travel times.
Contribution
It provides the first polynomial-time algorithm for the k-sink evacuation problem on trees, extending to minmax tree facility location problems.
Findings
Algorithm runs in O(n k^2 log^5 n) time
Effective for evacuation planning in dynamic flow networks
Applicable to broader facility location problems
Abstract
Let be a graph modelling a building or road network in which edges have-both travel times (lengths) and capacities associated with them. An edge's capacity is the number of people that can enter that edge in a unit of time. In emergencies, people evacuate towards the exits. If too many people try to evacuate through the same edge, congestion builds up and slows down the evacuation. Graphs with both lengths and capacities are known as Dynamic Flow networks. An evacuation plan for consists of a choice of exit locations and a partition of the people at the vertices into groups, with each group evacuating to the same exit. The evacuation time of a plan is the time it takes until the last person evacuates. The -sink evacuation problem is to provide an evacuation plan with exit locations that minimizes the evacuation time. It is known that this problem is NP-Hard for…
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
TopicsEvacuation and Crowd Dynamics · Data Management and Algorithms · Air Traffic Management and Optimization
