1NAUTY-GENQUARTICG(1) Nauty Manual NAUTY-GENQUARTICG(1)
2
3
4
6 nauty-genquarticg - generate quartic graphs
7
9 genquarticg [-ugs -h -c -l] n [res/mod] [file]
10
12 generate all non-isomorphic quartic graphs of a given order
13
14 n : the number of the vertices
15
16 file : the name of the output file (default stdout)
17
18 -u : do not output any graphs, just generate and count them
19
20 -g : use graph6 format for output (default)
21
22 -s : use sparse6 format for output
23
24 -h write a header (only with -g or -s).
25
26 -c : only write connected graphs
27
28 -C : only write biconnected graphs
29
30 res/mod : only generate subset res out of subsets 0..mod-1 -l
31 : canonically label output graphs.
32
33
34
35nauty 2.8.6 September 2023 NAUTY-GENQUARTICG(1)