1NAUTY-COPYG(1) Nauty Manual NAUTY-COPYG(1)
2
3
4
6 nauty-copyg - convert format and select subset
7
9 copyg [-gszfp#:#qhx] [infile [outfile]]
10
12 Copy a file of graphs with possible format conversion.
13
14 -g Use graph6 format for output
15
16 -s Use sparse6 format for output
17
18 -z Use digraph6 format for output
19
20 -i Use incremental sparse6 format for output
21
22 In the absence of -g, -s, -z or -i, the format depends on the
23 header or, if none, the first input line. As an exception,
24 digraphs are always written in digraph6.
25
26 -p# -p#:#
27
28 Specify range of input lines (first is 1) This can fail if the
29 input has incremental lines. -f With -p, assume input lines of
30 fixed length
31
32 (ignored if header or first line has sparse6 format).
33
34 -I# Have at most this number of incremental steps
35
36 in a row.
37 Implies -i.
38
39 -h Write a header.
40
41 -x Don't write a header.
42
43 In the absence of -h and -x, a header is written if there is one
44 in the input.
45
46 -q Suppress auxiliary output.
47
48
49
50nauty 2.6.10 July 2018 NAUTY-COPYG(1)