1NAUTY-ASSEMBLEG(1) Nauty Manual NAUTY-ASSEMBLEG(1)
2
3
4
6 nauty-assembleg - assemble input graphs as components of output graphs
7
9 assembleg -n#|-n#:# [-i#|i#:#] [-L] [-q] [infile [outfile]]
10
12 Assemble input graphs as components of output graphs.
13
14 The output file has no header. If the input has any directed
15 graphs, all outputs are directed. Otherwise, the output format
16 is determined by the header
17
18 or first input.
19
20 The input graphs had better all fit into memory at once,
21
22 unless -L is given, in which case only the graphs of at most
23 half the output size are stored at once.
24
25 The output graphs will be non-isomorphic if the input
26
27 graphs are connected and non-isomorphic.
28
29 -n# -n#:#
30 Give range of output sizes (compulsory)
31
32 -i# -i#:#
33 Give range of input sizes to use
34
35 -L Assume all input graphs strictly larger than maxn/2
36
37 vertices follow any smaller graphs in the input, where maxn is
38 the largest size specified by -n. This can greatly reduce mem‐
39 ory consumption.
40
41 -c Also write graphs consisting of a single input
42
43 -q Suppress auxiliary information.
44
45
46
47nauty 2.7.3 September 2021 NAUTY-ASSEMBLEG(1)