Abstract. We present a generalization of transitive reduction for weighted graphs and give scalable polynomial algorithms for computing it based on the Floyd-Warshall algorithm for finding shortest paths in graphs. We also show how the algorithms can be optimized for memory efficiency and effectively parallelized to improve the run time. As a consequence, the algorithms can be tuned for modern general purpose graphics processors. Our prototype implementations exhibit significant speedups of more than one order of magnitude compared to their sequential counterparts. Transitive reduction for weighted graphs was instigated by problems in reconstruction of genetic networks. The first experiments in that domain show also encouraging results both...
Solving the shortest path problem on large scale networks is crucial for many applications. As paral...
Some new ideas are presented on graph reduction applied to graphs with bounded treewidth. It is show...
Computing the single-source shortest path (SSSP) is one of the fundamental graph algorithms, and is ...
Abstract. We present a generalization of transitive reduction for weighted graphs and give scalable ...
Background Techniques for reconstruction of biological networks which are based on perturbation expe...
Finding the transitive closure of a graph is a fundamental graph problem where another graph is obta...
This report records the author’s work during the project’s period. This project will study paral...
In this thesis we examine three problems in graph theory and propose efficient parallel algorithms f...
There has been significant recent interest in parallel graph processing due to the need to quickly a...
We present an experimental study of parallel algorithms for solving the single source shortest path...
Includes bibliographical references ( leaves 61-64).One way the early use of parallel computers has ...
The problem of finding the shortest paths on weighted graphs is considered. The variants of statemen...
Given a connected graph G = (V; E) with n vertices and m edges, the distance between two vertices in...
We present a space and time efficient practical parallel algorithm for approximating the diameter of...
Efficiently processing large graphs is challenging, since parallel graph algorithms suffer from poor...
Solving the shortest path problem on large scale networks is crucial for many applications. As paral...
Some new ideas are presented on graph reduction applied to graphs with bounded treewidth. It is show...
Computing the single-source shortest path (SSSP) is one of the fundamental graph algorithms, and is ...
Abstract. We present a generalization of transitive reduction for weighted graphs and give scalable ...
Background Techniques for reconstruction of biological networks which are based on perturbation expe...
Finding the transitive closure of a graph is a fundamental graph problem where another graph is obta...
This report records the author’s work during the project’s period. This project will study paral...
In this thesis we examine three problems in graph theory and propose efficient parallel algorithms f...
There has been significant recent interest in parallel graph processing due to the need to quickly a...
We present an experimental study of parallel algorithms for solving the single source shortest path...
Includes bibliographical references ( leaves 61-64).One way the early use of parallel computers has ...
The problem of finding the shortest paths on weighted graphs is considered. The variants of statemen...
Given a connected graph G = (V; E) with n vertices and m edges, the distance between two vertices in...
We present a space and time efficient practical parallel algorithm for approximating the diameter of...
Efficiently processing large graphs is challenging, since parallel graph algorithms suffer from poor...
Solving the shortest path problem on large scale networks is crucial for many applications. As paral...
Some new ideas are presented on graph reduction applied to graphs with bounded treewidth. It is show...
Computing the single-source shortest path (SSSP) is one of the fundamental graph algorithms, and is ...