Man page - nauty-genspecialg(1)
Packages contains this manual
- nauty-biplabg(1)
- nauty-delptg(1)
- nauty-productg(1)
- nauty-dretodot(1)
- nauty-newedgeg(1)
- nauty-listg(1)
- nauty-countg(1)
- nauty-underlyingg(1)
- nauty-ranlabg(1)
- nauty-addptg(1)
- nauty-pickg(1)
- nauty-directg(1)
- nauty-genrang(1)
- nauty-dimacs2g(1)
- nauty-dretog(1)
- nauty-hamheuristic(1)
- nauty-genktreeg(1)
- nauty-labelg(1)
- nauty-assembleg(1)
- nauty-gentourng(1)
- nauty-amtog(1)
- nauty-genquarticg(1)
- nauty-subdivideg(1)
- nauty-multig(1)
- dreadnaut(1)
- nauty-addedgeg(1)
- nauty-converseg(1)
- nauty-copyg(1)
- nauty-nbrhoodg(1)
- nauty-complg(1)
- nauty-uniqg(1)
- nauty-deledgeg(1)
- nauty-ancestorg(1)
- nauty-linegraphg(1)
- nauty-vcolg(1)
- nauty-sumlines(1)
- nauty-genposetg(1)
- nauty-catg(1)
- nauty-genspecialg(1)
- nauty-genbg(1)
- nauty-shortg(1)
- nauty-cubhamg(1)
- nauty-geng(1)
- nauty-edgetransg(1)
- nauty-watercluster2(1)
- nauty-checks6(1)
- nauty-countneg(1)
- nauty-showg(1)
- nauty-gentreeg(1)
- nauty-bliss2dre(1)
- nauty-twohamg(1)
- nauty-planarg(1)
- nauty-ransubg(1)
apt-get install nauty
Manual
NAUTY-GENSPECIALG
NAMESYNOPSIS
DESCRIPTION
OPTIONS
General Options:
Special Options:
NAME
nauty-genspecialg - generate special graphs
SYNOPSIS
genspecialg [ -s|-g|-z|-d|-v ] [ -q ] [ graph options ]... [ outfile ]
DESCRIPTION
Generate special graphs.
OPTIONS
General Options:
|
-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 |
Special Options:
If defined, the digraph version is shown in parentheses; # size parameter called n in the descriptions.
|
-p # |
: path (directed path) on n vertices |
|||
|
-c # |
: cycle (directed cycle) on n vertices |
|||
|
-e # |
: empty graph (digraph with loops only) on n vertices |
|||
|
-k # |
: complete graph (with loops) on n vertices |
|||
|
-b |
#,#[,#] : complete bipartite graph (directed l->r) on n vertices
minus a matching of given size if present
|
-m #,#... : multipartite graph |
||
|
-a # |
: antiprism (directed antiprism) on 2n
|
-l # |
: moebius ladder (directed cycle, undirected rungs) with # vertices |
|
|
-D #,# : |
de Bruijn graph (digraph). D(m,t) has order mĖt
|
-w # |
|||
|
: wheel with # spokes (directed out from hub) |
|||
|
-f # |
: flower snark on 4n vertices |
||
|
-L # |
: triangular graph, the linegraph of K_n |
||
|
-P #,# : |
generalized Petersen graph; usual one is -P5 ,2
-Q # -Q #,#
: hypercube on 2Ėn vertices. Q(n,t) has vertices {0,1}Ėn and edges for hamming distance t. t=1 is default.
|
-A # |
: connected antiregular graph on n vertices |
||
|
-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 |
of an n-set whose intersection is t. Default for t is 0.
|
-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 |
||
|
-Y # |
: Paley graph or digraph, depending on size. Nondeterministic.
|
-X # : produce a named graph, # can be an index or a partial name. |
Use genspecialg --Xhelp for a list.
Any number of graphs can be generated at once.