Function
stronglyConnectedComponents
Decomposes a directed graph into its strongly connected components.
stronglyConnectedComponents(g, components)
Include Headers
seqan/graph_algorithms.h
Parameters
g
In-parameter:A directed graph.
components
Out-parameter:A property map.
Remarks: Each vertex is mapped to a component id. If two vertices share the same id they are in the same component.
Return Values
void.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:08