English

The Two-Center Problem of Uncertain Points on Cactus Graphs

Data Structures and Algorithms 2025-01-22 v2

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)O(m) points on the network with probabilities. More specifically, given are a cactus graph GG and a set \calP\calP of nn (weighted) uncertain points where every uncertain point has O(m)O(m) possible locations on GG each associated with a probability and is of a non-negative weight. The problem aims to compute two centers (points) on GG so that the maximum (weighted) expected distance of the nn 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+m2n2logmn)O(|G|+ m^{2}n^{2}\log mn) time.

Keywords

Cite

@article{arxiv.2412.02559,
  title  = {The Two-Center Problem of Uncertain Points on Cactus Graphs},
  author = {Haitao Xu and Jingru Zhang},
  journal= {arXiv preprint arXiv:2412.02559},
  year   = {2025}
}
R2 v1 2026-06-28T20:21:34.506Z