logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nauty-dimacs2g - convert files of graphs in DIMACS format to stdout in sparse6 format

Description

              Read files of graphs in Dimacs format and write them to stdout.

       -d     Use dreadnaut format (default is sparse6)

       -n#:#  Specify a range of n values for output

       -a"string"
              A string to write before each graph.

       -b"string"
              A string to write after each graph.

       -a and -b only operate for dreadnaut output;

              and should be given in separate arguments.

       -c     Don't copy "c" comments from the input.

              Input files with name *.gz are ungzipped.

nauty 2.8.9                                      September 2024                                NAUTY-DIMACS2G(1)

Name

       nauty-dimacs2g - convert files of graphs in DIMACS format to stdout in sparse6 format

Synopsis

dimacs2g [-n#:#] [-a"string"] [-b"string"] [-d] -[c] [infile...]

See Also