src/work/marci/comparison
author alpar
Fri, 23 Jul 2004 17:13:23 +0000
changeset 737 2d867176d10e
parent 82 4d6a48fc0a2d
permissions -rwxr-xr-x
Several changes in Kruskal alg.
- Input object interface was changed to an STL compatible one.
- template parameters of class KruskalPairVec has been simplified.
- (the most of) the names meet the naming conventions.
- a lot of (but still not enough) documentation has been added.
- class KruskalMapVec has been commented out.
     1 ./preflow_demo_leda < $1
     2 ./preflow_demo_boost < $1
     3 ./preflow_demo_jacint < $1
     4 ./preflow_demo_athos < $1
     5 ./edmonds_karp_demo < $1
     6 ./edmonds_karp_demo_alpar < $1
     7 ./edmonds_karp_demo_boost < $1