|
HAL
|
This file contains functions related to graph components. More...
#include "hal_core/defines.h"#include "hal_core/utilities/result.h"#include <igraph/igraph.h>#include <set>
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... | |
This file contains functions related to graph components.
Definition in file components.h.