From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../dist/lib/graphviz/share/man/man1/sccmap.1 | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 Master/Agile Software Development/TestApp/dist/lib/graphviz/share/man/man1/sccmap.1 (limited to 'Master/Agile Software Development/TestApp/dist/lib/graphviz/share/man/man1/sccmap.1') diff --git a/Master/Agile Software Development/TestApp/dist/lib/graphviz/share/man/man1/sccmap.1 b/Master/Agile Software Development/TestApp/dist/lib/graphviz/share/man/man1/sccmap.1 new file mode 100644 index 0000000..b8e8024 --- /dev/null +++ b/Master/Agile Software Development/TestApp/dist/lib/graphviz/share/man/man1/sccmap.1 @@ -0,0 +1,55 @@ +.TH SCCMAP 1 "21 March 2001" \*(eX +.SH NAME +sccmap \- extract strongly connected components of directed graphs +.SH SYNOPSIS +\fBsccmap\fR +[\fB\-dsv\fR] +[ +.I files +] +.SH DESCRIPTION +.I 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. +.B sccmap +is a way of partitioning large graphs into more manageable pieces. +.SH OPTIONS +The following options are supported: +.TP +.B \-d +Preserve degenerate components of only one node. +.TP +.B \-s +Do not print the resulting graphs. Only the statistics are +important. +.TP +.B \-v +Generate additional statistics. In particular, +.B sccmap +prints the number of nodes, edges, connected components, +and strongly connected components, followed by the fraction of +nodes in a non-trivial strongly connected components, +the maximum degree of the graph, and fraction of non-tree edges +in the graph. +.SH OPERANDS +The following operand is supported: +.TP 8 +.I files +Names of files containing 1 or more graphs in dot format. +If no +.I files +operand is specified, +the standard input will be used. +.SH "DIAGNOSTICS" +\fBsccmap\fP emits a warning if it encounters an undirected graph, +and ignores it. +.SH AUTHORS +Stephen C. North +.br +Emden R. Gansner +.SH "SEE ALSO" +gc(1), dot(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), tred(1), libgraph(3) -- cgit v1.2.3