Improved Algorithms for the Evacuation Route Planning Problem
Gopinath Mishra, Subhra Mazumdar, Arindam Pal

TL;DR
This paper introduces an improved algorithm for evacuation route planning in single-source, single-sink scenarios, offering faster computation and guaranteed evacuation time improvements over existing methods, with experimental validation.
Contribution
It presents the SSEP algorithm, which outperforms the CCRP algorithm in speed and evacuation time for specific evacuation problems.
Findings
SSEP always has evacuation time at most equal to CCRP.
SSEP's running time is strictly less than CCRP.
Experimental results support theoretical improvements.
Abstract
Emergency evacuation is the process of movement of people away from the threat or actual occurrence of hazards such as natural disasters, terrorist attacks, fires and bombs. In this paper, we focus on evacuation from a building, but the ideas can be applied to city and region evacuation. We define the problem and show how it can be modeled using graphs. The resulting optimization problem can be formulated as an integer linear program. Though this can be solved exactly, this approach does not scale well for graphs with thousands of nodes and several hundred thousands of edges. This is impractical for large graphs. We study a special case of this problem, where there is only a single source and a single sink. For this case, we give an improved algorithm \emph{Single Source Single Sink Evacuation Route Planner (SSEP)}, whose evacuation time is always at most that of a famous algorithm…
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
TopicsMobile Ad Hoc Networks · Computational Geometry and Mesh Generation · Evacuation and Crowd Dynamics
