Faster algorithms for shortest path and network flow based on graph decomposition
Journal of Graph Algorithms and Applications, Special Issue on Selected Papers from the 12th International Conference and Workshops on Algorithms and Computation, WALCOM 2018 , Tome 23 (2019) no. 5, pp. 781-813.

Voir la notice de l'article provenant de la source Journal of Graph Algorythms and Applications website

We propose faster algorithms for the maximum flow problem and shortest path problems based on graph decomposition. Our algorithms first construct indices (data structures) from a given graph, then use them for solving the problems. Time complexities of our algorithms depend on the size of the maximum triconnected component in the graph, say $r$. Max flow indexing problem is a basic network flow problem, which consists of two phases. In a preprocessing phase we construct an index and in a query phase we process the query using the index. We can solve all pairs maximum flow problem and minimum cut problem using the indices. Our algorithms run faster than known algorithms if $r$ is small. The maximum flow problem can be solved in $\mathcal{O}(nr)$ time, which is faster than the best known $\mathcal{O}(nm)$ algorithm [Orlin, STOC 2013] if $r = o(m)$, where $n$ and $m$ are the numbers of vertices and edges in the given network, respectively. Distance oracle problem is a basic problem in shortest path, consisting of two phases. In preprocessing phase we construct index and in query phase we use the index to find shortest path between two vertices. We use these indices to solve single source shortest path and all pair shortest path problems. If the given graph is undirected and all the weights are non-negative integers, then our algorithm finds shortest path between two vertices in $\mathcal{O}(m)$ time. If the given graph is directed or the weights are non-negative real numbers then our algorithm finds shortest path between two vertices in $\mathcal{O}(m + n \log r)$ time. If the edge weights are real numbers (i.e some of the weights are negative) then our algorithm finds shortest path between two vertices in $\mathcal{O}(m + nr)$ time.
@article{JGAA_2019_23_5_a2,
     author = {Manas Jyoti Kashyop and Tsunehiko Nagayama and Kunihiko Sadakane},
     title = {Faster algorithms for shortest path and network flow  based on graph decomposition},
     journal = {Journal of Graph Algorithms and Applications},
     pages = {781--813},
     publisher = {mathdoc},
     volume = {23},
     number = {5},
     year = {2019},
     doi = {10.7155/jgaa.00512},
     language = {en},
     url = {http://geodesic.mathdoc.fr/articles/10.7155/jgaa.00512/}
}
TY  - JOUR
AU  - Manas Jyoti Kashyop
AU  - Tsunehiko Nagayama
AU  - Kunihiko Sadakane
TI  - Faster algorithms for shortest path and network flow  based on graph decomposition
JO  - Journal of Graph Algorithms and Applications
PY  - 2019
SP  - 781
EP  - 813
VL  - 23
IS  - 5
PB  - mathdoc
UR  - http://geodesic.mathdoc.fr/articles/10.7155/jgaa.00512/
DO  - 10.7155/jgaa.00512
LA  - en
ID  - JGAA_2019_23_5_a2
ER  - 
%0 Journal Article
%A Manas Jyoti Kashyop
%A Tsunehiko Nagayama
%A Kunihiko Sadakane
%T Faster algorithms for shortest path and network flow  based on graph decomposition
%J Journal of Graph Algorithms and Applications
%D 2019
%P 781-813
%V 23
%N 5
%I mathdoc
%U http://geodesic.mathdoc.fr/articles/10.7155/jgaa.00512/
%R 10.7155/jgaa.00512
%G en
%F JGAA_2019_23_5_a2
Manas Jyoti Kashyop; Tsunehiko Nagayama; Kunihiko Sadakane. Faster algorithms for shortest path and network flow  based on graph decomposition. Journal of Graph Algorithms and Applications, 
							Special Issue on Selected Papers from the 12th International Conference and  Workshops on Algorithms and Computation, WALCOM 2018
					, Tome 23 (2019) no. 5, pp. 781-813. doi : 10.7155/jgaa.00512. http://geodesic.mathdoc.fr/articles/10.7155/jgaa.00512/

Cité par Sources :