The Two-Center Problem of Uncertain Points on Cactus Graphs
Haitao Xu, Jingru Zhang
TL;DR
This work solves the two-center problem for uncertain demands on cactus graphs by reducing to a vertex-constrained instance and exploiting a tree representation T that contracts cycles to nodes. A threshold-based decision algorithm on T identifies peripheral-center edges or cycles and tests feasibility, with the cycle case governing the leading cost at O(m^2 n^2). The overall complexity is O(|G| + m^2 n^2 log mn), and the authors also provide a λ* computation framework via line-arrangement ideas. This first result for cactus graphs with m>1 advances facility-location under uncertainty and opens questions about extending to general k-center problems on such graphs.
Abstract
We study the two-center problem on cactus graphs in facility locations, which aims to place two facilities on the graph network to serve customers in order to minimize the maximum transportation cost. In our problem, the location of each customer is uncertain and may appear at $O(m)$ points on the network with probabilities. More specifically, given are a cactus graph $G$ and a set $\calP$ of $n$ (weighted) uncertain points where every uncertain point has $O(m)$ possible locations on $G$ each associated with a probability and is of a non-negative weight. The problem aims to compute two centers (points) on $G$ so that the maximum (weighted) expected distance of the $n$ uncertain points to their own expected closest center is minimized. No previous algorithms are known for this problem. In this paper, we present the first algorithm for this problem and it solves the problem in $O(|G|+ m^{2}n^{2}\log mn)$ time.
