Description
Find all clique in a graph
Authors
Options
Input and output formats
The accepted input formats are GML, tab-delimited and adjacency matrix.
For more explanations about these, refer to the manual of convert-graph.
If the tab-delimited output is requested, the result graph displays a fourth column indicating whether the
edge comes from the original (original) graph or was added randomly by the program (random).
Column specifications (only for tab-delimited format)
Source and target column. Columns containing the source and target nodes.
Minimum size of the cliques
Minimum size of the returned clique
Maximum size of the cliques
Minimum size of the returned clique.