src/lemon/Makefile.am
author alpar
Tue, 11 Jan 2005 09:15:25 +0000
changeset 1073 bedab8bd915f
parent 1039 bd01c5a3f989
child 1109 5222b3d588c3
permissions -rw-r--r--
graph_to_eps mission accomplished.
- lemon/graph_to_eps.h header created
- lemon/bezier.h: Tools to compute with bezier curves (unclean and undocumented
interface, used internally by graph_to_eps.h)
- demo/graph_to_eps_demo.cc: a simple demo for lemon/graph_to_eps.h
     1 pkginclude_HEADERS =							\
     2 	map_defines.h							\
     3 	array_map.h                                                     \
     4 	bezier.h                                                        \
     5 	bfs.h                                                           \
     6 	dfs.h                                                           \
     7 	bin_heap.h							\
     8 	default_map.h							\
     9 	dijkstra.h							\
    10 	dimacs.h							\
    11 	fib_heap.h							\
    12 	full_graph.h							\
    13 	graph_wrapper.h							\
    14 	graph_utils.h							\
    15 	graph_to_eps.h                                                  \
    16 	invalid.h							\
    17 	kruskal.h							\
    18 	list_graph.h							\
    19 	alteration_notifier.h                                  \
    20 	maps.h								\
    21 	min_cost_flow.h                                                 \
    22 	suurballe.h                                                     \
    23 	preflow.h                                                       \
    24 	path.h                                                          \
    25 	smart_graph.h							\
    26 	time_measure.h							\
    27 	unionfind.h							\
    28 	vector_map.h                                                    \
    29 	xy.h								\
    30 	concept_check.h							\
    31 	utility.h							\
    32 	iterable_graph_extender.h					\
    33 	extendable_graph_extender.h					\
    34 	clearable_graph_extender.h					\
    35 	erasable_graph_extender.h					\
    36 	undir_graph_extender.h
    37 
    38 noinst_HEADERS =							\
    39 	concept/graph.h							\
    40 	concept/graph_component.h					\
    41 	concept/undir_graph.h						\
    42 	concept/sym_graph.h						\
    43 	concept/maps.h							\
    44 	concept/path.h