scripts/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Thu, 12 Nov 2009 23:30:45 +0100
changeset 809 22bb98ca0101
permissions -rw-r--r--
Entirely rework CostScaling (#180)

- Use the new interface similarly to NetworkSimplex.
- Rework the implementation using an efficient internal structure
for handling the residual network. This improvement made the
code much faster.
- Handle GEQ supply type (LEQ is not supported).
- Handle infinite upper bounds.
- Handle negative costs (for arcs of finite upper bound).
- Traits class + named parameter for the LargeCost type used in
internal computations.
- Extend the documentation.
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