The Two-Center Problem of Uncertain Points on Cactus Graphs
Haitao Xu, Jingru Zhang

TL;DR
This paper introduces the first algorithm for the two-center problem on cactus graphs with uncertain customer locations, minimizing the maximum expected transportation cost, and achieves a solution in polynomial time.
Contribution
It presents the first algorithm for the two-center problem on cactus graphs with uncertain points, addressing a previously unsolved problem.
Findings
Algorithm solves the problem in O(|G|+ m^{2}n^{2} ext{log} mn) time.
Addresses a novel problem with uncertain customer locations on cactus graphs.
Provides a polynomial-time solution for a previously unsolved problem.
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 points on the network with probabilities. More specifically, given are a cactus graph and a set of (weighted) uncertain points where every uncertain point has possible locations on each associated with a probability and is of a non-negative weight. The problem aims to compute two centers (points) on so that the maximum (weighted) expected distance of the 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|+…
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
TopicsData Management and Algorithms
