Finding single-source shortest p-disjoint paths: fast computation and sparse preservers

06/23/2021
by   Davide Bilò, et al.
0

Let G be a directed graph with n vertices, m edges, and non-negative edge costs. Given G, a fixed source vertex s, and a positive integer p, we consider the problem of computing, for each vertex t≠ s, p edge-disjoint paths of minimum total cost from s to t in G. Suurballe and Tarjan [Networks, 1984] solved the above problem for p=2 by designing a O(m+nlog n) time algorithm which also computes a sparse single-source 2-multipath preserver, i.e., a subgraph containing 2 edge-disjoint paths of minimum total cost from s to every other vertex of G. The case p ≥ 3 was left as an open problem. We study the general problem (p≥ 2) and prove that any graph admits a sparse single-source p-multipath preserver with p(n-1) edges. This size is optimal since the in-degree of each non-root vertex v must be at least p. Moreover, we design an algorithm that requires O(pn^2 (p + log n)) time to compute both p edge-disjoint paths of minimum total cost from the source to all other vertices and an optimal-size single-source p-multipath preserver. The running time of our algorithm outperforms that of a natural approach that solves n-1 single-pair instances using the well-known successive shortest paths algorithm by a factor of Θ(m/np) and is asymptotically near optimal if p=O(1) and m=Θ(n^2). Our results extend naturally to the case of p vertex-disjoint paths.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/24/2023

Shortest two disjoint paths in conservative graphs

We consider the following problem that we call the Shortest Two Disjoint...
research
07/12/2018

A Faster Algorithm for Minimum-Cost Bipartite Matching in Minor-Free Graphs

We give an Õ(n^7/5 (nC))-time algorithm to compute a minimum-cost maximu...
research
02/19/2018

Towards Improving Brandes' Algorithm for Betweenness Centrality

Betweenness centrality, measuring how many shortest paths pass through a...
research
07/15/2023

Sandpile Prediction on Structured Undirected Graphs

We present algorithms that compute the terminal configurations for sandp...
research
08/15/2023

Correlated vs. Uncorrelated Randomness in Adversarial Congestion Team Games

We consider team zero-sum network congestion games with n senders playin...
research
04/29/2020

An Almost Exact Linear Complexity Algorithm of the Shortest Transformation of Chain-Cycle Graphs

A "genome structure" is a labeled directed graph with vertices of degree...
research
05/30/2023

Optimal energetic paths for electric cars

A weighted directed graph G=(V,A,c), where A⊆ V× V and c:A→ R, describes...

Please sign up or login with your details

Forgot password? Click here to reset