45#include <lal/detail/array.hpp>
46#include <lal/basic_types.hpp>
47#include <lal/properties/connected_components.hpp>
48#include <lal/graphs/undirected_graph.hpp>
49#include <lal/graphs/directed_graph.hpp>
Directed graph class.
Definition directed_graph.hpp:67
Undirected graph class.
Definition undirected_graph.hpp:66
The connected components of a graph.
Definition connected_components.hpp:65
connected_components< graphs::undirected_graph > connected_components_compute(const graphs::undirected_graph &g) noexcept
Compute the connected components of an undirected graph.
Main namespace of the library.
Definition basic_types.hpp:48