1NAUTY-AMTOG(1) Nauty Manual NAUTY-AMTOG(1)
2
3
4
6 nauty-amtog - read graphs in matrix format
7
9 amtog [-n#sgzhq] [-o#] [infile [outfile]]
10
12 Read graphs in matrix format.
13
14 -n# Set the initial graph order to # (no default). This can be
15 overridden in the input.
16
17 -g Write the output in graph6 format (default).
18
19 -s Write the output in sparse6 format.
20
21 -z Write the output in digraph6 format.
22
23 -h Write a header (according to -g or -s).
24
25 -w Don't warn about loops (which are suppressed for -g)
26
27 -q Suppress auxiliary information.
28
29 -o# Treat digit # as 1 and other digits as 0.
30
31 Input consists of a sequence of commands restricted to:
32
33 n=# set number of vertices (no default) The = is optional.
34
35 m Matrix to follow An 'm' is also assumed if a digit is encounā
36 tered.
37
38 M Complement of matrix to follow (as m)
39
40 t Upper triangle of matrix to follow, row by row
41
42 excluding the diagonal.
43
44 T Complement of upper trangle to follow (as t)
45
46 s Upper triangle of matrix to follow, row by row
47
48 excluding the diagonal; lower triangle is complement.
49
50 q exit (optional)
51
52
53
54nauty 2.6.12 January 2020 NAUTY-AMTOG(1)