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 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/work -I$(top_srcdir)/src/work/marci
3 noinst_PROGRAMS = graph-bench hcube
5 graph_bench_SOURCES = graph-bench.cc bench_tools.h
7 hcube_SOURCES = hcube.cc bench_tools.h