![]() |
![]()
| ![]() |
![]()
NAMEbcomps - biconnected components filter for graphs SYNOPSISbcomps [ -stvx? ] [ -ooutfile ] [ files ] DESCRIPTIONbcomps decomposes graphs into their biconnected components, printing the components to standard output. OPTIONSThe following options are supported:
By default, each input graph is printed, with each block given as a subgraph whose name is a concatenation of the name of the input graph, the string "_bcc_" and the number of the block. OPERANDSThe following operand is supported:
RETURN CODESbcomps returns 0 if all the input graphs are biconnected; and non-zero if any graph has multiple blocks, or any error occurred. BUGSIt is possible, though unlikely, that the names used for connected components and their subgraphs may conflict with existing subgraph names. AUTHORSEmden R. Gansner <erg@research.att.com> SEE ALSOccomps(1), gc(1), dot(1), gvpr(1), gvcolor(1), acyclic(1), sccmap(1), tred(1), libgraph(3)
|