
Hamiltonian Cycle Program

Copyright (c) 1998 Basil Vandegriend and Joseph Culberson. 
All rights reserved.
Please see "conditions.txt" for conditions of use
-------------------------

README FILE
Last updated: Jan 21, 1998


List of Files		Description
-------------   	-------------
README.txt		this document
manual.txt		the manual
conditions.txt		conditions of use
sampleopt.opt		example option file
sampletest.test 	example test file
Makefile		the makefile

backtrack.c		program source code
backtrack.h
graphdata.c
graphdata.h
graphgen.c
graphgen.h
hamcycle.c
hamcycle.h
heuristic.c
heuristic.h
main.c
main.h
options.c
options.h
stats.c
stats.h
tester.c
tester.h

getopt.h - NOTE: we include the GNU version of this library header
	because we found on our SUN libraries it was missing.


