|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Warshall's algorithm for transitive closure. More...
Go to the source code of this file.
Classes | |
| class | Aleph::Warshall_Compute_Transitive_Clausure< GT, SA > |
| Computes the transitive closure of a graph using Warshall's algorithm. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Functions | |
| template<class GT , class SA = Dft_Show_Arc<GT>> | |
| void | Aleph::warshall_compute_transitive_clausure (GT &g, Bit_Mat_Graph< GT, SA > &mat) |
| Computes the transitive closure of a graph using Warshall's algorithm. | |
Warshall's algorithm for transitive closure.
Computes the transitive closure of a directed graph: determines reachability between all pairs of vertices.
Definition in file warshall.H.