src/hugo/Makefile.am
author alpar
Tue, 07 Sep 2004 10:35:31 +0000
changeset 813 65144c52969c
parent 795 cfa6c2ea48e5
child 816 a39579c35dd7
permissions -rw-r--r--
- maxEdgeId() and maxNodeId() now works as their names suggest.
- maxEdgeId(), maxNodeId(), nodeNum() and edgeNum() are documented.
     1 pkginclude_HEADERS =							\
     2 	array_map_factory.h                                             \
     3 	bfs.h                                                           \
     4 	dfs.h                                                           \
     5 	bin_heap.h							\
     6 	dijkstra.h							\
     7 	dimacs.h							\
     8 	error.h								\
     9 	extended_pair.h                                                 \
    10 	fib_heap.h							\
    11 	full_graph.h							\
    12 	graph_wrapper.h							\
    13 	invalid.h							\
    14 	kruskal.h							\
    15 	list_graph.h							\
    16 	map_defines.h                                                   \
    17 	map_registry.h                                                  \
    18 	maps.h								\
    19 	max_flow.h                                                      \
    20 	mincostflows.h                                                  \
    21 	minlengthpaths.h                                                \
    22 	smart_graph.h							\
    23 	sym_map_factory.h                                               \
    24 	time_measure.h							\
    25 	unionfind.h							\
    26 	vector_map_factory.h                                            \
    27 	xy.h
    28 
    29 noinst_HEADERS =							\
    30 	skeletons/graph.h						\
    31 	skeletons/maps.h