scripts/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Sat, 20 Feb 2010 18:39:03 +0100
changeset 910 f3bc4e9b5f3a
permissions -rw-r--r--
New heuristics for MCF algorithms (#340)
and some implementation improvements.

- A useful heuristic is added to NetworkSimplex to make the
initial pivots faster.
- A powerful global update heuristic is added to CostScaling
and the implementation is reworked with various improvements.
- Better relabeling in CostScaling to improve numerical stability
and make the code faster.
- A small improvement is made in CapacityScaling for better
delta computation.
- Add notes to the classes about the usage of vector<char> instead
of vector<bool> for efficiency reasons.
     1 EXTRA_DIST += \
     2 	scripts/bib2dox.py \
     3 	scripts/bootstrap.sh \
     4 	scripts/chg-len.py \
     5 	scripts/mk-release.sh \
     6 	scripts/unify-sources.sh \
     7 	scripts/valgrind-wrapper.sh