NAUTY-GENSPECIALG(1) | Nauty Manual | NAUTY-GENSPECIALG(1) |
nauty-genspecialg - generate special graphs
genspecialg [-s|-g|-z|-d|-v] [-q] [graph options]... [outfile]
-s : Write in sparse6 format (default)
-g : Write in graph6 format
-z : Make digraph versions and write in digraph6 format
-d : Write in dreadnaut format (can be used with -z)
-v : For each graph, report the size to stderr
-q : Suppress summary
-b#,#[,#] : complete bipartite graph (directed l->r) on n vertices
-m#,#... : multipartite graph
-D#,# : de Bruijn graph (digraph). D(m,t) has order m^t
-P#,# : generalized Petersen graph; usual one is -P5,2
-J#,# : Johnson graph J(n,k), args are n and k
-K#,# -K#,#,# : Generalized Kneser graph. K(n,k,t) is graph of k-subsets
-C#[,#] : circulant (di)graph; first arg is the number of vertices
-T#[,#] : theta (di)graph Theta(#,#,...), give path lengths
-G#[,#] : (directed) grid, use negative values for open directions
-X# : produce a named graph, # can be an index or a partial name.
April 2024 | nauty 2.8.8 |