Exact and approximation algorithms for the expanding search problem

Ben Hermans,Roel Leus,Jannik Matuschke
DOI: https://doi.org/10.48550/arXiv.1911.08959
2019-11-20
Abstract:Suppose a target is hidden in one of the vertices of an edge-weighted graph according to a known probability distribution. The expanding search problem asks for a search sequence of the vertices so as to minimize the expected time for finding the target, where the time for reaching the next vertex is determined by its distance to the region that was already searched. This problem has numerous applications, such as searching for hidden explosives, mining coal, and disaster relief. In this paper, we develop exact algorithms and heuristics, including a branch-and-cut procedure, a greedy algorithm with a constant-factor approximation guarantee, and a novel local search procedure based on a spanning tree neighborhood. Computational experiments show that our branch-and-cut procedure outperforms all existing methods for general instances and both heuristics compute near-optimal solutions with little computational effort.
Discrete Mathematics,Data Structures and Algorithms
What problem does this paper attempt to address?