1. Balancing graph Voronoi diagrams with one more vertex.
- Author
-
Ducoffe, Guillaume
- Subjects
VORONOI polygons ,PROBLEM solving ,GRAPH algorithms - Abstract
Let G=(V,E)$$ G=\left(V,E\right) $$ be a graph with unit‐length edges and nonnegative costs assigned to its vertices. Given a list of pairwise different vertices S=(s1,s2,...,sp)$$ S=\left({s}_1,{s}_2,\dots, {s}_p\right) $$, the prioritized Voronoi diagram of G$$ G $$ with respect to S$$ S $$ is the partition of G$$ G $$ in p$$ p $$ subsets V1,V2,...,Vp$$ {V}_1,{V}_2,\dots, {V}_p $$ so that, for every i$$ i $$ with 1≤i≤p$$ 1\le i\le p $$, a vertex v$$ v $$ is in Vi$$ {V}_i $$ if and only if si$$ {s}_i $$ is a closest vertex to v$$ v $$ in S$$ S $$ and there is no closest vertex to v$$ v $$ in S$$ S $$ within the subset {s1,s2,...,si−1}$$ \left\{{s}_1,{s}_2,\dots, {s}_{i-1}\right\} $$. For every i$$ i $$ with 1≤i≤p$$ 1\le i\le p $$, the load of vertex si$$ {s}_i $$ equals the sum of the costs of all vertices in Vi$$ {V}_i $$. The load of S$$ S $$ equals the maximum load of a vertex in S$$ S $$. We study the problem of adding one more vertex v$$ v $$ at the end of S$$ S $$ in order to minimize the load. This problem occurs in the context of optimally locating a new service facility (e.g., a school or a hospital) while taking into account already existing facilities, and with the goal of minimizing the maximum congestion at a site. There is a brute‐force algorithm for solving this problem in 풪(nm) time on n$$ n $$‐vertex m$$ m $$‐edge graphs. We prove a matching time lower bound–up to sub‐polynomial factors–for the special case where m=n1+o(1)$$ m={n}^{1+o(1)} $$ and p=1$$ p=1 $$, assuming the so called Hitting Set Conjecture of Abboud et al. On the positive side, we present simple linear‐time algorithms for this problem on cliques, paths and cycles, and almost linear‐time algorithms for trees, proper interval graphs and (assuming p$$ p $$ to be a constant) bounded‐treewidth graphs. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF