Man page - nauty-listg(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-LISTG
NAMESYNOPSIS
DESCRIPTION
NAME
nauty-listg - display graphs in a variety of forms
SYNOPSIS
listg [ -fp#:#l#o#Ftq ] [ -a|-A|-c|-d|-e|-H|-M|-W|-L|S|-s|-b|-G|-y|-Yxxx ]
DESCRIPTION
[infile [outfile]]
Write graphs in human-readable format.
|
-f |
: assume inputs have same size (only used from a file |
and only if -p is given)
|
-p #, -p #:#, -p #-# : only display one graph or a sequence of |
graphs.
The first graph is number 1. A second number
which is empty or zero means infinity. This option wonβt work for incremental input.
|
-a |
: write as adjacency matrix, not as list of adjacencies |
|||
|
-A |
: same as -a with a space between entries |
|||
|
-l # : |
specify screen width limit (default 78, 0 means no limit)
This is not currently implemented with -a or -A .
|
-o # : specify number of first vertex (default is 0). |
||
|
-d |
: write output to satisfy dreadnaut
|
-c |
: write ascii form with minimal line-breaks |
|||
|
-e |
: write a list of edges, preceded by the order and the |
number of edges
|
-H |
: write in HCP operations research format |
|
|
-M |
: write in Magma format |
|
|
-m |
: write in Mathematica format |
|
|
-W |
: write matrix in Maple format |
|
|
-L |
: (only with -M or -W ) write Laplacian rather than adjacency matrix |
|
|
-S |
: (only with -M or -W ) write signless Laplacian not adjacency matrix |
|
|
-b |
: write in Bliss format |
|
|
-G |
: write in GRAPE format |
|
|
-y |
: write in dot file format |
|
|
-Yxxx : |
extra dotty commands for dot files (arg continues to end of param)
|
-t |
|||
|
: write upper triangle only (affects -a , -A , -d and default) |
|||
|
-s |
: write only the numbers of vertices and edges |
||
|
-F |
: write a form-feed after each graph except the last |
||
|
-q |
: suppress auxiliary output |
||
|
-a , -A , |
-c , -d , -M , -W , -H and -e are incompatible.