HAL
components.h File Reference

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>
Include dependency graph for components.h:

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...
 

Detailed Description

This file contains functions related to graph components.

Definition in file components.h.