1NAUTY-LISTG(1) Nauty Manual NAUTY-LISTG(1)
2
3
4
6 nauty-listg - display graphs in a variety of forms
7
9 listg [-fp#:#l#o#Ftq] [-a|-A|-c|-d|-e|-H|-M|-W|-L|S|-s|-b|-G|-y|-Yxxx]
10
12 [infile [outfile]]
13
14 Write graphs in human-readable format.
15
16 -f : assume inputs have same size (only used from a file
17
18 and only if -p is given)
19
20 -p#, -p#:#, -p#-# : only display one graph or a sequence of
21
22 graphs.
23 The first graph is number 1. A second number
24
25 which is empty or zero means infinity. This option won't work
26 for incremental input.
27
28 -a : write as adjacency matrix, not as list of adjacencies
29
30 -A : same as -a with a space between entries
31
32 -l# : specify screen width limit (default 78, 0 means no limit)
33
34 This is not currently implemented with -a or -A.
35
36 -o# : specify number of first vertex (default is 0).
37
38 -d : write output to satisfy dreadnaut
39
40 -c : write ascii form with minimal line-breaks
41
42 -e : write a list of edges, preceded by the order and the
43
44 number of edges
45
46 -H : write in HCP operations research format
47
48 -M : write in Magma format
49
50 -W : write matrix in Maple format
51
52 -L : (only with -M or -W) write Laplacian rather than adjacency ma‐
53 trix
54
55 -S : (only with -M or -W) write signless Laplacian not adjacency
56 matrix
57
58 -b : write in Bliss format
59
60 -G : write in GRAPE format
61
62 -y : write in dot file format
63
64 -Yxxx : extra dotty commands for dot files (arg continues to end of
65 param)
66
67 -t : write upper triangle only (affects -a, -A, -d and default)
68
69 -s : write only the numbers of vertices and edges
70
71 -F : write a form-feed after each graph except the last
72
73 -q : suppress auxiliary output
74
75 -a, -A, -c, -d, -M, -W, -H and -e are incompatible.
76
77
78
79nauty 2.8.8 November 2023 NAUTY-LISTG(1)