The Canadian Traveller Problem on outerplanar graphs

Laurent Beaudou,Pierre Bergé,Vsevolod Chernyshev,Antoine Dailly,Yan Gerard,Aurélie Lagoutte,Vincent Limouzy,Lucas Pastor
2024-03-08
Abstract:We study the PSPACE-complete $k$-Canadian Traveller Problem, where a weighted graph $G=(V,E,\omega)$ with a source $s\in V$ and a target $t\in V$ are given. This problem also has a hidden input $E_* \subsetneq E$ of cardinality at most $k$ representing blocked edges. The objective is to travel from $s$ to $t$ with the minimum distance. At the beginning of the walk, the blockages $E_*$ are unknown: the traveller discovers that an edge is blocked when visiting one of its endpoints. Online algorithms, also called strategies, have been proposed for this problem and assessed with the competitive ratio, i.e. the ratio between the distance actually traversed by the traveller divided by the distance we would have traversed knowing the blockages in advance.
Data Structures and Algorithms
What problem does this paper attempt to address?