1NAUTY-DELPTG(1) Nauty Manual NAUTY-DELPTG(1)
2
3
4
6 nauty-delptg - delete vertices
7
9 delptg [-lq] [-d#|d#:#] [-n#] [infile [outfile]]
10
12 Delete some vertices from a file of graphs.
13
14 The output file has a header if and only if the input file does.
15 No isomorph reduction is done.
16
17 -l Canonically label outputs
18
19 -d# -d#:# Only remove vertices with original degree in the given range
20
21 For digraphs, the out-degree is used.
22
23 -n# The number of vertices to delete (default 1).
24
25 Inputs that are too small are ignored; no empty graphs are out‐
26 put.
27
28 -q Suppress auxiliary information
29
30
31
32nauty 2.6.12 January 2020 NAUTY-DELPTG(1)