English

Optimal Bridge, Twin Bridges and Beyond: Inserting Edges into a Road Network to Minimize the Constrained Diameters

Computational Geometry 2024-05-01 v1

Abstract

Given a road network modelled as a planar straight-line graph G=(V,E)G=(V,E) with V=n|V|=n, let (u,v)V×V(u,v)\in V\times V, the shortest path (distance) between u,vu,v is denoted as δG(u,v)\delta_G(u,v). Let δ(G)=max(u,v)δG(u,v)\delta(G)=\max_{(u,v)}\delta_G(u,v), for (u,v)V×V(u,v)\in V\times V, which is called the diameter of GG. Given a disconnected road network modelled as two disjoint trees T1T_1 and T2T_2, this paper first aims at inserting one and two edges (bridges) between them to minimize the (constrained) diameter δ(T1T2Ij)\delta(T_1\cup T_2\cup I_j) going through the inserted edges, where Ij,j=1,2I_j, j=1,2, is the set of inserted edges with I1=1|I_1|=1 and I2=2|I_2|=2. The corresponding problems are called the {\em optimal bridge} and {\em twin bridges} problems. Since when more than one edge are inserted between two trees the resulting graph is becoming more complex, for the general network GG we consider the problem of inserting a minimum of kk edges such that the shortest distances between a set of mm pairs P={(ui,vi)ui,viV,i[m]}P=\{(u_i,v_i)\mid u_i,v_i\in V, i\in [m]\}, δG(ui,vi)\delta_G(u_i,v_i)'s, are all decreased. The main results of this paper are summarized as follows: (1) We show that the optimal bridge problem can be solved in O(n2)O(n^2) time and that a variation of it has a near-quadratic lower bound unless SETH fails. The proof also implies that the famous 3-SUM problem does have a near-quadratic lower bound for large integers, e.g., each of the nn input integers has Ω(logn)\Omega(\log n) decimal digits. We then give a simple factor-2 O(nlogn)O(n\log n) time approximation algorithm for the optimal bridge problem. (2) We present an O(n4)O(n^4) time algorithm to solve the twin bridges problem, exploiting some new property not in the optimal bridge problem. (3) For the general problem of inserting kk edges to reduce the (graph) distances between mm given pairs, we show that the problem is NP-complete.

Keywords

Cite

@article{arxiv.2404.19164,
  title  = {Optimal Bridge, Twin Bridges and Beyond: Inserting Edges into a Road Network to Minimize the Constrained Diameters},
  author = {Zhidan Feng and Henning Fernau and Binhai Zhu},
  journal= {arXiv preprint arXiv:2404.19164},
  year   = {2024}
}

Comments

18 pages, 5 figures