![]() |
![]()
| ![]() |
![]()
NAMEsccmap - extract strongly connected components of directed graphs SYNOPSISsccmap [-dsSv] [ -ooutfile ] [ files ] DESCRIPTIONsccmap 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. OPTIONSThe following options are supported:
OPERANDSThe following operand is supported:
DIAGNOSTICSsccmap emits a warning if it encounters an undirected graph, and ignores it. AUTHORSStephen C. North <north@research.att.com>
SEE ALSOgc(1), dot(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), tred(1), libgraph(3)
|