SCCMAP(1) | General Commands Manual | SCCMAP(1) |
sccmap - extract strongly connected components of directed graphs
sccmap [-dsv] [ -ooutfile ] [ files ]
sccmap decomposes digraphs into strongly connected components and an auxiliary map of the relationship between components. In this map, each component is collapsed into a node. The resulting graphs are printed to standard out. The number of nodes, edges and strongly connected components are printed to standard error. sccmap is a way of partitioning large graphs into more manageable pieces.
The following options are supported:
The following operand is supported:
sccmap emits a warning if it encounters an undirected graph, and ignores it.
Stephen C. North <north@research.att.com>
Emden R. Gansner <erg@research.att.com>
gc(1), dot(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), tred(1), libgraph(3)
21 March 2001 |