src/work/peter/Makefile
author alpar
Fri, 23 Jul 2004 17:13:23 +0000
changeset 737 2d867176d10e
parent 677 af3b5c85a227
child 922 e816fac59f6d
permissions -rw-r--r--
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.
hegyi@690
     1
hier: hierarchygraph.h hierarchygraph_test.cc
hegyi@690
     2
	g++ -Wall -W -I../.. -I../klao -I../../hugo hierarchygraph_test.cc -o test
hegyi@690
     3
hegyi@677
     4
edge: edgepathgraph_test.cc edgepathgraph.h
hegyi@690
     5
	g++ -Wall -W -I../.. -I../klao -I../../hugo edgepathgraph_test.cc -o test
hegyi@677
     6