|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Articulation points (cut nodes) and bridges. More...
#include <tpl_graph_utils.H>Go to the source code of this file.
Classes | |
| class | Aleph::Compute_Cut_Nodes< GT, SA > |
| Computation of cut nodes (articulation points) of a graph. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Articulation points (cut nodes) and bridges.
Finds cut vertices and bridge edges whose removal disconnects the graph. Uses DFS with low-link values.
Definition in file tpl_cut_nodes.H.