src/hugo/Makefile.am
author alpar
Fri, 23 Jul 2004 17:13:23 +0000
changeset 737 2d867176d10e
parent 596 c43e7d0f075b
child 774 4297098d9677
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.
ladanyi@542
     1
pkginclude_HEADERS =							\
ladanyi@542
     2
	bin_heap.h							\
ladanyi@542
     3
	dijkstra.h							\
ladanyi@542
     4
	dimacs.h							\
ladanyi@542
     5
	error.h								\
ladanyi@542
     6
	fib_heap.h							\
ladanyi@596
     7
	full_graph.h							\
ladanyi@596
     8
	graph_wrapper.h							\
ladanyi@542
     9
	invalid.h							\
alpar@578
    10
	list_graph.h							\
ladanyi@542
    11
	maps.h								\
alpar@731
    12
	max_flow.h                                                      \
ladanyi@542
    13
	smart_graph.h							\
ladanyi@542
    14
	time_measure.h							\
ladanyi@542
    15
	unionfind.h							\
ladanyi@596
    16
	xy.h
ladanyi@596
    17
ladanyi@563
    18
noinst_HEADERS =							\
ladanyi@563
    19
	skeletons/graph.h						\
ladanyi@563
    20
	skeletons/maps.h