
ccomps
List of commands for ccomps:
-
ccomps:tldr:13dd2 ccomps: Display help for `ccomps`.$ ccomps -?try on your machineexplain this command
-
ccomps:tldr:4a598 ccomps: Decompose one or more graphs into their connected components.$ ccomps ${path-to-input1-gv} ${path-to-input2-gv ---} > ${path-to-output-gv}try on your machineexplain this command
-
ccomps:tldr:53f1f ccomps: Print the number of nodes, edges, and connected components in one or more graphs.$ ccomps -v -s ${path-to-input1-gv} ${path-to-input2-gv ---}try on your machineexplain this command
-
ccomps:tldr:5da1f ccomps: Write each connected component to numbered filenames based on `output.gv`.$ ccomps -x -o ${path-to-output-gv} ${path-to-input1-gv} ${path-to-input2-gv ---}try on your machineexplain this command