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-complg - complement graphs

Description

              Take the complements of a file of graphs.

              The  output file has a header if and only if the input file does.  The output format is defined by
              the header or first graph.

       -r     Only complement if the complement has fewer directed edges.

       -R     Only complement if the complement has fewer directed edges or has  the  same  number  of  directed
              edges and is canonically less than the original.

       -a     Also output the input graph (before the complement).

       -L     Complement the loops too. By default, preserve them.

       -l     Canonically label outputs.

       -q     Suppress auxiliary information.

nauty 2.8.9                                      September 2024                                  NAUTY-COMPLG(1)

Name

       nauty-complg - complement graphs

Synopsis

complg [-lq] [-a] [-L] [-r|-R] [infile [outfile]]

See Also