If you have a working shell, and"make", you can run
./configure
followed by
make
to compile nauty and Traces for your system.
If that succeeds without problem, you will have the
program dreadnaut ready to run.
There are some options that can be specified at the ./configure
step; see the manual.
If you don't have a shell or make, manually edit the files nauty.h,
naututil.h and gtools.h as distributed. The parts between the lines
======= near the start are the main things to look at. After this
manual editing, you can use makefile.basic as a guide to compilation.
Programs which use an older version of nauty need to be
recompiled (** not just relinked **). Make sure they define
the options structure using one of
DEFAULTOPTIONS_GRAPH
DEFAULTOPTIONS_SPARSEGRAPH
DEFAULTOPTIONS_DIGRAPH
DEFAULTOPTIONS_SPARSEDIGRAPH
DEFAULTOPTIONS_TRACES
There is a mailing list for announcements and discussion about
nauty and related topics. You can subscribe at
http://mailman.anu.edu.au/mailman/listinfo/nauty
Also in the package (documentation at the start of each source file).
sumlines.c - This is a program designed to digest the outputs from
multiple runs of a program (such as a computation split into multiple
parts). Lines matching given patterns can be counted and checked, and numbers appearing in them can be accumulated. Instructions appear
in the source file. See the option GMP near the head of the program
before trying to compile.
sorttemplates.c - Some carefully tuned generic quicksort procedures.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.