NAUTY-GENSPECIALG(1) | Nauty Manual | NAUTY-GENSPECIALG(1) |
nauty-genspecialg - generate special graphs
genspecialg [-s|-g|-z|-d|-v] [-q] [-p#|-c#|-e#|-k#|-b#,#[,#]|-Q#|-f#|-J#,#|-P#,#|C#,#...|G#,#...|T#,#...]* [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
-P#,# : generalized Petersen graph; usual one is -P5,2
-J#,# : Johnson graph J(n,k), args are n and k.
-C#[,#] : circulant (di)graph.
-T#[,#] : theta (di)graph Theta(#,#,...), give path lengths.
-G#[,#] : (directed) grid, use negative values for open directions
January 2023 | nauty 2.8.6 |