# # ChangeLog for lemon/Makefile.am in lemon-0.x # # Generated by Trac 1.2.3 # 03/28/24 22:58:07 Fri, 07 Apr 2006 09:51:23 GMT Balazs Dezso [2040:c7bd55c0d820] * lemon/Makefile.am (modified) * lemon/bipartite_matching.h (added) * lemon/bpugraph_adaptor.h (modified) * test/Makefile.am (modified) * test/bipartite_matching_test.cc (added) Bipartite Graph Max Cardinality Matching (Hopcroft-Karp) Test for it ... Tue, 04 Apr 2006 17:45:35 GMT Balazs Dezso [2038:33db14058543] * demo/coloring.cc (modified) * lemon/Makefile.am (modified) * lemon/bucket_heap.h (added) * lemon/linear_heap.h (deleted) * lemon/min_cut.h (modified) * lemon/topology.h (modified) * test/heap_test.cc (modified) LinearHeap is renamed to BucketHeap which is more conform and widely ... Mon, 03 Apr 2006 19:47:37 GMT Balazs Dezso [2035:e92071fadd3f] * lemon/Makefile.am (modified) * lemon/bits/mingw32_rand.cc (added) * lemon/bits/mingw32_rand.h (added) * lemon/bits/mingw32_time.cc (added) * lemon/bits/mingw32_time.h (modified) * lemon/simann.h (modified) More mingw compatibility Implementation of the drand48 functions Mon, 03 Apr 2006 16:34:23 GMT Balazs Dezso [2034:b71f8ff62046] * lemon/Makefile.am (modified) * lemon/edmonds_karp.h (added) * lemon/graph_adaptor.h (modified) Edmonds-Karp MaxFlow ResGraphAdaptor with Tolerance Mon, 03 Apr 2006 09:45:23 GMT Balazs Dezso [2031:080d51024ac5] * lemon/Makefile.am (modified) * lemon/bits/array_map.h (modified) * lemon/bits/base_extender.h (modified) * lemon/bits/default_map.h (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/bits/graph_adaptor_extender.h (modified) * lemon/bits/graph_extender.h (modified) * lemon/bits/map_extender.h (modified) * lemon/bits/vector_map.h (modified) * lemon/bpugraph_adaptor.h (added) * lemon/edge_set.h (modified) * lemon/full_graph.h (modified) * lemon/graph_adaptor.h (modified) * lemon/graph_utils.h (modified) * lemon/iterable_maps.h (modified) * lemon/list_graph.h (modified) * lemon/smart_graph.h (modified) * lemon/ugraph_adaptor.h (modified) Correcting the structure of the graph's and adaptor's map. The ... Mon, 27 Mar 2006 08:12:01 GMT Balazs Dezso [2017:6064fd33807c] * lemon/Makefile.am (modified) * lemon/min_cost_arborescence.h (added) Minimum Cost Arborescence algorithm Mon, 06 Mar 2006 10:28:37 GMT Balazs Dezso [1999:2ff283124dfc] * lemon/Makefile.am (modified) * lemon/bits/alteration_notifier.h (modified) * lemon/bits/array_map.h (modified) * lemon/bits/base_extender.h (added) * lemon/bits/default_map.h (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/bits/graph_extender.h (modified) * lemon/bits/map_extender.h (modified) * lemon/bits/static_map.h (deleted) * lemon/bits/vector_map.h (modified) * lemon/concept/graph_component.h (modified) * lemon/dag_shortest_path.h (modified) * lemon/edge_set.h (modified) * lemon/full_graph.h (modified) * lemon/graph_adaptor.h (modified) * lemon/graph_utils.h (modified) * lemon/grid_ugraph.h (modified) * lemon/list_graph.h (modified) * lemon/matrix_maps.h (modified) * lemon/smart_graph.h (modified) * lemon/xy.h (modified) Clarifing alteration observing system It is directly connected now ... Wed, 01 Mar 2006 13:19:28 GMT Balazs Dezso [1993:2115143eceea] * lemon/Makefile.am (modified) * lemon/base.cc (modified) * lemon/bellman_ford.h (modified) * lemon/bfs.h (modified) * lemon/bits/graph_extender.h (modified) * lemon/bits/invalid.h (added) * lemon/bits/map_extender.h (modified) * lemon/bits/static_map.h (modified) * lemon/bits/traits.h (added) * lemon/bits/utility.h (added) * lemon/bits/vector_map.h (modified) * lemon/color.h (modified) * lemon/concept/bpugraph.h (modified) * lemon/concept/graph.h (modified) * lemon/concept/graph_component.h (modified) * lemon/concept/heap.h (modified) * lemon/concept/maps.h (modified) * lemon/concept/matrix_maps.h (modified) * lemon/concept/path.h (modified) * lemon/concept/ugraph.h (modified) * lemon/dag_shortest_path.h (modified) * lemon/dfs.h (modified) * lemon/dijkstra.h (modified) * lemon/dimacs.h (modified) * lemon/euler.h (modified) * lemon/floyd_warshall.h (modified) * lemon/fredman_tarjan.h (modified) * lemon/full_graph.h (modified) * lemon/graph_adaptor.h (modified) * lemon/graph_to_eps.h (modified) * lemon/graph_utils.h (modified) * lemon/grid_ugraph.h (modified) * lemon/hypercube_graph.h (modified) * lemon/invalid.h (deleted) * lemon/iterable_maps.h (modified) * lemon/johnson.h (modified) * lemon/kruskal.h (modified) * lemon/lemon_reader.h (modified) * lemon/lemon_writer.h (modified) * lemon/lp_base.h (modified) * lemon/map_iterator.h (modified) * lemon/maps.h (modified) * lemon/matrix_maps.h (modified) * lemon/max_matching.h (modified) * lemon/min_cut.h (modified) * lemon/path.h (modified) * lemon/preflow.h (modified) * lemon/prim.h (modified) * lemon/smart_graph.h (modified) * lemon/traits.h (deleted) * lemon/ugraph_adaptor.h (modified) * lemon/unionfind.h (modified) * lemon/utility.h (deleted) * lemon/xy.h (modified) * test/max_matching_test.cc (modified) * test/test_tools.h (modified) utility, invalid and traits moved to bits Wed, 22 Feb 2006 18:26:56 GMT Balazs Dezso [1979:c2992fd74dad] * demo/Makefile.am (modified) * demo/grid_graph_demo.cc (deleted) * demo/grid_graph_demo.in (deleted) * demo/grid_ugraph_demo.cc (added) * demo/grid_ugraph_demo.in (added) * lemon/Makefile.am (modified) * lemon/bits/alteration_notifier.h (modified) * lemon/bits/clearable_graph_extender.h (deleted) * lemon/bits/default_map.h (modified) * lemon/bits/edge_set_extender.h (added) * lemon/bits/erasable_graph_extender.h (deleted) * lemon/bits/extendable_graph_extender.h (deleted) * lemon/bits/graph_adaptor_extender.h (added) * lemon/bits/graph_extender.h (modified) * lemon/bits/iterable_graph_extender.h (deleted) * lemon/bits/static_map.h (modified) * lemon/concept/bpugraph.h (modified) * lemon/concept/graph.h (modified) * lemon/concept/ugraph.h (modified) * lemon/edge_set.h (modified) * lemon/euler.h (modified) * lemon/fredman_tarjan.h (modified) * lemon/full_graph.h (modified) * lemon/graph_adaptor.h (modified) * lemon/grid_graph.h (deleted) * lemon/grid_ugraph.h (added) * lemon/hypercube_graph.h (modified) * lemon/kruskal.h (modified) * lemon/list_graph.h (modified) * lemon/prim.h (modified) * lemon/radix_sort.h (modified) * lemon/smart_graph.h (modified) * lemon/sub_graph.h (modified) * lemon/topology.h (modified) * lemon/traits.h (modified) * lemon/ugraph_adaptor.h (added) * test/graph_adaptor_test.cc (modified) * test/ugraph_test.cc (modified) Mergeing extendermerge branch Changes: the extender system ... Tue, 21 Feb 2006 12:37:00 GMT Alpar Juttner [1977:8ef02f0c4245] * lemon/Makefile.am (modified) * lemon/refptr.h (added) * test/Makefile.am (modified) * test/refptr_test.cc (added) RefPtr: a reference counted pointer class Mon, 20 Feb 2006 09:40:07 GMT Balazs Dezso [1975:64db671eda28] * lemon/Makefile.am (modified) * lemon/min_cut.h (moved) Second renaming of min cut Minimum => Min Work => Aux Mon, 20 Feb 2006 06:41:12 GMT Alpar Juttner [1971:9a59a6cacfd9] * demo/Makefile.am (modified) * demo/eps_demo.cc (added) * lemon/Makefile.am (modified) * lemon/color.h (added) * lemon/eps.cc (added) * lemon/eps.h (added) * lemon/graph_to_eps.h (modified) - RGB color related stuff is in color.h now - eps.h: A simple class ... Tue, 14 Feb 2006 10:41:16 GMT Balazs Dezso [1968:78e6e2d1fd96] * lemon/Makefile.am (modified) * lemon/minimum_cut.h (moved) Name modification Mon, 13 Feb 2006 09:42:53 GMT Balazs Dezso [1967:5d81ba873b90] * lemon/Makefile.am (modified) * lemon/minimal_cut.h (added) New algorithm: MaxCardinalitySearch MinimalCut // in UGraph Sun, 29 Jan 2006 22:41:55 GMT Akos Ladanyi [1923:e1b0ef823e9e] * lemon/Makefile.am (modified) distribute simann.h too Fri, 27 Jan 2006 08:17:25 GMT Balazs Dezso [1912:d9205a711324] * lemon/Makefile.am (modified) * lemon/dag_shortest_path.h (added) * lemon/fredman_tarjan.h (added) * lemon/prim.h (added) Algorithms by szakall Thu, 26 Jan 2006 16:24:40 GMT Balazs Dezso [1910:f95eea8c34b0] * demo/topology_demo.cc (modified) * lemon/Makefile.am (modified) * lemon/bits/alteration_notifier.h (modified) * lemon/bits/array_map.h (modified) * lemon/bits/clearable_graph_extender.h (modified) * lemon/bits/default_map.h (modified) * lemon/bits/extendable_graph_extender.h (modified) * lemon/bits/graph_extender.h (modified) * lemon/bits/item_reader.h (modified) * lemon/bits/item_writer.h (modified) * lemon/bits/iterable_graph_extender.h (modified) * lemon/bits/map_extender.h (modified) * lemon/bits/static_map.h (modified) * lemon/bits/vector_map.h (modified) * lemon/concept/ugraph.h (modified) * lemon/full_graph.h (modified) * lemon/graph_to_eps.h (modified) * lemon/smart_graph.h (modified) Bipartite => Bp Upper => A Lower => B + some bug fix Thu, 26 Jan 2006 15:42:13 GMT Mihaly Barasz [1909:2d806130e700] * demo/coloring.cc (modified) * demo/coloring.lgf (modified) * demo/partitions.lgf (modified) * demo/topology_demo.cc (modified) * demo/undir_components.lgf (modified) * doc/Makefile.am (modified) * doc/graph_io.dox (modified) * doc/undir_graphs.dox (modified) * lemon/Makefile.am (modified) * lemon/bits/alteration_notifier.h (modified) * lemon/bits/clearable_graph_extender.h (modified) * lemon/bits/default_map.h (modified) * lemon/bits/erasable_graph_extender.h (modified) * lemon/bits/extendable_graph_extender.h (modified) * lemon/bits/graph_extender.h (modified) * lemon/bits/iterable_graph_extender.h (modified) * lemon/bits/static_map.h (modified) * lemon/concept/graph.h (modified) * lemon/concept/graph_component.h (modified) * lemon/concept/ugraph.h (moved) * lemon/edge_set.h (modified) * lemon/euler.h (modified) * lemon/full_graph.h (modified) * lemon/graph_adaptor.h (modified) * lemon/graph_reader.h (modified) * lemon/graph_to_eps.h (modified) * lemon/graph_utils.h (modified) * lemon/graph_writer.h (modified) * lemon/grid_graph.h (modified) * lemon/hypercube_graph.h (modified) * lemon/kruskal.h (modified) * lemon/lemon_reader.h (modified) * lemon/lemon_writer.h (modified) * lemon/list_graph.h (modified) * lemon/max_matching.h (modified) * lemon/path.h (modified) * lemon/smart_graph.h (modified) * lemon/sub_graph.h (modified) * lemon/topology.h (modified) * lemon/traits.h (modified) * test/Makefile.am (modified) * test/graph_adaptor_test.cc (modified) * test/max_matching_test.cc (modified) * test/path_test.cc (modified) * test/test_tools.h (modified) * test/ugraph_test.cc (moved) Undir -> U transition Mon, 19 Dec 2005 14:58:09 GMT Balazs Dezso [1866:c2de2ed28e59] * doc/groups.dox (modified) * lemon/Makefile.am (modified) * lemon/edge_set.h (modified) * lemon/sub_graph.h (added) New file and data structures: sub_graph Moved to new group with the ... Mon, 19 Dec 2005 09:43:13 GMT Balazs Dezso [1864:1788205e36af] * lemon/Makefile.am (modified) * lemon/bellman_ford.h (copied) * lemon/johnson.h (modified) Fixing Bellman's name Mon, 05 Dec 2005 17:03:31 GMT Alpar Juttner [1847:7cbc12e42482] * benchmark/bfs-bench.cc (modified) * benchmark/graph-bench.cc (modified) * benchmark/hcube.cc (modified) * doc/groups.dox (modified) * lemon/Makefile.am (modified) * lemon/counter.h (added) * lemon/simann.h (modified) * lemon/time_measure.h (modified) * test/Makefile.am (modified) * test/counter_test.cc (added) * test/time_measure_test.cc (modified) - Changed and improved Timer interface - several new member ... Thu, 01 Dec 2005 15:08:46 GMT Balazs Dezso [1842:8abf74160dc4] * doc/graph_io.dox (modified) * lemon/Makefile.am (modified) * lemon/bits/alteration_notifier.h (modified) * lemon/bits/clearable_graph_extender.h (modified) * lemon/bits/default_map.h (modified) * lemon/bits/erasable_graph_extender.h (modified) * lemon/bits/extendable_graph_extender.h (modified) * lemon/edge_set.h (added) * lemon/graph_adaptor.h (modified) NewEdgeSetAdaptor -> ListEdgeSet and moved to edge_set.h Tue, 29 Nov 2005 08:40:03 GMT Alpar Juttner [1835:eb6c34c76501] * lemon/Makefile.am (modified) * lemon/base.cc (added) * lemon/preflow.h (modified) * lemon/tolerance.h (added) - tolerance.h added - tolerance handler added to preflow (but not ... Mon, 28 Nov 2005 11:14:01 GMT Balazs Dezso [1833:6d107b0b6b46] * benchmark/Makefile.am (modified) * benchmark/radix_sort-bench.cc (added) * lemon/Makefile.am (modified) * lemon/radix_sort.h (added) * test/Makefile.am (modified) * test/radix_sort_test.cc (added) Radix sort algorithm Mon, 21 Nov 2005 18:12:11 GMT Balazs Dezso [1824:3a15b39a7c78] * lemon/Makefile.am (modified) * lemon/bits/extended_pair.h (deleted) Erasing old header Correcting makefile Fri, 18 Nov 2005 11:10:53 GMT Alpar Juttner [1815:611fa45a5ca9] * lemon/Makefile.am (modified) Bugfix Thu, 17 Nov 2005 10:14:55 GMT Alpar Juttner [1811:597ce92fae73] * lemon/Makefile.am (modified) * lemon/graph_utils.h (modified) * lemon/time_measure.h (modified) Several bugfices. Tue, 15 Nov 2005 20:50:21 GMT Mihaly Barasz [1795:ed3c253b9c29] * lemon/Makefile.am (modified) * test/undir_graph_test.cc (modified) bugfix in undir_graph_extender -> graph_extender transition Fri, 14 Oct 2005 10:58:54 GMT Balazs Dezso [1724:b20777184ba8] * lemon/Makefile.am (modified) * lemon/linear_heap.h (added) Heap not for the dijkstra It will be used in the minCut algorithm Wed, 05 Oct 2005 13:21:41 GMT Balazs Dezso [1707:39496e5482af] * lemon/Makefile.am (modified) Changing makefile Mon, 03 Oct 2005 10:21:27 GMT Balazs Dezso [1700:30fe294ac801] * lemon/Makefile.am (modified) Extend Makefile Fri, 30 Sep 2005 13:15:28 GMT Balazs Dezso [1693:269f0cbfbcc8] * demo/grid_graph_demo.cc (modified) * lemon/Makefile.am (modified) * lemon/grid_graph.h (modified) * lemon/hypercube_graph.h (added) Improving GridGraph and HyperCubeGraph Mon, 12 Sep 2005 05:31:55 GMT Alpar Juttner [1677:a9f923a4d998] * lemon/Makefile.am (modified) * lemon/iterable_maps.h (added) iterable_maps.h header hes been added. Up to now it contains an ... Tue, 16 Aug 2005 16:42:04 GMT Alpar Juttner [1629:a245eff568a6] * lemon/Makefile.am (modified) lp.h added Thu, 11 Aug 2005 14:35:22 GMT Balazs Dezso [1625:6f7162316c07] * lemon/Makefile.am (modified) Fix Makefile.am Thu, 11 Aug 2005 13:15:03 GMT Balazs Dezso [1621:574f8a3f0971] * lemon/Makefile.am (modified) * lemon/concept/sym_graph.h (deleted) Sym graph removed Mon, 18 Jul 2005 15:09:37 GMT Balazs Dezso [1567:3ea28f39218b] * lemon/Makefile.am (modified) * lemon/matrix_graph.h (added) New undirected graph type Represent a two dimensional undirected grid Tue, 14 Jun 2005 19:19:59 GMT Alpar Juttner [1488:92755f9a4e2a] * lemon/Makefile.am (modified) Concept checking classes must also be installed Mon, 23 May 2005 04:48:14 GMT Akos Ladanyi [1435:8e85e6bbefdf] * Makefile.am (modified) * benchmark/Makefile.am (moved) * benchmark/bench_tools.h (moved) * benchmark/benchmark (moved) * benchmark/bfs-bench.cc (moved) * benchmark/graph-bench.cc (moved) * benchmark/hcube.cc (moved) * configure.ac (modified) * demo/Makefile.am (moved) * demo/coloring.cc (moved) * demo/dijkstra_demo.cc (moved) * demo/dim_to_dot.cc (moved) * demo/dim_to_lgf.cc (moved) * demo/graph_to_eps_demo.cc (moved) * demo/helloworld.cc (moved) * demo/kruskal_demo.cc (moved) * demo/lp_demo.cc (moved) * demo/lp_maxflow_demo.cc (moved) * demo/min_route.cc (moved) * demo/route.lgf (moved) * demo/sub_graph_adaptor_demo.cc (moved) * demo/sub_graph_adaptor_demo.dim (moved) * demo/tight_edge_filter_map.h (moved) * doc/Doxyfile.in (modified) * doc/template.h (modified) * gui/Makefile.am (moved) * gui/all_include.h (moved) * gui/graph-displayer.cc (moved) * gui/graph_displayer_canvas.cc (moved) * gui/graph_displayer_canvas.h (moved) * gui/graphocska.lgf (moved) * gui/main_win.cc (moved) * gui/main_win.h (moved) * gui/map_win.cc (moved) * gui/map_win.h (moved) * gui/mapstorage.cc (moved) * gui/mapstorage.h (moved) * gui/xml.h (moved) * lemon/Makefile.am (moved) * lemon/attic/debug.h (moved) * lemon/bezier.h (moved) * lemon/bfs.h (moved) * lemon/bin_heap.h (moved) * lemon/bits/alteration_notifier.h (moved) * lemon/bits/array_map.h (moved) * lemon/bits/clearable_graph_extender.h (moved) * lemon/bits/default_map.h (moved) * lemon/bits/erasable_graph_extender.h (moved) * lemon/bits/extendable_graph_extender.h (moved) * lemon/bits/extended_pair.h (moved) * lemon/bits/item_reader.h (moved) * lemon/bits/item_writer.h (moved) * lemon/bits/iterable_graph_extender.h (moved) * lemon/bits/map_iterator.h (moved) * lemon/bits/undir_graph_extender.h (moved) * lemon/bits/vector_map.h (moved) * lemon/concept/graph.h (moved) * lemon/concept/graph_component.h (moved) * lemon/concept/heap.h (moved) * lemon/concept/maps.h (moved) * lemon/concept/path.h (moved) * lemon/concept/sym_graph.h (moved) * lemon/concept/undir_graph.h (moved) * lemon/concept_check.h (moved) * lemon/config.h.in (moved) * lemon/dfs.h (moved) * lemon/dijkstra.h (moved) * lemon/dimacs.h (moved) * lemon/error.h (moved) * lemon/fib_heap.h (moved) * lemon/full_graph.h (moved) * lemon/graph_adaptor.h (moved) * lemon/graph_reader.h (moved) * lemon/graph_to_eps.h (moved) * lemon/graph_utils.h (moved) * lemon/graph_writer.h (moved) * lemon/invalid.h (moved) * lemon/kruskal.h (moved) * lemon/lemon.pc.in (moved) * lemon/lemon_reader.h (moved) * lemon/lemon_writer.h (moved) * lemon/list_graph.h (moved) * lemon/lp_base.cc (moved) * lemon/lp_base.h (moved) * lemon/lp_cplex.cc (moved) * lemon/lp_cplex.h (moved) * lemon/lp_glpk.cc (moved) * lemon/lp_glpk.h (moved) * lemon/lp_skeleton.cc (moved) * lemon/lp_skeleton.h (moved) * lemon/maps.h (moved) * lemon/max_matching.h (moved) * lemon/min_cost_flow.h (moved) * lemon/path.h (moved) * lemon/preflow.h (moved) * lemon/radix_heap.h (moved) * lemon/smart_graph.h (moved) * lemon/suurballe.h (moved) * lemon/time_measure.h (moved) * lemon/unionfind.h (moved) * lemon/utility.h (moved) * lemon/xy.h (moved) * src/Makefile.am (deleted) * test/Makefile.am (moved) * test/bfs_test.cc (moved) * test/dfs_test.cc (moved) * test/dijkstra_test.cc (moved) * test/dijkstra_test.lgf (moved) * test/error_test.cc (moved) * test/graph_adaptor_test.cc (moved) * test/graph_factory_test.cc (moved) * test/graph_test.cc (moved) * test/graph_test.h (moved) * test/graph_utils_test.cc (moved) * test/graph_utils_test.h (moved) * test/heap_test.cc (moved) * test/heap_test.h (moved) * test/kruskal_test.cc (moved) * test/lp_test.cc (moved) * test/map_test.h (moved) * test/maps_test.cc (moved) * test/max_matching_test.cc (moved) * test/min_cost_flow_test.cc (moved) * test/path_test.cc (moved) * test/preflow_graph.dim (moved) * test/preflow_test.cc (moved) * test/suurballe_test.cc (moved) * test/sym_graph_test.cc (moved) * test/sym_graph_test.h (moved) * test/test_tools.h (moved) * test/test_tools_fail.cc (moved) * test/test_tools_pass.cc (moved) * test/time_measure_test.cc (moved) * test/undir_graph_test.cc (moved) * test/unionfind_test.cc (moved) * test/xy_test.cc (moved) trunk/src/* move to trunk/