.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. .TH NAUTY-GENSPECIALG "1" "March 2021" "nauty 2.7.1" "Nauty Manual" .SH NAME nauty-genspecialg \- generate special graphs .SH SYNOPSIS .B genspecialg [\fI\,-s|-g|-z|-d|-v\/\fR] [\fI\,-q\/\fR] [\fI\,-p#|-c#|-e#|-k#|-b#,#\/\fR[\fI\,,#\/\fR]\fI\,| -Q#|-f#|-J#,#|-P#,#|C#,#\/\fR...\fI\,|G#,#\/\fR...\fI\,|T#,#\/\fR...]\fI\,* \/\fR[\fI\,outfile\/\fR] .SH DESCRIPTION .IP Generate special graphs. .SH OPTIONS .SS "General Options:" .HP \fB\-s\fR : Write in sparse6 format (default) .HP \fB\-g\fR : Write in graph6 format .HP \fB\-z\fR : Make digraph versions and write in digraph6 format .HP \fB\-d\fR : Write in dreadnaut format (can be used with \fB\-z\fR) .HP \fB\-v\fR : For each graph, report the size to stderr .HP \fB\-q\fR : Suppress summary .SS "Special Options:" .IP If defined, the digraph version is shown in parentheses; # size parameter called n in the descriptions. .TP \fB\-p\fR# : path (directed path) on n vertices. .TP \fB\-c\fR# : cycle (directed cycle) on n vertices. .TP \fB\-e\fR# : empty graph (digraph with loops only) on n vertices. .TP \fB\-k\fR# : complete graph (with loops) on n vertices .HP \fB\-b\fR#,#[,#] : complete bipartite graph (directed l\->r) on n vertices .IP minus a matching of given size if present .TP \fB\-f\fR# : flower snark on 4*# vertices .HP \fB\-P\fR#,# : generalized Petersen graph; usual one is \fB\-P5\fR,2 .TP \fB\-Q\fR# : hypercube on 2^n vertices and degree n. .HP \fB\-J\fR#,# : Johnson graph J(n,k), args are n and k. .HP \fB\-C\fR#[,#] : circulant (di)graph. .HP \fB\-T\fR#[,#] : theta (di)graph Theta(#,#,...), give path lengths. .HP \fB\-G\fR#[,#] : (directed) grid, use negative values for open directions .IP Any number of graphs can be generated at once.