C++ Reference

C++ Reference: Graph

strongly_connected_components.h File Reference

Go to the source code of this file.

Classes

struct  SccCounterOutput< NodeIndex >
 
class  StronglyConnectedComponentsFinder< NodeIndex, Graph, SccOutput >
 

Functions

template<typename NodeIndex , typename Graph , typename SccOutput >
void FindStronglyConnectedComponents (const NodeIndex num_nodes, const Graph &graph, SccOutput *components)
 

Function Documentation

◆ FindStronglyConnectedComponents()

void FindStronglyConnectedComponents ( const NodeIndex  num_nodes,
const Graph &  graph,
SccOutput *  components 
)

Definition at line 211 of file strongly_connected_components.h.