scripts/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 19 Feb 2010 14:08:32 +0100
changeset 844 a6eb9698c321
permissions -rw-r--r--
Support tolerance technique for BellmanFord (#51)

A new operation traits class BellmanFordToleranceOperationTraits
is introduced, which uses the tolerance technique in its less()
function. This class can be used with the SetOperationTraits
named template parameter.
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