![]() |
HAL
|
#include "graph_algorithm/algorithms/components.h"
#include "graph_algorithm/netlist_graph.h"
#include <map>
Go to the source code of this file.
Namespaces | |
hal | |
hal::graph_algorithm | |
Functions | |
Result< std::vector< std::vector< u32 > > > | hal::graph_algorithm::get_connected_components (const NetlistGraph *graph, bool strong, u32 min_size=0) |
Compute the (strongly) connected components of the specified graph. More... | |