src/hugo/Makefile.am
author marci
Thu, 06 May 2004 17:45:12 +0000
changeset 559 82a8f2bc5758
child 563 9732e5fa423c
permissions -rw-r--r--
A max bipartite matching class in src/work/marci/max_bipartite_matching.h
which can be used for computing maximum cardinality ordinary matching, b-matching and capacitated b-matching.
     1 pkginclude_HEADERS =							\
     2 	bin_heap.h							\
     3 	dijkstra.h							\
     4 	dimacs.h							\
     5 	error.h								\
     6 	fib_heap.h							\
     7 	invalid.h							\
     8 	maps.h								\
     9 	smart_graph.h							\
    10 	time_measure.h							\
    11 	unionfind.h							\
    12 	xy.h