# # ChangeLog for demo in lemon-0.x # # Generated by Trac 1.2.3 # 03/29/24 11:35:01 Fri, 07 Oct 2005 11:05:08 GMT Alpar Juttner [1715:e71778873dd0] * demo/dijkstra_demo.cc (modified) * doc/dirs.dox (modified) * doc/graph_orientation.dox (modified) Doc improvments 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 Fri, 16 Sep 2005 09:18:28 GMT Alpar Juttner [1687:7dc3abbb7636] * demo/graph_orientation.cc (modified) * demo/graph_orientation.lgf (added) - silly mistake fixed - output is graph_orientation.eps - sample ... Tue, 13 Sep 2005 12:41:02 GMT Balazs Dezso [1683:13648409b596] * demo/coloring.cc (modified) * demo/coloring.lgf (added) Input file for coloring. Mon, 12 Sep 2005 11:24:54 GMT Balazs Dezso [1681:84e43c7ca1e3] * demo/grid_graph_demo.cc (modified) * demo/grid_graph_demo.in (added) * lemon/graph_adaptor.h (modified) SubGraphAdaptors with edge checking functionality. Improved ... Mon, 12 Sep 2005 09:19:52 GMT Balazs Dezso [1680:4f8b9cee576b] * demo/Makefile.am (modified) * demo/grid_graph_demo.cc (added) * lemon/grid_graph.h (modified) * test/undir_graph_test.cc (modified) Fixing and improving GridGraph Mon, 12 Sep 2005 05:35:36 GMT Alpar Juttner [1678:b7b7125a5fe8] * demo/Makefile.am (modified) * demo/graph_orientation.cc (added) * doc/graph_orientation.dox (added) graph_orientation.cc: A thoroughly documented demo application. Wed, 17 Aug 2005 22:07:35 GMT Alpar Juttner [1641:77f6ab7ad66f] * demo/dijkstra_demo.cc (modified) * demo/dim_to_lgf.cc (modified) * demo/graph_to_eps_demo.cc (modified) * demo/hello_lemon.cc (modified) * demo/kruskal_demo.cc (modified) * demo/lp_demo.cc (modified) * demo/lp_maxflow_demo.cc (modified) * demo/reader_writer_demo.cc (modified) * demo/sub_graph_adaptor_demo.cc (modified) * lemon/smart_graph.h (modified) Demos' documentations include the source. Wed, 17 Aug 2005 21:52:50 GMT Alpar Juttner [1640:9c7834ac5e64] * demo/reader_writer_demo.cc (modified) * doc/getstart.dox (modified) * doc/quicktour.dox (modified) - Better insertion of sources examples - Superfluous #include ... Wed, 17 Aug 2005 15:26:00 GMT Akos Ladanyi [1636:260ac104190f] * demo/coloring.cc (modified) * demo/descriptor_map_demo.cc (modified) * demo/dijkstra_demo.cc (modified) * demo/dim_to_dot.cc (modified) * demo/hello_lemon.cc (modified) * demo/lp_demo.cc (modified) * demo/min_route.cc (modified) * demo/reader_writer_demo.cc (modified) * demo/sub_graph_adaptor_demo.cc (modified) Added missing copyright headers, and corrected the file names in some ... Tue, 16 Aug 2005 16:44:57 GMT Alpar Juttner [1630:f67737f5727a] * demo/graph_to_eps_demo.cc (modified) * lemon/concept/graph.h (modified) * lemon/concept/undir_graph.h (modified) * lemon/utility.h (modified) Doc changes: - True and False got documented - Graph "developper ... Thu, 11 Aug 2005 15:24:24 GMT Akos Ladanyi [1626:e251336be488] * demo/dim_to_lgf.cc (modified) Added copyright header and description. Mon, 01 Aug 2005 21:16:08 GMT Alpar Juttner [1610:893dacc1866c] * demo/lp_demo.cc (modified) * demo/lp_maxflow_demo.cc (modified) * lemon/lp.h (added) * lemon/lp_base.h (modified) A default LP solver is defined in lp.h Tue, 26 Jul 2005 13:15:13 GMT Alpar Juttner [1587:8f1c317ebeb4] * demo/graph_to_eps_demo.cc (modified) * doc/groups.dox (modified) * lemon/bits/alteration_notifier.h (modified) * lemon/bits/array_map.h (modified) * lemon/bits/default_map.h (modified) * lemon/bits/map_iterator.h (modified) * lemon/bits/vector_map.h (modified) * lemon/max_matching.h (modified) Doc improvements Fri, 22 Jul 2005 16:57:07 GMT zsuzska [1584:cf4bc8d477f4] * demo/kruskal_demo.cc (modified) * doc/quicktour.dox (modified) corrections Fri, 22 Jul 2005 15:15:29 GMT athos [1583:2b329fd595ef] * demo/dijkstra_demo.cc (modified) * demo/hello_lemon.cc (modified) * demo/kruskal_demo.cc (modified) * demo/lp_maxflow_demo.cc (modified) * demo/reader_writer_demo.cc (modified) * demo/sub_graph_adaptor_demo.cc (modified) Documented some more demo programs. Fri, 22 Jul 2005 09:41:20 GMT athos [1580:a9e4208cf4e3] * demo/kruskal_demo.cc (modified) * doc/quicktour.dox (modified) Some changes to kruskal stuff. Wed, 20 Jul 2005 22:36:37 GMT zsuzska [1578:1d3a1bcbc874] * demo/kruskal_demo.cc (modified) * doc/quicktour.dox (modified) kruskal_demo corrected, quicktour filled with kruskal Wed, 20 Jul 2005 16:05:04 GMT athos [1577:15098fb5275c] * demo/coloring.cc (modified) * demo/dim_to_dot.cc (modified) * demo/lp_demo.cc (modified) * demo/lp_maxflow_demo.cc (modified) * demo/sub_gad_input.lgf (added) * demo/sub_graph_adaptor_demo.cc (modified) Documentation (lp_demo,lp_maxflow) and slight changes (rest). Wed, 20 Jul 2005 08:06:32 GMT Alpar Juttner [1573:b76a0af36f44] * demo/graph_to_eps_demo.cc (modified) * lemon/graph_to_eps.h (modified) - graph_to_eps_demo.cc is rightly documented - Fix/improve ... Wed, 20 Jul 2005 08:02:11 GMT Alpar Juttner [1571:68ce4302fb0b] * demo/lp_maxflow_demo.cc (modified) Minor change Fri, 15 Jul 2005 16:12:35 GMT Alpar Juttner [1561:be178ff88711] * demo/lp_maxflow_demo.cc (modified) Wrap long lines Fri, 15 Jul 2005 16:01:55 GMT athos [1560:01707a8a4ca6] * demo/coloring.cc (modified) * demo/lp_maxflow_demo.cc (modified) * demo/sub_graph_adaptor_demo.cc (modified) Some demo programs got some interface. Most progress with ... Wed, 13 Jul 2005 20:02:29 GMT Alpar Juttner [1556:caf0f91e16a7] * demo/descriptor_map_demo.cc (modified) Avoid ambiguity. Wed, 13 Jul 2005 14:17:13 GMT Balazs Dezso [1554:572bc7d0d3e2] * demo/Makefile.am (modified) * demo/descriptor_map_demo.cc (modified) Demo displays information on the screen Added to Makefile.am Wed, 13 Jul 2005 14:05:49 GMT Balazs Dezso [1553:434f9add42cd] * demo/descriptor_map_demo.cc (added) Demo about descriptor map. Mon, 11 Jul 2005 08:54:31 GMT athos [1544:955e8e83f6b1] * demo/sub_graph_adaptor_demo.cc (modified) Typo. Thu, 07 Jul 2005 09:04:39 GMT athos [1541:305ce06287c9] * demo/sample.lgf (modified) * doc/quicktour.dox (modified) Decided not to \include the sample.lgf in the quicktour: so it can be ... Tue, 05 Jul 2005 14:36:10 GMT athos [1540:7d028a73d7f2] * demo/sample.lgf (modified) * doc/graph_io.dox (modified) * lemon/dfs.h (modified) * lemon/graph_reader.h (modified) * lemon/graph_utils.h (modified) * lemon/graph_writer.h (modified) * lemon/lp_glpk.cc (modified) Documented Balazs's stuff. Quite enough of that. Mon, 04 Jul 2005 16:11:33 GMT athos [1534:b86aad11f842] * demo/reader_writer_demo.cc (modified) * doc/quicktour.dox (modified) * lemon/graph_reader.h (modified) * lemon/graph_writer.h (modified) Doc. Mon, 04 Jul 2005 13:08:31 GMT athos [1530:d99c3c84f797] * demo/dijkstra_demo.cc (modified) * demo/hello_lemon.cc (modified) * demo/lp_demo.cc (modified) * demo/reader_writer_demo.cc (modified) * demo/route.lgf (modified) * demo/sample.lgf (modified) * doc/quicktour.dox (modified) Doc. Fri, 01 Jul 2005 16:10:46 GMT athos [1528:1aa71600000c] * demo/Makefile.am (modified) * demo/dijkstra_demo.cc (modified) * demo/reader_writer_demo.cc (added) * demo/sample.lgf (added) * doc/getstart.dox (modified) * doc/quicktour.dox (modified) Graph input-output demo, some documentation. Thu, 30 Jun 2005 16:13:30 GMT athos [1526:8c14aa8f27a2] * demo/Makefile.am (modified) * demo/dijkstra_demo.cc (modified) * demo/hello_lemon.cc (modified) * demo/helloworld.cc (deleted) * doc/graph_io.dox (modified) * doc/quicktour.dox (modified) * lemon/concept/sym_graph.h (modified) * lemon/graph_utils.h (modified) * lemon/graph_writer.h (modified) Mainly doc review. Tue, 28 Jun 2005 13:47:16 GMT athos [1521:5815b382421b] * demo/dijkstra_demo.cc (modified) * doc/quicktour.dox (modified) Some modifications. Mon, 27 Jun 2005 20:44:29 GMT Mihaly Barasz [1520:c2c76e4598f6] * demo/Makefile.am (modified) * demo/hello_lemon.cc (added) * doc/getstart.dox (modified) getstart: hello_lemon.cc moved to a separate file in demo/ Mon, 27 Jun 2005 15:25:33 GMT athos [1518:f8efed98d6a3] * demo/lp_maxflow_demo.cc (modified) Only added comments. Fri, 24 Jun 2005 21:02:47 GMT athos [1513:b2a79aaa6867] * demo/lp_demo.cc (modified) Minor changes Fri, 24 Jun 2005 08:44:54 GMT athos [1511:d6b95a59da26] * demo/helloworld.cc (modified) * doc/getstart.dox (modified) * doc/quicktour.dox (modified) Half-done, but I want to continue from home. 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/