1NAUTY-COMPLG(1) Nauty Manual NAUTY-COMPLG(1)
2
3
4
6 nauty-complg - complement graphs
7
9 complg [-lq] [-a] [-L] [-r|-R] [infile [outfile]]
10
12 Take the complements of a file of graphs.
13
14 The output file has a header if and only if the input file does.
15 The output format is defined by the header or first graph.
16
17 -r Only complement if the complement has fewer directed edges.
18
19 -R Only complement if the complement has fewer directed edges or
20 has the same number of directed edges and is canonically less
21 than the original.
22
23 -a Also output the input graph (before the complement).
24
25 -L Complement the loops too. By default, preserve them.
26
27 -l Canonically label outputs.
28
29 -q Suppress auxiliary information.
30
31
32
33nauty 2.8.8 November 2023 NAUTY-COMPLG(1)