1NAUTY-AMTOG(1)                   Nauty Manual                   NAUTY-AMTOG(1)
2
3
4

NAME

6       nauty-amtog - read graphs in matrix format
7

SYNOPSIS

9       amtog [-n#sgzhq] [-o#] [infile [outfile]]
10

DESCRIPTION

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.7.3                     September 2021                  NAUTY-AMTOG(1)
Impressum