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-planarg - test graphs for planarity and find embeddings or obstructions

Description

              For each input, write to output if planar.

              The output file has a header if and only if the input file does.

       -v     Write non-planar graphs instead of planar graphs

       -V     Write report on every input

       -u     Don't write anything, just count

       -p     Write in planar_code if planar (without -p, same format as input)

       -P     Like -p but big-endian (same for <= 255 vertices)

       -k     Follow each non-planar output with an obstruction in sparse6 format (implies -v, incompatible with
              -p)

       -n     Suppress checking of the result

       -q     Suppress auxiliary information

              This program permits multiple edges and loops

nauty 2.8.9                                      September 2024                                 NAUTY-PLANARG(1)

Name

       nauty-planarg - test graphs for planarity and find embeddings or obstructions

Synopsis

planarg [-v] [-nVq] [-p|-u] [infile [outfile]]

See Also