# # ChangeLog for / in lemon-0.x # # Generated by Trac 1.2.3 # 04/19/24 20:05:25 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 ... Mon, 13 Jun 2005 16:10:36 GMT athos [1475:21aa0195aab9] * test/lp_test.cc (modified) Cplex test disabled again. Mon, 13 Jun 2005 10:30:08 GMT Hegyi Péter [1474:75c6d2eb187a] * gui/graph_displayer_canvas.cc (modified) * gui/graph_displayer_canvas.h (modified) Edge creation is available. 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 Fri, 10 Jun 2005 12:11:50 GMT Hegyi Péter [1469:104aab6e5d86] * gui/edit_win.cc (added) * gui/edit_win.h (added) Sorry, forgot to commit two new files. Fri, 10 Jun 2005 11:58:03 GMT Hegyi Péter [1468:d0ccb2fdeeff] * gui/Makefile.am (modified) * gui/all_include.h (modified) * gui/graph_displayer_canvas.cc (modified) * gui/graph_displayer_canvas.h (modified) * gui/main_win.cc (modified) * gui/main_win.h (modified) Hopefully, node creation works well, after a small structural ... 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 16:23:16 GMT Alpar Juttner [1465:60c2961c75ca] * doc/Doxyfile.in (modified) Akos' research pointed out that it is a must. 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 Thu, 09 Jun 2005 09:31:28 GMT Alpar Juttner [1455:58d733dd1c98] * Makefile.am (modified) Change the compilation order of subdirs 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 Wed, 08 Jun 2005 16:12:29 GMT Mihaly Barasz [1452:9a9acf30dbae] * Makefile.am (modified) Make target "docs" renamed to "doc" Wed, 08 Jun 2005 15:40:54 GMT Mihaly Barasz [1451:d2143018b4e4] * doc/Makefile.am (modified) Bugfix: make doc didn't work in external builddir. Wed, 08 Jun 2005 12:35:18 GMT Mihaly Barasz [1450:11a35ece69c7] * Makefile.am (modified) * doc/Makefile.am (modified) * Doc generation restructuring: don't remove the whole html/ ... 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 Mon, 06 Jun 2005 17:01:12 GMT Hegyi Péter [1446:320f73c5cfc1] * gui/map_win.cc (modified) * gui/map_win.h (modified) Maps are now selectable through ComboBoxes, and Escape makes MapWin ... Sat, 04 Jun 2005 12:50:15 GMT Alpar Juttner [1445:4635352e5524] * lemon/lp_base.h (modified) * test/lp_test.cc (modified) DualExpr added. Fri, 03 Jun 2005 12:25:23 GMT Akos Ladanyi [1444:5fcd69785959] * gui/graph_displayer_canvas.cc (modified) zooming should really work now Thu, 02 Jun 2005 14:43:45 GMT athos [1443:70781827eb2f] * lemon/dfs.h (modified) Documentation review. Wed, 01 Jun 2005 23:33:26 GMT Akos Ladanyi [1442:1e3c69aa035b] * gui/all_include.h (modified) * gui/graph_displayer_canvas.cc (modified) * gui/graph_displayer_canvas.h (modified) * gui/main_win.cc (modified) * gui/main_win.h (modified) * gui/map_win.cc (modified) * gui/map_win.h (modified) * gui/mapstorage.cc (modified) * gui/mapstorage.h (modified) dos2unix Wed, 01 Jun 2005 23:30:13 GMT Akos Ladanyi [1441:fd4b6f6d592a] * gui/graph_displayer_canvas.cc (modified) * gui/graph_displayer_canvas.h (modified) * gui/main_win.cc (modified) * gui/main_win.h (modified) - added toolbar - added ScrolledWindow for the canvas - zooming Fri, 27 May 2005 10:34:20 GMT Hegyi Péter [1440:3d2e3cfb2a6c] * gui/graph-displayer.cc (modified) * gui/graph_displayer_canvas.cc (modified) * gui/graph_displayer_canvas.h (modified) * gui/main_win.h (modified) * gui/map_win.cc (modified) * gui/map_win.h (modified) * gui/mapstorage.cc (modified) * gui/mapstorage.h (modified) Small documentation is added to GUI Thu, 26 May 2005 16:32:26 GMT Alpar Juttner [1439:2c43106bef85] * lemon/lp_base.h (modified) * lemon/maps.h (modified) Revome duplicated typedefs Thu, 26 May 2005 15:33:16 GMT athos [1438:826bdac3525a] * doc/named-param.dox (modified) * lemon/dfs.h (modified) Some documentation got revised. Thu, 26 May 2005 13:21:47 GMT Akos Ladanyi [1437:2a3f3448ced1] * test/lp_test.cc (modified) - test both lp implementations - commented out the checking of ... Thu, 26 May 2005 12:16:16 GMT athos [1436:e0beb94d08bf] * lemon/lp_base.h (modified) * lemon/lp_cplex.cc (modified) * lemon/lp_glpk.cc (modified) _copyLp(), _newLp() implemented. 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/ Sat, 21 May 2005 21:04:57 GMT Akos Ladanyi [1434:d8475431bbbb] * src/lemon/bits/item_writer.h (modified) bugfix Fri, 20 May 2005 12:44:28 GMT Akos Ladanyi [1433:e0ec5ce0771e] * configure.ac (modified) * src/lemon/Makefile.am (modified) * src/lemon/config.h.in (added) added a configuration header to the lemon directory Fri, 20 May 2005 09:43:40 GMT athos [1432:46b088b01f88] * src/lemon/lp_cplex.cc (modified) * src/lemon/lp_cplex.h (modified) * src/lemon/lp_glpk.cc (modified) * src/lemon/lp_glpk.h (modified) * src/lemon/lp_skeleton.cc (modified) * src/lemon/lp_skeleton.h (modified) Functions _eraseRow(), _eraseCol(). Not yet implemented for cplex. Fri, 20 May 2005 09:31:25 GMT athos [1431:ad44b1dd8013] * src/lemon/lp_base.h (modified) * src/lemon/lp_cplex.cc (modified) * src/lemon/lp_cplex.h (modified) * src/lemon/lp_glpk.cc (modified) * src/lemon/lp_glpk.h (modified) * src/lemon/lp_skeleton.cc (modified) * src/lemon/lp_skeleton.h (modified) Added function _setCoeff(). Thu, 19 May 2005 11:53:25 GMT Balazs Dezso [1430:48b4f46f9d4e] * src/lemon/bits/extended_pair.h (modified) Documentation May it should be renamed to ExtendedPair Thu, 19 May 2005 11:49:42 GMT Balazs Dezso [1429:4283998fb2be] * src/lemon/bits/item_reader.h (modified) * src/lemon/bits/item_writer.h (modified) * src/lemon/graph_reader.h (modified) * src/lemon/graph_writer.h (modified) * src/lemon/lemon_reader.h (modified) * src/lemon/lemon_writer.h (modified) Able to read edge from undirected edgeset Graph reader and graph ... Thu, 19 May 2005 11:46:42 GMT Alpar Juttner [1428:9ba88ddc629c] * src/gui/xml.h (added) A very simple xml parser Wed, 18 May 2005 13:02:47 GMT Balazs Dezso [1427:14c75970840e] * src/lemon/bits/item_reader.h (modified) * src/lemon/lemon_reader.h (modified) Two minor changes. DefaultReader comment lines Wed, 18 May 2005 09:39:06 GMT Akos Ladanyi [1426:91eb70983697] * src/lemon/concept/graph.h (modified) * src/lemon/xy.h (modified) - minor corrections in the docs - fixed indenting Mon, 16 May 2005 21:49:35 GMT marci [1425:f3717c08e2be] * src/lemon/graph_adaptor.h (modified) minor modifications Sat, 14 May 2005 21:13:00 GMT Balazs Dezso [1424:c3d754f5e631] * src/lemon/lemon_reader.h (modified) Bug fix. I programmed to much templates. Sat, 14 May 2005 20:56:53 GMT Balazs Dezso [1423:78502c63f771] * src/lemon/lemon_reader.h (modified) ContentReader Retrieve information from the input file. Sat, 14 May 2005 17:40:45 GMT Balazs Dezso [1422:469b3f628dd1] * src/demo/Makefile.am (modified) * src/demo/coloring.cc (added) Six-coloring in plan graphs. Sat, 14 May 2005 17:39:37 GMT Balazs Dezso [1421:7a21e1414c38] * src/lemon/graph_reader.h (modified) * src/lemon/graph_writer.h (modified) * src/lemon/lemon_reader.h (modified) * src/lemon/lemon_writer.h (modified) IO with undirected edgesets and undirected graphs. Missing features: ... Sat, 14 May 2005 17:37:33 GMT Balazs Dezso [1420:e37cca875667] * src/lemon/maps.h (modified) * src/lemon/xy.h (modified) Smart reference handling in map adaptors Sat, 14 May 2005 17:34:31 GMT Balazs Dezso [1419:c3244a26adb1] * src/lemon/graph_utils.h (modified) Added backward and forward map. Converting UndirEdge -> Edge Sat, 14 May 2005 17:32:11 GMT Balazs Dezso [1418:afaa773d0ad0] * doc/adaptor_references.dox (added) * src/lemon/utility.h (modified) Handling smarter the references It's used by the lemon IO and ... Sat, 14 May 2005 17:29:28 GMT Balazs Dezso [1417:53c2a0ccc9a4] * src/demo/graph_to_eps_demo.cc (modified) * src/lemon/graph_to_eps.h (modified) std:: prefix bug corrected Sat, 14 May 2005 17:26:56 GMT Balazs Dezso [1416:1b481ced25e7] * doc/dirs.dox (modified) Descrption for bits Sat, 14 May 2005 17:22:27 GMT Balazs Dezso [1415:2a5810c2f806] * src/lemon/bits/item_reader.h (modified) * src/lemon/bits/item_writer.h (modified) Moved to subgroup Sat, 14 May 2005 17:20:40 GMT Balazs Dezso [1414:01d9d6bc1284] * src/lemon/bits/alteration_notifier.h (modified) * src/lemon/bits/array_map.h (modified) * src/lemon/bits/erasable_graph_extender.h (modified) * src/lemon/bits/extendable_graph_extender.h (modified) Handling simultan edge adding. Fixed bug: directed edge maps for ... Wed, 11 May 2005 17:36:25 GMT Balazs Dezso [1413:3f45d58969d4] * src/lemon/graph_utils.h (modified) Fixing invertable maps: InvertableMap DescriptorMap IdMap Wed, 11 May 2005 16:55:18 GMT Akos Ladanyi [1412:c7fab5a1174a] * configure.ac (modified) * src/gui/Makefile.am (modified) * src/gui/all_include.h (added) * src/gui/graph-displayer.cc (added) * src/gui/graph_displayer_canvas.cc (added) * src/gui/graph_displayer_canvas.h (added) * src/gui/graphocska.lgf (added) * src/gui/main_win.cc (added) * src/gui/main_win.h (added) * src/gui/map_win.cc (added) * src/gui/map_win.h (added) * src/gui/mapstorage.cc (added) * src/gui/mapstorage.h (added) * src/gui/src/Makefile.am (deleted) * src/gui/src/main.cc (deleted) moved the gui Wed, 11 May 2005 13:49:17 GMT Balazs Dezso [1411:5d161e08bda8] * src/lemon/lemon_writer.h (modified) Bug fix. Wed, 11 May 2005 13:48:39 GMT Balazs Dezso [1410:dcfad73b3965] * src/demo/min_route.cc (modified) * src/lemon/graph_writer.h (modified) Bug fixes. Wed, 11 May 2005 11:50:13 GMT Balazs Dezso [1409:d2d1f8fa187b] * src/lemon/Makefile.am (modified) * src/lemon/bits/item_writer.h (added) * src/lemon/graph_writer.h (modified) * src/lemon/lemon_reader.h (modified) * src/lemon/lemon_writer.h (added) LemonWriter and GraphWriter. Little bit better documentation. Mon, 09 May 2005 11:24:26 GMT Balazs Dezso [1408:892c29484414] * src/lemon/Makefile.am (modified) * src/lemon/bits/item_reader.h (added) * src/lemon/graph_reader.h (modified) * src/lemon/lemon_reader.h (added) New graph reader interface. Fri, 06 May 2005 15:39:33 GMT athos [1407:7152559e3d08] * src/lemon/lp_cplex.cc (modified) Cplex works. Thu, 05 May 2005 15:47:45 GMT Akos Ladanyi [1406:15dac8ae3f8c] * Makefile.am (modified) fix 'make mrproper' Thu, 05 May 2005 15:43:43 GMT athos [1405:3626c7f10f14] * src/lemon/lp_base.h (modified) * src/lemon/lp_cplex.cc (modified) * src/lemon/lp_cplex.h (modified) * src/lemon/lp_glpk.cc (modified) * src/lemon/lp_glpk.h (modified) * src/lemon/lp_skeleton.cc (modified) * src/lemon/lp_skeleton.h (modified) Deleted _setRowLowerBound() and _setRowUpperBound() functions. Cplex ... Thu, 05 May 2005 15:34:43 GMT Akos Ladanyi [1404:17c80cb3754b] * config/misc.m4 (modified) * configure.ac (modified) * src/Makefile.am (modified) * src/gui/Makefile.am (added) * src/gui/src/Makefile.am (added) * src/gui/src/main.cc (added) added directory and check for the GUI Thu, 05 May 2005 11:06:58 GMT Alpar Juttner [1403:c479984e459d] * src/benchmark/graph-bench.cc (modified) An unnecessary header removed Thu, 05 May 2005 11:05:25 GMT Alpar Juttner [1402:655d8e78454d] * doc/groups.dox (modified) * src/lemon/Makefile.am (modified) * src/lemon/bits/map_iterator.h (modified) * src/lemon/graph_utils.h (modified) * src/lemon/graph_writer.h (modified) * src/lemon/map_utils.h (deleted) * src/lemon/maps.h (modified) Special maps' placement in the headers and in the doxigen modules ... Wed, 04 May 2005 13:07:10 GMT Alpar Juttner [1401:9588dcef6793] * doc/Makefile.am (modified) * doc/graph-adaptors.dox (moved) * doc/groups.dox (modified) * src/demo/Makefile.am (modified) * src/demo/sub_graph_adaptor_demo.cc (moved) * src/demo/sub_graph_adaptor_demo.dim (moved) * src/lemon/Makefile.am (modified) * src/lemon/bits/undir_graph_extender.h (modified) * src/lemon/graph_adaptor.h (moved) * src/lemon/min_cost_flow.h (modified) * src/test/Makefile.am (modified) * src/test/graph_adaptor_test.cc (moved) wrapper -> adaptor Mon, 02 May 2005 05:49:33 GMT Alpar Juttner [1400:d12508c2a007] * configure.ac (modified) * doc/Doxyfile.in (modified) * doc/Makefile.am (modified) Better doc generation. Fri, 29 Apr 2005 13:31:41 GMT Alpar Juttner [1399:d3ae1f06843d] * src/lemon/error.h (modified) DataFormatError::what() also prints the name of the exception. Fri, 29 Apr 2005 11:04:17 GMT Alpar Juttner [1398:2f21cc34a245] * src/lemon/lp_cplex.h (modified) * src/lemon/lp_glpk.h (modified) Docfix Fri, 29 Apr 2005 08:21:03 GMT Alpar Juttner [1397:30828157ae80] * src/lemon/lp_base.h (modified) For the sake of cygwin... Thu, 28 Apr 2005 09:54:38 GMT Balazs Dezso [1396:56f9a4ba9149] * src/lemon/graph_reader.h (modified) * src/lemon/graph_writer.h (modified) GUI section handling. Wed, 27 Apr 2005 16:49:04 GMT Alpar Juttner [1395:746db68ca035] * Makefile.am (modified) Missing *.m4 files added. Wed, 27 Apr 2005 10:44:58 GMT Balazs Dezso [1394:f0c48d7fa73d] * doc/graph_io.dox (modified) * src/demo/lp_maxflow_demo.cc (modified) * src/demo/min_route.cc (modified) * src/lemon/graph_reader.h (modified) * src/lemon/graph_writer.h (modified) Modifying the interface. add -> read, write Wed, 27 Apr 2005 10:42:58 GMT Balazs Dezso [1393:2edd8cd06eaf] * src/lemon/error.h (modified) Bug fix. Wed, 27 Apr 2005 10:37:03 GMT Balazs Dezso [1392:b87aa8f0feb8] * src/lemon/xy.h (modified) Changed input operator. Tue, 26 Apr 2005 15:50:30 GMT Alpar Juttner [1391:5b46af577b23] * src/lemon/xy.h (modified) - BoundingBox::clear() added - More "-pedantic" code Mon, 25 Apr 2005 16:22:04 GMT Alpar Juttner [1390:9c8e464ed940] * src/lemon/lp_skeleton.cc (modified) * src/lemon/lp_skeleton.h (modified) * src/test/lp_test.cc (modified) LpSkeleton updated Mon, 25 Apr 2005 15:43:11 GMT athos [1389:58b298e50c20] * src/lemon/lp_skeleton.cc (modified) * src/lemon/lp_skeleton.h (modified) Missing function _setRowBounds added to lp_skeleton. Mon, 25 Apr 2005 09:00:47 GMT Akos Ladanyi [1388:50fc3487af8b] * config/lp.m4 (modified) bugfix Mon, 25 Apr 2005 08:19:38 GMT Akos Ladanyi [1387:37d1b20cd9ef] * src/demo/Makefile.am (modified) * src/demo/lp_demo.cc (modified) * src/demo/lp_maxflow_demo.cc (modified) * src/test/Makefile.am (modified) * src/test/lp_test.cc (modified) - include config.h instead of manually adding -DHAVE_{CPLEX,GLPK} to ... Sun, 24 Apr 2005 22:30:54 GMT Akos Ladanyi [1386:324c291a8daf] * src/lemon/Makefile.am (modified) This way it works also when both GLPK and CPLEX are enabled. Sun, 24 Apr 2005 22:26:37 GMT Akos Ladanyi [1385:49d1ca28ebd8] * config/lp.m4 (modified) Don't set {GLPK,CPLEX}_{CFLAGS,LIBS} if the check fails. Sat, 23 Apr 2005 17:14:49 GMT Akos Ladanyi [1384:0c4091eeda15] * Makefile.am (modified) -I config is passed to aclocal when make invokes it. Sat, 23 Apr 2005 16:59:49 GMT marci [1383:79b68a337f9f] * src/lemon/graph_wrapper.h (modified) * src/test/graph_wrapper_test.cc (modified) A new implementation of UndirGraphWrapper, accordig to the undirected ... Fri, 22 Apr 2005 17:53:26 GMT Alpar Juttner [1382:2c925c18d130] * config/lp.m4 (modified) Set $lp_{glpk|cplex}_found even if --without-{glpk|cplex} option was ... Fri, 22 Apr 2005 17:47:01 GMT Alpar Juttner [1381:998e8def9676] * src/demo/Makefile.am (modified) * src/demo/lp_demo.cc (modified) * src/demo/lp_maxflow_demo.cc (modified) * src/lemon/Makefile.am (modified) * src/lemon/lp_base.h (modified) * src/lemon/lp_cplex.cc (added) * src/lemon/lp_cplex.h (added) - lp_cplex.h, lp_cplex.cc added - lp_demo.cc and lp_maxflow_demo.cc ... Fri, 22 Apr 2005 16:20:12 GMT Akos Ladanyi [1380:cb2891afe526] * config/lp.m4 (modified) * configure.ac (modified) added check for CLPEX Thu, 21 Apr 2005 15:15:12 GMT athos [1379:96a34c0904dd] * src/lemon/lp_base.h (modified) * src/lemon/lp_glpk.cc (modified) * src/lemon/lp_glpk.h (modified) I really have no idea about what to write here now. Thu, 21 Apr 2005 06:06:56 GMT Alpar Juttner [1378:b82995734b2d] * src/lemon/Makefile.am (modified) Fix Makefile.am Wed, 20 Apr 2005 15:06:42 GMT athos [1377:bfbb5b30c5b8] * src/lemon/lp_base.h (modified) * src/lemon/lp_glpk.cc (modified) * src/lemon/lp_glpk.h (modified) _clearObj instead of _setObj.