# # ChangeLog for lemon in lemon-0.x # # Generated by Trac 1.2.3 # 03/28/24 21:22:24 Thu, 08 Sep 2005 14:35:22 GMT Balazs Dezso [1676:c3e416514759] * lemon/graph_to_eps.h (modified) Bug fix Thu, 08 Sep 2005 14:34:50 GMT Balazs Dezso [1675:fa89ffb27a6d] * lemon/maps.h (modified) * test/map_test.h (modified) * test/maps_test.cc (modified) Redesign of the map adaptors. /smart reference handling only used by ... Thu, 01 Sep 2005 20:35:30 GMT Alpar Juttner [1674:648aa2f33dc8] * lemon/graph_utils.h (modified) Warning added on the usage of InDegMap/OutDegMap Thu, 01 Sep 2005 19:21:35 GMT Alpar Juttner [1673:8919ca9e70f3] * lemon/graph_to_eps.h (modified) negateY() option added. Thu, 01 Sep 2005 12:14:14 GMT Balazs Dezso [1672:85e30ec7c957] * lemon/bits/default_map.h (modified) Bug fix. Default assign operator should be overrided by that calls ... Wed, 31 Aug 2005 13:29:32 GMT Balazs Dezso [1669:66ae78d29f1e] * lemon/bits/array_map.h (modified) * lemon/bits/default_map.h (modified) * lemon/bits/vector_map.h (modified) * lemon/concept/graph_component.h (modified) * lemon/concept/undir_graph.h (modified) * lemon/full_graph.h (modified) * lemon/graph_adaptor.h (modified) * lemon/list_graph.h (modified) * lemon/maps.h (modified) * lemon/smart_graph.h (modified) Template assign operator for graph maps. Some naming and coding ... Tue, 30 Aug 2005 20:50:58 GMT Alpar Juttner [1666:30d7e673781f] * lemon/dfs.h (modified) Set dists in a bit better way. Tue, 30 Aug 2005 14:55:11 GMT Alpar Juttner [1665:fdeb961110ac] * lemon/bfs.h (modified) * lemon/dfs.h (modified) * lemon/dijkstra.h (modified) Functions to query the next node/edge to be processed. Tue, 30 Aug 2005 13:48:40 GMT Alpar Juttner [1664:72f1f24b73c9] * lemon/dfs.h (modified) Bugfix: DFS crashed if the source did not have an outgoing edge. Mon, 29 Aug 2005 18:21:02 GMT Alpar Juttner [1663:f6741cfab647] * lemon/dfs.h (modified) Serious bugfix. Sat, 27 Aug 2005 11:37:05 GMT Alpar Juttner [1660:93792a112fd5] * doc/Doxyfile.in (modified) * lemon/maps.h (modified) - Doc images partly turned on again. Fri, 19 Aug 2005 12:09:21 GMT Alpar Juttner [1644:62548b317e65] * lemon/concept/graph_component.h (modified) Put an end to every gcc-4.0 warning. Thu, 18 Aug 2005 13:33:49 GMT Alpar Juttner [1643:9285f3777553] * gui/all_include.h (modified) * gui/graph_displayer_canvas-edge.cc (modified) * gui/graph_displayer_canvas-event.cc (modified) * gui/graph_displayer_canvas-node.cc (modified) * gui/graph_displayer_canvas.h (modified) * gui/map_win.cc (modified) * gui/mapstorage.cc (modified) * lemon/concept/graph.h (modified) * lemon/concept/path.h (modified) * lemon/concept/undir_graph.h (modified) * lemon/full_graph.h (modified) - The number of gcc-4.0 warnings has significantly decreases. - Some ... Thu, 18 Aug 2005 12:22:44 GMT Alpar Juttner [1642:a2dda876316f] * lemon/graph_to_eps.h (modified) icc need this... ... and she's right. 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. Tue, 16 Aug 2005 20:17:43 GMT Alpar Juttner [1633:4bc163d55528] * lemon/simann.h (added) Move simann.h to trunk/lemon Tue, 16 Aug 2005 19:06:59 GMT Alpar Juttner [1631:e15162d8eca1] * doc/graph_io.dox (modified) * doc/graphs.dox (modified) * doc/license.dox (modified) * lemon/bfs.h (modified) * lemon/concept/graph.h (modified) * lemon/concept/graph_component.h (modified) * lemon/concept/undir_graph.h (modified) * lemon/dfs.h (modified) * lemon/dijkstra.h (modified) * lemon/graph_adaptor.h (modified) * lemon/kruskal.h (modified) * lemon/preflow.h (modified) * lemon/smart_graph.h (modified) Fixed most (but not all) of Doxygen warnings 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 ... Tue, 16 Aug 2005 16:42:04 GMT Alpar Juttner [1629:a245eff568a6] * lemon/Makefile.am (modified) lp.h added Thu, 11 Aug 2005 15:56:21 GMT Balazs Dezso [1628:191264dc6925] * lemon/matrix_graph.h (deleted) Matrix graph renamed -> Grid graph Thu, 11 Aug 2005 15:55:17 GMT Balazs Dezso [1627:3fd1ba6e9872] * lemon/bits/erasable_graph_extender.h (modified) * lemon/bits/extendable_graph_extender.h (modified) * lemon/bits/iterable_graph_extender.h (modified) * lemon/bits/undir_graph_extender.h (modified) * lemon/concept/graph.h (modified) * lemon/concept/graph_component.h (modified) * lemon/concept/undir_graph.h (modified) * lemon/graph_adaptor.h (modified) * lemon/graph_utils.h (modified) * lemon/lemon_reader.h (modified) Some modification on the undirected graph interface. Doc improvments Thu, 11 Aug 2005 14:35:22 GMT Balazs Dezso [1625:6f7162316c07] * lemon/Makefile.am (modified) Fix Makefile.am Thu, 11 Aug 2005 14:31:06 GMT Alpar Juttner [1624:61cc647dac99] * doc/named-param.dox (modified) * lemon/bfs.h (modified) * lemon/concept/graph.h (modified) * lemon/concept/path.h (modified) * lemon/concept/undir_graph.h (modified) Several docfices Thu, 11 Aug 2005 13:20:52 GMT Balazs Dezso [1623:c3defc3590aa] * lemon/grid_graph.h (added) Matrix graph renamed to grid graph Some usefull function and ... Thu, 11 Aug 2005 13:16:39 GMT Balazs Dezso [1622:9c98841eda96] * lemon/concept/graph.h (modified) Ordering in the graph concept. 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 Thu, 11 Aug 2005 13:07:54 GMT Alpar Juttner [1620:09feafe81053] * lemon/concept/graph.h (modified) * lemon/concept/graph_component.h (modified) * lemon/concept/undir_graph.h (modified) Start working on UndirGraph concept clarification and its ... Wed, 03 Aug 2005 19:10:12 GMT Alpar Juttner [1613:cd237f1936f8] * lemon/bits/array_map.h (modified) Bugfix due to Gabor. Mon, 01 Aug 2005 22:28:10 GMT Alpar Juttner [1612:64f983f5a7d5] * lemon/lp_base.h (modified) Spellcheck Mon, 01 Aug 2005 21:24:55 GMT Alpar Juttner [1611:bb51e4a510c5] * lemon/lp.h (modified) We must always have lemon/config.h 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 Thu, 28 Jul 2005 19:05:45 GMT Alpar Juttner [1604:4d037c2b66aa] * lemon/graph_to_eps.h (modified) Edge width and node size autoscaling added. Thu, 28 Jul 2005 19:04:43 GMT Alpar Juttner [1603:5ad84fbadf2b] * lemon/kruskal.h (modified) More docs Tue, 26 Jul 2005 20:14:03 GMT Alpar Juttner [1591:03aa0a6c8dca] * doc/adaptor_references.dox (modified) * lemon/graph_utils.h (modified) * lemon/matrix_graph.h (modified) Spellrecheck Tue, 26 Jul 2005 20:12:36 GMT Alpar Juttner [1590:ba2cb5006358] * doc/adaptor_references.dox (modified) * lemon/graph_utils.h (modified) * lemon/matrix_graph.h (modified) Spellcheck Tue, 26 Jul 2005 14:31:29 GMT Alpar Juttner [1588:b79bcba43661] * gui/xml.h (modified) * lemon/graph_to_eps.h (modified) * lemon/xy.h (modified) * test/xy_test.cc (modified) BoundingBox::operator+=() -> BoundingBox::add() -> 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 Wed, 20 Jul 2005 16:03:41 GMT athos [1576:e5957f8866e6] * lemon/graph_adaptor.h (modified) Typo. Wed, 20 Jul 2005 12:13:36 GMT Alpar Juttner [1575:438bc5defad1] * lemon/graph_to_eps.h (modified) - spellcheck in doc - getR(),getG(),getB() -> red(),green(),blue() ... Wed, 20 Jul 2005 08:33:33 GMT Alpar Juttner [1574:697ed4dd309a] * lemon/graph_to_eps.h (modified) - Doc improvements, spell checks - Obsolete \todo's removed 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:01:16 GMT Alpar Juttner [1570:da93692e6537] * lemon/kruskal.h (modified) docfix 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 Mon, 18 Jul 2005 15:08:18 GMT Balazs Dezso [1566:12a3101cf3ab] * lemon/full_graph.h (modified) UndirFullGraph class Mon, 18 Jul 2005 15:07:28 GMT Balazs Dezso [1565:96244ea562a3] * lemon/graph_utils.h (modified) Improve findEdge interface ConEdgeIt is a high level replacement of ... Mon, 18 Jul 2005 15:05:50 GMT Balazs Dezso [1564:16d316199cf6] * lemon/bits/iterable_graph_extender.h (modified) Solving ambigous function call Mon, 18 Jul 2005 15:03:55 GMT Balazs Dezso [1563:0853ed07a677] * lemon/concept/graph.h (modified) * lemon/concept/graph_component.h (modified) Fix concepts and constraints Thu, 14 Jul 2005 12:23:15 GMT Alpar Juttner [1557:3e8d928e283d] * lemon/kruskal.h (modified) * test/kruskal_test.cc (modified) Each version of Kruskal is called the same ( kruskal(g,in,out) ) ... Wed, 13 Jul 2005 19:49:36 GMT Alpar Juttner [1555:48769ac7ec32] * doc/Doxyfile.in (modified) * lemon/full_graph.h (modified) * lemon/graph_utils.h (modified) * lemon/kruskal.h (modified) * lemon/list_graph.h (modified) * lemon/maps.h (modified) Doc improvement Wed, 13 Jul 2005 13:16:57 GMT Balazs Dezso [1552:5c7f270f8e25] * lemon/graph_utils.h (modified) Swap function for DescriptorMap Tue, 12 Jul 2005 16:17:16 GMT Alpar Juttner [1548:b96c5b7a0e92] * lemon/bezier.h (modified) Bezier classes are made more consistent Tue, 12 Jul 2005 16:16:19 GMT Alpar Juttner [1547:dd57a540ff5f] * lemon/graph_utils.h (modified) * lemon/kruskal.h (modified) * lemon/maps.h (modified) Improve doc Tue, 12 Jul 2005 16:15:37 GMT Alpar Juttner [1546:3fcb8ae9cea1] * lemon/list_graph.h (modified) moveSource() -> changeSource() moveTarget() -> changeTarget() Thu, 07 Jul 2005 15:00:04 GMT athos [1542:0219ee65ffcc] * lemon/lp_base.h (modified) * lemon/lp_cplex.cc (modified) * test/lp_test.cc (modified) Some testing of the LP interface: bugs got fixed. 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 17:51:07 GMT Balazs Dezso [1539:8f589de42c76] * lemon/graph_to_eps.h (modified) May it does not throw Warning with g++-4.0 Mon, 04 Jul 2005 17:22:03 GMT Balazs Dezso [1538:777834118f73] * lemon/graph_adaptor.h (modified) * lemon/graph_utils.h (modified) NewUndirEdgeSetAdaptor class some doc some bug fix Mon, 04 Jul 2005 17:16:05 GMT Alpar Juttner [1537:0d9f1a71be27] * lemon/maps.h (modified) * lemon/smart_graph.h (modified) Some more doxygen command killed. Mon, 04 Jul 2005 16:27:54 GMT Alpar Juttner [1536:308150155bb5] * doc/groups.dox (modified) * doc/license.dox (modified) * doc/named-param.dox (modified) * lemon/bfs.h (modified) * lemon/dfs.h (modified) * lemon/dijkstra.h (modified) * lemon/error.h (modified) * lemon/graph_adaptor.h (modified) * lemon/graph_utils.h (modified) * lemon/lp_base.h (modified) * lemon/maps.h (modified) Kill several doxygen warnings Mon, 04 Jul 2005 16:18:11 GMT Mihaly Barasz [1535:e667cd5c0886] * lemon/bits/item_writer.h (modified) trivial bugfix for deba 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 16:11:00 GMT Balazs Dezso [1533:43c7b3085212] * lemon/bits/item_writer.h (modified) Specialization for string literals. Mon, 04 Jul 2005 13:10:34 GMT Balazs Dezso [1531:a3b20dd847b5] * lemon/graph_utils.h (modified) * lemon/maps.h (modified) New graph copy interface Mon, 04 Jul 2005 07:51:57 GMT Balazs Dezso [1529:c914e7ec2b7b] * lemon/dfs.h (modified) Doc repaired Fri, 01 Jul 2005 10:33:27 GMT athos [1527:7ceab500e1f6] * doc/graph_io.dox (modified) * lemon/concept/sym_graph.h (modified) * lemon/min_cost_flow.h (modified) * lemon/suurballe.h (modified) Doc review+corrections in my own documentation according to the ... 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. Mon, 27 Jun 2005 14:39:53 GMT Alpar Juttner [1516:4aeda8d11d5e] * lemon/bfs.h (modified) * lemon/dfs.h (modified) * lemon/dijkstra.h (modified) processNextXyz() returns the processed object. Mon, 27 Jun 2005 10:49:37 GMT Balazs Dezso [1515:dd7616b51333] * lemon/graph_utils.h (modified) InDegMap and OutDegMap fixed Tue, 21 Jun 2005 15:58:57 GMT athos [1508:389a94a1d9eb] * lemon/lp_base.h (modified) * lemon/lp_cplex.cc (modified) * lemon/lp_skeleton.h (modified) * test/lp_test.cc (modified) cplex test included Mon, 20 Jun 2005 09:08:20 GMT Alpar Juttner [1506:e8f1ad6cc8dd] * lemon/graph_utils.h (modified) Some callbacks are still unimplemented Wed, 15 Jun 2005 10:19:44 GMT Alpar Juttner [1494:ae55ba000ebb] * gui/edit_win.cc (modified) * lemon/concept/graph_component.h (modified) * lemon/concept/heap.h (modified) * lemon/graph_to_eps.h (modified) * lemon/lemon_reader.h (modified) * lemon/lemon_writer.h (modified) * test/max_matching_test.cc (modified) gcc-4.0 compatibility changes coloring.cc still generates warnings. ... Wed, 15 Jun 2005 10:13:08 GMT Alpar Juttner [1493:94535d1833b5] * lemon/lp_base.h (modified) * test/lp_test.cc (modified) Bugfixes related to DualExpr. Wed, 15 Jun 2005 10:10:59 GMT Balazs Dezso [1492:0d58f0301923] * lemon/lemon_reader.h (modified) * lemon/lemon_writer.h (modified) Correcting concept checks. Tue, 14 Jun 2005 19:19:59 GMT Alpar Juttner [1488:92755f9a4e2a] * lemon/Makefile.am (modified) Concept checking classes must also be installed Tue, 14 Jun 2005 13:55:28 GMT Alpar Juttner [1484:a3484f00a5f0] * lemon/lp_base.h (modified) * test/lp_test.cc (modified) - lp_test is made working. - some more 'const' for those who like them.. Tue, 14 Jun 2005 10:08:48 GMT Akos Ladanyi [1481:ca33a3cf41ce] * lemon/lemon.pc.in (modified) handle library dependencies Mon, 13 Jun 2005 17:21:55 GMT Balazs Dezso [1477:0d32f7947a00] * lemon/lemon_reader.h (modified) Bug fix Mon, 13 Jun 2005 17:13:56 GMT Balazs Dezso [1476:182da222fceb] * lemon/graph_reader.h (modified) * lemon/lemon_reader.h (modified) * lemon/lemon_writer.h (modified) Some bug fix. Added: Concept check for maps and IdReader/Writer ... Fri, 10 Jun 2005 12:50:43 GMT athos [1473:876c7b7f4dae] * lemon/lp_cplex.cc (modified) * lemon/lp_glpk.cc (modified) * test/lp_test.cc (modified) Some tests have been developed, bugs got fixed. Fri, 10 Jun 2005 12:22:22 GMT Balazs Dezso [1472:c3bda060cfa3] * lemon/graph_adaptor.h (modified) New EdgeSet Adaptor Fri, 10 Jun 2005 12:16:56 GMT Balazs Dezso [1471:11a13908b510] * lemon/bezier.h (modified) Minor change Fri, 10 Jun 2005 12:16:25 GMT Balazs Dezso [1470:9b6f8c3587f0] * lemon/concept/graph.h (modified) * lemon/graph_to_eps.h (modified) * lemon/graph_utils.h (modified) * lemon/list_graph.h (modified) Minor changes Thu, 09 Jun 2005 21:49:48 GMT Akos Ladanyi [1467:638124c0ef08] * lemon/graph_utils.h (modified) gcc 3.4 compatibility fixes Thu, 09 Jun 2005 16:26:52 GMT Alpar Juttner [1466:65f8b0ee6306] * lemon/lp_glpk.cc (modified) Another bugfix. Thu, 09 Jun 2005 15:22:40 GMT athos [1464:718207d6a1e6] * lemon/lp_glpk.cc (modified) Bugfix. Thu, 09 Jun 2005 15:20:30 GMT athos [1463:e8d27c74bd3b] * lemon/lp_glpk.cc (modified) Bugfix. Thu, 09 Jun 2005 15:16:12 GMT athos [1462:c28e6ac3705c] * lemon/lp_base.h (modified) Bugfix. Thu, 09 Jun 2005 15:12:01 GMT athos [1461:9f99ede44d59] * lemon/lp_base.h (modified) Bugfix. Thu, 09 Jun 2005 15:03:58 GMT athos [1460:7c58aabb9eea] * lemon/lp_base.h (modified) * lemon/lp_cplex.cc (modified) * lemon/lp_cplex.h (modified) * lemon/lp_glpk.cc (modified) * lemon/lp_glpk.h (modified) * lemon/lp_skeleton.cc (modified) * lemon/lp_skeleton.h (modified) I could not check, because: aclocal-1.7: command not found Thu, 09 Jun 2005 09:49:56 GMT Alpar Juttner [1459:2ee881cf30a8] * lemon/graph_utils.h (modified) * test/graph_utils_test.cc (modified) - InDegMap fixed - OutDegMap added - test cases added for them both Thu, 09 Jun 2005 09:49:48 GMT athos [1458:7a483c1d38b5] * lemon/lp_base.h (modified) * lemon/lp_cplex.cc (modified) * lemon/lp_glpk.cc (modified) Not ready, but I commit it for simplicity. Thu, 09 Jun 2005 09:47:51 GMT Alpar Juttner [1457:be025fc1b13d] * lemon/list_graph.h (modified) * lemon/smart_graph.h (modified) Serious bugfix in ListGraph::SnapShot and SmartGraph::SnapShot Thu, 09 Jun 2005 09:46:34 GMT Alpar Juttner [1456:5289afbdb720] * lemon/maps.h (modified) Trivial doc fixes Wed, 08 Jun 2005 20:52:18 GMT Mihaly Barasz [1454:e0177bbe75a9] * lemon/graph_utils.h (modified) Bugfixes to compile w. gcc 4.0.0 Wed, 08 Jun 2005 16:36:01 GMT Alpar Juttner [1453:08c8db58080e] * lemon/graph_utils.h (modified) InDegMap added Tue, 07 Jun 2005 16:13:21 GMT Alpar Juttner [1449:ac7e995e47e2] * lemon/kruskal.h (modified) Modify kruskal to work correctly with UndirGraphs. Tue, 07 Jun 2005 16:12:14 GMT Alpar Juttner [1448:0274acee0e35] * lemon/bits/iterable_graph_extender.h (modified) * lemon/concept/graph.h (modified) * lemon/concept/undir_graph.h (modified) UndirTag added to the graphs Tue, 07 Jun 2005 16:11:23 GMT Alpar Juttner [1447:3351c85ffa02] * lemon/utility.h (modified) some thing to do Sat, 04 Jun 2005 12:50:15 GMT Alpar Juttner [1445:4635352e5524] * lemon/lp_base.h (modified) * test/lp_test.cc (modified) DualExpr added. Thu, 02 Jun 2005 14:43:45 GMT athos [1443:70781827eb2f] * lemon/dfs.h (modified) Documentation review.