|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#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... | |