scripts/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Sat, 08 Jan 2011 22:51:16 +0100
changeset 1033 9a51db038228
permissions -rw-r--r--
Document and greatly improve TSP algorithms (#386)

- Add LEMON headers.
- Add Doxygen doc for all classes and their members.
- Clarify and unify the public API of the algorithms.
- Various small improvements in the implementations to make
them clearer and faster.
- Avoid using adaptors in ChristofidesTsp.
ladanyi@793
     1
EXTRA_DIST += \
ladanyi@793
     2
	scripts/bib2dox.py \
ladanyi@793
     3
	scripts/bootstrap.sh \
ladanyi@793
     4
	scripts/chg-len.py \
ladanyi@793
     5
	scripts/mk-release.sh \
ladanyi@793
     6
	scripts/unify-sources.sh \
ladanyi@793
     7
	scripts/valgrind-wrapper.sh