# # ChangeLog for test/Makefile.am in lemon # # Generated by Trac 1.2.3 # 05/18/24 10:45:28 Mon, 13 Oct 2008 12:00:11 GMT Balazs Dezso [339:91d63b8b1a4c] * lemon/max_matching.h (modified) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/max_matching_test.cc (modified) * test/max_weighted_matching_test.cc (deleted) Several improvements in maximum matching algorithms - The interface ... Mon, 13 Oct 2008 11:56:00 GMT Balazs Dezso [338:64ad48007fb2] * lemon/Makefile.am (modified) * lemon/max_matching.h (added) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/max_matching_test.cc (added) * test/max_weighted_matching_test.cc (added) Port maximum matching algorithms from svn 3498 (ticket #48) Mon, 21 Jul 2008 14:30:28 GMT Balazs Dezso [228:b6732e0d38c5] * test/Makefile.am (modified) * test/bfs_test.cc (modified) * test/dfs_test.cc (modified) * test/digraph_test.cc (modified) * test/dijkstra_test.cc (modified) * test/graph_maps_test.h (deleted) * test/graph_test.cc (modified) * test/graph_test.h (modified) Reworking graph testing - The graph tests check more graph ...