# # ChangeLog for lemon in lemon-1.2 # # Generated by Trac 1.2.3 # 04/16/24 08:49:08 Sun, 11 Aug 2013 13:28:12 GMT Alpar Juttner [993:ad40f7d32846] * lemon/connectivity.h (modified) * lemon/connectivity.h (modified) * test/connectivity_test.cc (modified) * test/connectivity_test.cc (modified) Merge >=1.2 branch heads Fri, 09 Aug 2013 12:05:29 GMT Alpar Juttner [988:19087d4f215d] * lemon/connectivity.h (modified) * lemon/connectivity.h (modified) * test/connectivity_test.cc (modified) * test/connectivity_test.cc (modified) Merge bugfix #439 to branch 1.2 Fri, 09 Aug 2013 09:07:27 GMT Alpar Juttner [987:70b199792735] * lemon/connectivity.h (modified) Clarification in biNodeConnected() doc (#439) Thu, 08 Aug 2013 20:56:10 GMT Balazs Dezso [986:552e3d1242c6] * lemon/connectivity.h (modified) * test/connectivity_test.cc (modified) Fix biNodeConnected() function (#439) Wed, 07 Aug 2013 05:09:31 GMT Alpar Juttner [985:b9887ae63df0] * lemon/concepts/graph_components.h (modified) * lemon/concepts/graph_components.h (modified) * lemon/core.h (modified) * lemon/core.h (modified) * test/dfs_test.cc (modified) * test/dfs_test.cc (modified) * test/maps_test.cc (modified) * test/maps_test.cc (modified) * test/preflow_test.cc (modified) * test/preflow_test.cc (modified) Merge #294 to branch 1.2 Wed, 07 Aug 2013 04:55:05 GMT Alpar Juttner [983:8b2d4e5d96e4] * lemon/concepts/digraph.h (modified) * lemon/concepts/digraph.h (modified) * lemon/concepts/graph.h (modified) * lemon/concepts/graph.h (modified) * lemon/concepts/graph_components.h (modified) * lemon/concepts/graph_components.h (modified) * lemon/concepts/heap.h (modified) * lemon/concepts/heap.h (modified) * lemon/concepts/path.h (modified) * lemon/concepts/path.h (modified) * lemon/core.h (modified) * lemon/core.h (modified) * lemon/cplex.cc (modified) * lemon/cplex.cc (modified) * lemon/graph_to_eps.h (modified) * lemon/graph_to_eps.h (modified) * test/adaptors_test.cc (modified) * test/adaptors_test.cc (modified) * test/bfs_test.cc (modified) * test/bfs_test.cc (modified) * test/circulation_test.cc (modified) * test/circulation_test.cc (modified) * test/connectivity_test.cc (modified) * test/connectivity_test.cc (modified) * test/dfs_test.cc (modified) * test/dfs_test.cc (modified) * test/digraph_test.cc (modified) * test/digraph_test.cc (modified) * test/dijkstra_test.cc (modified) * test/dijkstra_test.cc (modified) * test/edge_set_test.cc (modified) * test/edge_set_test.cc (modified) * test/euler_test.cc (modified) * test/euler_test.cc (modified) * test/gomory_hu_test.cc (modified) * test/gomory_hu_test.cc (modified) * test/graph_test.cc (modified) * test/graph_test.cc (modified) * test/hao_orlin_test.cc (modified) * test/hao_orlin_test.cc (modified) * test/maps_test.cc (modified) * test/maps_test.cc (modified) * test/matching_test.cc (modified) * test/matching_test.cc (modified) * test/min_cost_arborescence_test.cc (modified) * test/min_cost_arborescence_test.cc (modified) * test/preflow_test.cc (modified) * test/preflow_test.cc (modified) * test/suurballe_test.cc (modified) * test/suurballe_test.cc (modified) Merge #294 to branches >=1.2 Wed, 07 Aug 2013 04:29:34 GMT Alpar Juttner [982:3e711ee55d31] * lemon/concept_check.h (modified) * lemon/concepts/digraph.h (modified) * lemon/concepts/graph.h (modified) * lemon/concepts/graph_components.h (modified) * lemon/concepts/heap.h (modified) * lemon/concepts/maps.h (modified) * lemon/concepts/path.h (modified) * test/adaptors_test.cc (modified) * test/bfs_test.cc (modified) * test/circulation_test.cc (modified) * test/connectivity_test.cc (modified) * test/dfs_test.cc (modified) * test/digraph_test.cc (modified) * test/dijkstra_test.cc (modified) * test/edge_set_test.cc (modified) * test/euler_test.cc (modified) * test/gomory_hu_test.cc (modified) * test/graph_test.cc (modified) * test/hao_orlin_test.cc (modified) * test/maps_test.cc (modified) * test/matching_test.cc (modified) * test/min_cost_arborescence_test.cc (modified) * test/preflow_test.cc (modified) * test/suurballe_test.cc (modified) * test/time_measure_test.cc (modified) Add explicit namespace to ignore_unused_variable_warning() usages (#294) Tue, 06 Aug 2013 10:21:06 GMT Alpar Juttner [981:2c2e8df67ddc] * lemon/core.h (modified) * lemon/core.h (modified) * lemon/graph_to_eps.h (modified) * lemon/graph_to_eps.h (modified) * test/lp_test.cc (modified) * test/lp_test.cc (modified) Merge further fixes #470 to branch 1.2 Tue, 06 Aug 2013 10:04:13 GMT Alpar Juttner [980:115031ac8001] * lemon/graph_to_eps.h (modified) * test/lp_test.cc (modified) Further fixes for gcc version 3.3 and 4.3 (#470) Tue, 06 Aug 2013 07:10:18 GMT Alpar Juttner [979:6039b32a2351] * lemon/core.h (modified) Unused local typedefs warning pragma is only applied to gcc>=4.8 (#470) Sat, 16 Mar 2013 15:50:39 GMT Peter Kovacs [977:0e30f63d45d0] * lemon/assert.h (modified) Bugfix in assert.h (#461) Tue, 30 Jul 2013 13:12:17 GMT Alpar Juttner [976:736436e516d3] * lemon/core.h (modified) * lemon/core.h (modified) * test/lp_test.cc (modified) * test/lp_test.cc (modified) Merge fix #470 to branch 1.2 Tue, 30 Jul 2013 13:03:53 GMT Alpar Juttner [975:756022ac1674] * lemon/core.h (modified) * test/lp_test.cc (modified) Suppress 'unused local typedefs' warnings, and resolve others (#470) Fri, 22 Feb 2013 15:44:26 GMT Alpar Juttner [974:2c48ba00fccd] * lemon/cplex.cc (modified) * lemon/cplex.cc (modified) Merge bugfix #445 to branch 1.2 Fri, 20 Jul 2012 19:23:17 GMT Alpar Juttner [973:d32e4453b48c] * lemon/cplex.cc (modified) Fix missing initialization in CplexEnv::CplexEnv() (#445) Wed, 28 Nov 2012 11:02:36 GMT Alpar Juttner [972:1fe3b4ad8caa] * lemon/concepts/graph_components.h (modified) * lemon/concepts/graph_components.h (modified) * test/dfs_test.cc (modified) * test/dfs_test.cc (modified) * test/preflow_test.cc (modified) * test/preflow_test.cc (modified) Merge bugfix #453 to branch 1.2 Wed, 28 Nov 2012 10:54:43 GMT Alpar Juttner [970:d216e1c8b3fa] * lemon/concepts/graph_components.h (modified) * lemon/concepts/graph_components.h (modified) * test/bfs_test.cc (modified) * test/bfs_test.cc (modified) * test/circulation_test.cc (modified) * test/circulation_test.cc (modified) * test/dfs_test.cc (modified) * test/dfs_test.cc (modified) * test/dijkstra_test.cc (modified) * test/dijkstra_test.cc (modified) * test/gomory_hu_test.cc (modified) * test/gomory_hu_test.cc (modified) * test/hao_orlin_test.cc (modified) * test/hao_orlin_test.cc (modified) * test/matching_test.cc (modified) * test/matching_test.cc (modified) * test/min_cost_arborescence_test.cc (modified) * test/min_cost_arborescence_test.cc (modified) * test/preflow_test.cc (modified) * test/preflow_test.cc (modified) * test/suurballe_test.cc (modified) * test/suurballe_test.cc (modified) * tools/dimacs-solver.cc (modified) * tools/dimacs-solver.cc (modified) Merge #453 to branches >=1.2 Wed, 28 Nov 2012 10:41:40 GMT Alpar Juttner [969:7e368d9b67f7] * lemon/concepts/graph_components.h (modified) * test/bfs_test.cc (modified) * test/circulation_test.cc (modified) * test/dfs_test.cc (modified) * test/dijkstra_test.cc (modified) * test/gomory_hu_test.cc (modified) * test/hao_orlin_test.cc (modified) * test/matching_test.cc (modified) * test/min_cost_arborescence_test.cc (modified) * test/preflow_test.cc (modified) * test/suurballe_test.cc (modified) Avoid GCC 4.7 compiler warnings (#453) Thu, 13 Sep 2012 10:05:34 GMT Alpar Juttner [966:08712a8c3afe] * CMakeLists.txt (modified) * CMakeLists.txt (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/cbc.cc (modified) * lemon/cbc.cc (modified) * lemon/concepts/graph_components.h (modified) * lemon/concepts/graph_components.h (modified) * lemon/core.h (modified) * lemon/core.h (modified) * lemon/dfs.h (modified) * lemon/dfs.h (modified) * lemon/lp_base.h (modified) * lemon/lp_base.h (modified) * test/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) * test/maps_test.cc (modified) * test/maps_test.cc (modified) Merge #449 to branch 1.2 Thu, 13 Sep 2012 10:02:27 GMT Alpar Juttner [965:00f8d9f9920d] * lemon/planarity.h (modified) * test/bellman_ford_test.cc (modified) * test/digraph_test.cc (modified) * test/fractional_matching_test.cc (modified) Further clang compilation fixes (#449) Thu, 13 Sep 2012 09:56:19 GMT Alpar Juttner [964:7fdaa05a69a1] * CMakeLists.txt (modified) * CMakeLists.txt (modified) * lemon/adaptors.h (modified) * lemon/adaptors.h (modified) * lemon/bfs.h (modified) * lemon/bfs.h (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/bits/graph_extender.h (modified) * lemon/bits/graph_extender.h (modified) * lemon/bits/solver_bits.h (modified) * lemon/bits/solver_bits.h (modified) * lemon/cbc.cc (modified) * lemon/cbc.cc (modified) * lemon/circulation.h (modified) * lemon/circulation.h (modified) * lemon/clp.cc (modified) * lemon/clp.cc (modified) * lemon/concepts/graph_components.h (modified) * lemon/concepts/graph_components.h (modified) * lemon/concepts/heap.h (modified) * lemon/concepts/heap.h (modified) * lemon/concepts/path.h (modified) * lemon/concepts/path.h (modified) * lemon/core.h (modified) * lemon/core.h (modified) * lemon/cplex.cc (modified) * lemon/cplex.cc (modified) * lemon/dfs.h (modified) * lemon/dfs.h (modified) * lemon/glpk.cc (modified) * lemon/glpk.cc (modified) * lemon/graph_to_eps.h (modified) * lemon/graph_to_eps.h (modified) * lemon/lp_base.h (modified) * lemon/lp_base.h (modified) * lemon/path.h (modified) * lemon/path.h (modified) * test/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) * test/adaptors_test.cc (modified) * test/adaptors_test.cc (modified) * test/connectivity_test.cc (modified) * test/connectivity_test.cc (modified) * test/digraph_test.cc (modified) * test/digraph_test.cc (modified) * test/edge_set_test.cc (modified) * test/edge_set_test.cc (modified) * test/euler_test.cc (modified) * test/euler_test.cc (modified) * test/graph_test.cc (modified) * test/graph_test.cc (modified) * test/maps_test.cc (modified) * test/maps_test.cc (modified) Merge #449 to branches >=1.2 Thu, 13 Sep 2012 09:45:36 GMT Alpar Juttner [963:761fe0846f49] * lemon/adaptors.h (modified) * lemon/bits/bezier.h (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/bits/graph_extender.h (modified) * lemon/circulation.h (modified) * lemon/concept_check.h (modified) * lemon/concepts/graph_components.h (modified) * lemon/concepts/maps.h (modified) * lemon/graph_to_eps.h (modified) * test/adaptors_test.cc (modified) * test/connectivity_test.cc (modified) * test/digraph_test.cc (modified) * test/edge_set_test.cc (modified) * test/euler_test.cc (modified) * test/graph_test.cc (modified) * test/maps_test.cc (modified) * test/time_measure_test.cc (modified) Fix clang compilation warnings and errors (#449) Fri, 24 Aug 2012 13:50:54 GMT Alpar Juttner [960:0da74b2d0bea] * lemon/core.h (modified) * lemon/core.h (modified) * test/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) Merge bugfix #447 to branch 1.2 Fri, 24 Aug 2012 13:37:23 GMT Alpar Juttner [959:157427808b40] * lemon/core.h (modified) * test/CMakeLists.txt (modified) * test/arc_look_up_test.cc (added) Bugfix in AllArcLookUp<> (#447) Fri, 22 Jun 2012 14:38:46 GMT Alpar Juttner [958:a5810903ed28] * lemon/path.h (modified) * lemon/path.h (modified) Merge bugfix #444 to branch 1.2 Fri, 22 Jun 2012 14:25:56 GMT Alpar Juttner [957:7440937d154b] * lemon/path.h (modified) * test/path_test.cc (modified) Bugfix in path copy constructors and assignment operators (#444) Sun, 06 May 2012 14:52:11 GMT Alpar Juttner [956:4764031c082c] * lemon/bits/solver_bits.h (modified) * lemon/bits/solver_bits.h (modified) * lemon/cbc.cc (modified) * lemon/cbc.cc (modified) * lemon/clp.cc (modified) * lemon/clp.cc (modified) * lemon/cplex.cc (modified) * lemon/cplex.cc (modified) * lemon/glpk.cc (modified) * lemon/glpk.cc (modified) * lemon/lp_base.h (modified) * lemon/lp_base.h (modified) * test/lp_test.cc (modified) * test/lp_test.cc (modified) Merge bugfix #441 to branch 1.2 Sat, 05 May 2012 08:22:44 GMT Alpar Juttner [955:8d281761dea4] * lemon/bits/solver_bits.h (modified) * lemon/cbc.cc (modified) * lemon/clp.cc (modified) * lemon/cplex.cc (modified) * lemon/glpk.cc (modified) * lemon/lp_base.h (modified) * test/lp_test.cc (modified) Fix buggy reinitialization in _solver_bits::VarIndex::clear() (#441) ... Fri, 20 Jan 2012 18:20:02 GMT Alpar Juttner [954:be7dd3a8d6a3] * CMakeLists.txt (modified) * CMakeLists.txt (modified) * lemon/bfs.h (modified) * lemon/bfs.h (modified) * lemon/concepts/graph_components.h (modified) * lemon/concepts/graph_components.h (modified) * lemon/concepts/heap.h (modified) * lemon/concepts/heap.h (modified) * lemon/concepts/path.h (modified) * lemon/concepts/path.h (modified) * lemon/dfs.h (modified) * lemon/dfs.h (modified) Merge Intel C++ compatibility fixes to branch 1.2 Thu, 19 Jan 2012 14:25:06 GMT Alpar Juttner [953:b873350e6258] * CMakeLists.txt (modified) * lemon/bfs.h (modified) * lemon/concepts/graph_components.h (modified) * lemon/concepts/heap.h (modified) * lemon/concepts/maps.h (modified) * lemon/concepts/path.h (modified) * lemon/dfs.h (modified) Intel C++ compatibility fixes Wed, 11 Jan 2012 13:01:21 GMT Alpar Juttner [952:0976225b5cae] * lemon/cbc.cc (modified) * lemon/cbc.cc (modified) * test/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) Merge LP interface updates to branch 1.2 Fri, 06 Jan 2012 15:27:06 GMT Alpar Juttner [951:ee581a0ecfbf] * cmake/FindCOIN.cmake (modified) * lemon/cbc.cc (modified) Make CBC interface compatible with latest CBC releases CBC now uses ... Tue, 20 Dec 2011 18:33:51 GMT Alpar Juttner [946:53c0dd387001] * lemon/CMakeLists.txt (modified) Support shared library build (#433) Tue, 20 Dec 2011 18:10:50 GMT Alpar Juttner [944:02c93d1f00d7] * CMakeLists.txt (modified) * CMakeLists.txt (modified) * doc/CMakeLists.txt (modified) * doc/CMakeLists.txt (modified) * doc/Doxyfile.in (modified) * doc/Doxyfile.in (modified) * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/core.h (modified) * lemon/core.h (modified) * lemon/dfs.h (modified) * lemon/dfs.h (modified) * lemon/lgf_reader.h (modified) * lemon/lgf_reader.h (modified) * lemon/preflow.h (modified) * lemon/preflow.h (modified) * test/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/Makefile.am (modified) * test/dfs_test.cc (modified) * test/dfs_test.cc (modified) Merge head merging to branch 1.2 Tue, 20 Dec 2011 17:15:14 GMT Alpar Juttner [942:2b6bffe0e7e8] * CMakeLists.txt (modified) * CMakeLists.txt (modified) * configure.ac (modified) * configure.ac (modified) * doc/CMakeLists.txt (modified) * doc/CMakeLists.txt (modified) * doc/Doxyfile.in (modified) * doc/Doxyfile.in (modified) * doc/mainpage.dox.in (modified) * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/bits/windows.cc (modified) * lemon/bits/windows.cc (modified) * lemon/core.h (modified) * lemon/core.h (modified) * lemon/dfs.h (modified) * lemon/dfs.h (modified) * lemon/graph_to_eps.h (modified) * lemon/graph_to_eps.h (modified) * lemon/lgf_reader.h (modified) * lemon/lgf_reader.h (modified) * lemon/lp_base.h (modified) * lemon/lp_base.h (modified) * lemon/network_simplex.h (modified) * lemon/network_simplex.h (modified) * lemon/preflow.h (modified) * lemon/preflow.h (modified) * test/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/Makefile.am (modified) * test/dfs_test.cc (modified) * test/dfs_test.cc (modified) * test/heap_test.cc (modified) * test/heap_test.cc (modified) * test/preflow_test.cc (modified) * test/preflow_test.cc (modified) Merge Tue, 20 Dec 2011 16:44:38 GMT Alpar Juttner [941:7c4ba7daaf5f] * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) Merge Tue, 20 Dec 2011 16:43:11 GMT Alpar Juttner [940:4efe7b32b134] * lemon/bits/edge_set_extender.h (modified) * lemon/bits/edge_set_extender.h (modified) Merge Tue, 20 Dec 2011 16:35:45 GMT Alpar Juttner [937:17e36e175725] * doc/lgf.dox (modified) * doc/lgf.dox (modified) * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) * lemon/bits/path_dump.h (modified) * lemon/bits/path_dump.h (modified) * lemon/core.h (modified) * lemon/core.h (modified) * lemon/dfs.h (modified) * lemon/dfs.h (modified) * lemon/graph_to_eps.h (modified) * lemon/graph_to_eps.h (modified) * lemon/lgf_reader.h (modified) * lemon/lgf_reader.h (modified) * test/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/Makefile.am (modified) * test/dfs_test.cc (modified) * test/dfs_test.cc (modified) * test/graph_copy_test.cc (modified) * test/graph_copy_test.cc (modified) Merge Wed, 09 Nov 2011 10:41:52 GMT Alpar Juttner [935:9e587caed953] * lemon/lp_base.h (modified) * test/lgf_test.cc (modified) * test/lp_test.cc (modified) Unify sources Tue, 01 Nov 2011 12:53:06 GMT Alpar Juttner [933:140facbd1d7c] * lemon/lp_base.h (modified) * lemon/lp_base.h (modified) Merge bugfix #430 to branch 1.2 Tue, 01 Nov 2011 07:24:30 GMT Gabor Retvari [932:2eebc8f7dca5] * lemon/lp_base.h (modified) * test/lp_test.cc (modified) Fix LpBase::Constr two-side limit bug (#430) Mon, 24 Oct 2011 19:40:31 GMT Alpar Juttner [931:c1a959df3b2c] * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) * test/lgf_test.cc (modified) * test/lgf_test.cc (modified) Merge #428 and #429 to branch 1.2 Wed, 05 Oct 2011 10:02:56 GMT Alpar Juttner [929:08cbd48f51f0] * lemon/Makefile.am (modified) Add lemon/lemon.pc.cmake to the release tarball (#428) Mon, 08 Aug 2011 11:13:03 GMT Alpar Juttner [927:d303bfa8b1ed] * doc/lgf.dox (modified) * lemon/bits/graph_adaptor_extender.h (modified) * lemon/bits/path_dump.h (modified) * lemon/bits/windows.cc (modified) * lemon/cost_scaling.h (modified) * lemon/maps.h (modified) * lemon/preflow.h (modified) * test/dfs_test.cc (modified) * test/graph_copy_test.cc (modified) * test/heap_test.cc (modified) * test/lgf_test.cc (modified) * test/maps_test.cc (modified) * test/preflow_test.cc (modified) Unify sources Thu, 04 Aug 2011 19:33:17 GMT Alpar Juttner [923:c8c8801db0a4] * doc/lgf.dox (modified) * doc/lgf.dox (modified) * lemon/lgf_reader.h (modified) * lemon/lgf_reader.h (modified) * test/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/Makefile.am (modified) Merge #382 to branch 1.2 Tue, 02 Aug 2011 16:13:34 GMT Alpar Juttner [922:54464584b157] * doc/lgf.dox (modified) * lemon/lgf_reader.h (modified) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/lgf_test.cc (added) Allow lgf file without Arc maps (#382) A single '-' character in ... Sun, 24 Apr 2011 19:59:31 GMT Balazs Dezso [915:633956ca9421] * lemon/maps.h (modified) * test/maps_test.cc (modified) Fix IterableValueMap (#420) Tue, 12 Apr 2011 05:52:25 GMT Alpar Juttner [914:60f4aaedb20f] * CMakeLists.txt (modified) * CMakeLists.txt (modified) * lemon/bits/windows.cc (modified) * lemon/bits/windows.cc (modified) Merge #418 to branch 1.2 Thu, 07 Apr 2011 14:57:35 GMT Alpar Juttner [913:64260c0f58eb] * CMakeLists.txt (modified) * lemon/bits/windows.cc (modified) Better Win CodeBlock/MinGW support (#418) - Remove -ansi ... Wed, 16 Mar 2011 23:35:33 GMT Peter Kovacs [909:f112c18bc304] * lemon/cost_scaling.h (modified) Bug fix in CostScaling (#417) Wed, 25 Aug 2010 19:34:58 GMT Alpar Juttner [904:16d466589b54] * CMakeLists.txt (modified) * doc/CMakeLists.txt (modified) * doc/Doxyfile.in (modified) * lemon/CMakeLists.txt (modified) * lemon/lemon.pc.cmake (added) * test/CMakeLists.txt (modified) Backport the CMAKE related changesets from the main branch ... Mon, 28 Feb 2011 08:58:07 GMT Alpar Juttner [902:79fab87ee483] * lemon/preflow.h (modified) * lemon/preflow.h (modified) * test/preflow_test.cc (modified) * test/preflow_test.cc (modified) Merge bugfix #414 to branch 1.2 Fri, 25 Feb 2011 20:37:47 GMT Alpar Juttner [901:30d5f950aa5f] * lemon/preflow.h (modified) * test/preflow_test.cc (modified) Fix wrong initialization in Preflow (#414) Wed, 22 Sep 2010 07:32:53 GMT Alpar Juttner [900:1861d5dcf312] * lemon/dfs.h (modified) * lemon/dfs.h (modified) * test/dfs_test.cc (modified) * test/dfs_test.cc (modified) Merge bugfix #392 to branch 1.2 Wed, 22 Sep 2010 06:53:09 GMT Alpar Juttner [899:e24922c56bc2] * lemon/dfs.h (modified) * test/dfs_test.cc (modified) Bug fix in Dfs::start(s,t) (#392) Fri, 25 Jun 2010 04:20:28 GMT Alpar Juttner [896:e958855b8186] * lemon/core.h (modified) * lemon/core.h (modified) * test/graph_copy_test.cc (modified) * test/graph_copy_test.cc (modified) Merge bugfix #371 to branch 1.2 Fri, 25 Jun 2010 03:54:56 GMT Alpar Juttner [895:f63fd24c0aea] * lemon/preflow.h (modified) * lemon/preflow.h (modified) Merge bugfix #372 to branch 1.2 Thu, 24 Jun 2010 07:27:53 GMT Balazs Dezso [894:bb70ad62c95f] * lemon/preflow.h (modified) Fix critical bug in preflow (#372) The wrong transition between the ... Tue, 22 Jun 2010 13:39:26 GMT Peter Kovacs [893:bb871cb8ac06] * lemon/core.h (modified) * test/graph_copy_test.cc (modified) Bug fix in (di)graphCopy() (#371) The target graph is cleared ... Mon, 03 May 2010 08:24:52 GMT Alpar Juttner [892:cbf32bf95954] * lemon/network_simplex.h (modified) * lemon/network_simplex.h (modified) Merge bugfix #368 to branch 1.2 Sun, 02 May 2010 16:53:56 GMT Peter Kovacs [891:5205145fabf6] * lemon/network_simplex.h (modified) Fix the usage of min() (#368) Mon, 12 Apr 2010 15:00:05 GMT Alpar Juttner [890:e26ad33d1fbc] * lemon/bits/path_dump.h (modified) * lemon/bits/path_dump.h (modified) Merge bugfix #366 to branch 1.2 Mon, 12 Apr 2010 11:59:41 GMT Balazs Dezso [889:1aa7eba26af5] * lemon/bits/path_dump.h (modified) Fix PredMatrixMapPath::empty() (#366) Sun, 11 Apr 2010 20:28:42 GMT Gabor Retvari [888:1f2a734581f8] * lemon/bits/path_dump.h (modified) Fix PredMapPath::empty() (#366) Tue, 06 Apr 2010 04:52:48 GMT Alpar Juttner [887:77704bf2a4ae] * lemon/bits/edge_set_extender.h (modified) * lemon/bits/edge_set_extender.h (modified) Merge bugfix #364 to branch 1.2 Mon, 05 Apr 2010 21:33:57 GMT Peter Kovacs [886:ece1f8a3052d] * lemon/bits/edge_set_extender.h (modified) * lemon/bits/graph_adaptor_extender.h (modified) Add missing UndirectedTags (#364) Thu, 18 Mar 2010 13:17:03 GMT Alpar Juttner [881:b89e46862dc2] * lemon/bellman_ford.h (modified) * lemon/bellman_ford.h (modified) * test/bellman_ford_test.cc (modified) * test/bellman_ford_test.cc (modified) Merge backout of a6eb9698c321 (#360,#51) Wed, 17 Mar 2010 23:30:25 GMT Peter Kovacs [880:38213abd2911] * LICENSE (modified) * doc/groups.dox (modified) * lemon/arg_parser.h (modified) * lemon/hartmann_orlin_mmc.h (modified) Small doc fixes and improvements (#359) Thu, 18 Mar 2010 12:18:58 GMT Alpar Juttner [879:d6052a9c4e8d] * lemon/bellman_ford.h (modified) * test/bellman_ford_test.cc (modified) Backed out changeset a6eb9698c321 (#360, #51) Sat, 06 Mar 2010 14:35:12 GMT Alpar Juttner [877:141f9c0db4a3] * demo/arg_parser_demo.cc (modified) * doc/groups.dox (modified) * doc/mainpage.dox (modified) * doc/min_cost_flow.dox (modified) * lemon/adaptors.h (modified) * lemon/arg_parser.cc (modified) * lemon/arg_parser.h (modified) * lemon/bellman_ford.h (modified) * lemon/bfs.h (modified) * lemon/binomial_heap.h (modified) * lemon/bits/array_map.h (modified) * lemon/bits/default_map.h (modified) * lemon/bits/edge_set_extender.h (modified) * lemon/bits/solver_bits.h (modified) * lemon/bits/windows.cc (modified) * lemon/bucket_heap.h (modified) * lemon/capacity_scaling.h (modified) * lemon/cbc.h (modified) * lemon/circulation.h (modified) * lemon/clp.cc (modified) * lemon/clp.h (modified) * lemon/concepts/digraph.h (modified) * lemon/concepts/graph.h (modified) * lemon/concepts/graph_components.h (modified) * lemon/concepts/heap.h (modified) * lemon/connectivity.h (modified) * lemon/core.h (modified) * lemon/cost_scaling.h (modified) * lemon/cplex.cc (modified) * lemon/cycle_canceling.h (modified) * lemon/dfs.h (modified) * lemon/dijkstra.h (modified) * lemon/dimacs.h (modified) * lemon/edge_set.h (modified) * lemon/euler.h (modified) * lemon/fractional_matching.h (modified) * lemon/full_graph.h (modified) * lemon/glpk.cc (modified) * lemon/glpk.h (modified) * lemon/gomory_hu.h (modified) * lemon/graph_to_eps.h (modified) * lemon/hao_orlin.h (modified) * lemon/hartmann_orlin_mmc.h (modified) * lemon/howard_mmc.h (modified) * lemon/karp_mmc.h (modified) * lemon/lgf_reader.h (modified) * lemon/lgf_writer.h (modified) * lemon/list_graph.h (modified) * lemon/lp.h (modified) * lemon/lp_base.cc (modified) * lemon/lp_base.h (modified) * lemon/lp_skeleton.cc (modified) * lemon/lp_skeleton.h (modified) * lemon/maps.h (modified) * lemon/matching.h (modified) * lemon/math.h (modified) * lemon/min_cost_arborescence.h (modified) * lemon/network_simplex.h (modified) * lemon/path.h (modified) * lemon/planarity.h (modified) * lemon/preflow.h (modified) * lemon/smart_graph.h (modified) * lemon/soplex.cc (modified) * lemon/soplex.h (modified) * lemon/static_graph.h (modified) * lemon/suurballe.h (modified) * lemon/unionfind.h (modified) * test/bellman_ford_test.cc (modified) * test/bfs_test.cc (modified) * test/circulation_test.cc (modified) * test/connectivity_test.cc (modified) * test/dfs_test.cc (modified) * test/digraph_test.cc (modified) * test/dijkstra_test.cc (modified) * test/edge_set_test.cc (modified) * test/euler_test.cc (modified) * test/fractional_matching_test.cc (modified) * test/gomory_hu_test.cc (modified) * test/graph_test.cc (modified) * test/hao_orlin_test.cc (modified) * test/maps_test.cc (modified) * test/matching_test.cc (modified) * test/min_cost_arborescence_test.cc (modified) * test/min_cost_flow_test.cc (modified) * test/min_mean_cycle_test.cc (modified) * test/preflow_test.cc (modified) * test/suurballe_test.cc (modified) * test/test_tools.h (modified) * tools/dimacs-solver.cc (modified) Unify the sources (#339) Wed, 17 Mar 2010 11:35:52 GMT Balazs Dezso [876:7f6e2bd76654] * lemon/fractional_matching.h (modified) * lemon/matching.h (modified) Fix multiple executions in matchings (fract. mathcings) (#356) Wed, 17 Mar 2010 09:29:57 GMT Alpar Juttner [875:07ec2b52e53d] * lemon/matching.h (modified) * lemon/matching.h (modified) * lemon/unionfind.h (modified) * lemon/unionfind.h (modified) Merge #356 Tue, 16 Mar 2010 20:27:35 GMT Alpar Juttner [874:d8ea85825e02] * doc/groups.dox (modified) * doc/groups.dox (modified) * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) * test/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/Makefile.am (modified) Merge #314 Thu, 04 Mar 2010 14:20:59 GMT Balazs Dezso [872:41d7ac528c3a] * lemon/fractional_matching.h (modified) * test/fractional_matching_test.cc (modified) Uniforming primal scale to 2 (#314) Thu, 04 Mar 2010 09:17:02 GMT Balazs Dezso [871:86613aa28a0c] * lemon/fractional_matching.h (modified) Fix documentation issues (#314) Sat, 26 Sep 2009 08:17:31 GMT Balazs Dezso [870:61120524af27] * lemon/matching.h (modified) * test/matching_test.cc (modified) Fractional matching initialization of weighted matchings (#314) Fri, 25 Sep 2009 19:51:36 GMT Balazs Dezso [869:636dadefe1e6] * doc/groups.dox (modified) * lemon/Makefile.am (modified) * lemon/fractional_matching.h (added) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/fractional_matching_test.cc (added) Add fractional matching algorithms (#314) Sun, 20 Sep 2009 19:38:24 GMT Balazs Dezso [868:0513ccfea967] * lemon/matching.h (modified) General improvements in weighted matching algorithms (#314) - Fix ... Tue, 16 Mar 2010 20:12:10 GMT Balazs Dezso [867:5b926cc36a4b] * lemon/matching.h (modified) * lemon/unionfind.h (modified) Fix multiple execution bug in weighted matchings (#356) This chgset ... Sat, 13 Mar 2010 21:01:38 GMT Peter Kovacs [864:d3ea191c3412] * lemon/Makefile.am (modified) * lemon/cycle_canceling.h (modified) * lemon/hartmann_orlin_mmc.h (moved) * lemon/howard_mmc.h (moved) * lemon/karp_mmc.h (moved) * test/min_mean_cycle_test.cc (modified) Rename min mean cycle classes and their members (#179) with respect ... Mon, 08 Mar 2010 07:33:41 GMT Peter Kovacs [863:a93f1a27d831] * lemon/capacity_scaling.h (modified) * lemon/cost_scaling.h (modified) * lemon/hartmann_orlin.h (modified) * lemon/howard.h (modified) * lemon/karp.h (modified) * lemon/suurballe.h (modified) Fix gcc 3.3 compilation error (#354) gcc 3.3 requires that a class ... Thu, 04 Mar 2010 09:03:14 GMT Peter Kovacs [862:b6f76c95992e] * lemon/network_simplex.h (modified) Clarify type names in NetworkSimplex (#353) This patch clarifies ... Tue, 02 Mar 2010 09:03:07 GMT Peter Kovacs [860:930ddeafdb20] * lemon/hao_orlin.h (modified) Add tolerance() functions for HaoOrlin (#306) Wed, 03 Mar 2010 17:22:13 GMT Alpar Juttner [859:ac5f72c48367] * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) * lemon/binom_heap.h (deleted) * lemon/fourary_heap.h (deleted) * lemon/kary_heap.h (deleted) Merge #301 Fri, 16 Oct 2009 07:35:46 GMT Peter Kovacs [857:abb95d48e89e] * lemon/suurballe.h (modified) * test/suurballe_test.cc (modified) Add traits class + named parameters to Suurballe (#323) The ... Tue, 29 Sep 2009 11:32:01 GMT Peter Kovacs [855:65a0521e744e] * lemon/Makefile.am (modified) * lemon/binomial_heap.h (moved) * lemon/dheap.h (moved) * lemon/quad_heap.h (moved) * test/heap_test.cc (modified) Rename heap structures (#301) - KaryHeap --> DHeap - FouraryHeap ... Fri, 16 Oct 2009 00:32:30 GMT Peter Kovacs [854:9a7e4e606f83] * lemon/suurballe.h (modified) * test/suurballe_test.cc (modified) Add a fullInit() function to Suurballe (#181, #323) to provide ... Thu, 15 Oct 2009 23:06:16 GMT Peter Kovacs [853:ec0b1b423b8b] * lemon/suurballe.h (modified) Rework and improve Suurballe (#323) - Improve the implementation: ... Thu, 15 Oct 2009 19:04:50 GMT Peter Kovacs [852:30c77d1c0cba] * lemon/suurballe.h (modified) Remove unnecessary integer requirement in Suurballe (#323) Thu, 15 Oct 2009 19:03:17 GMT Peter Kovacs [851:c67e235c832f] * lemon/suurballe.h (modified) Bug fix in Suurballe (#323) Fri, 19 Feb 2010 13:08:32 GMT Peter Kovacs [844:a6eb9698c321] * lemon/bellman_ford.h (modified) * test/bellman_ford_test.cc (modified) Support tolerance technique for BellmanFord (#51) A new operation ... Sun, 14 Feb 2010 18:23:55 GMT Alpar Juttner [842:c2ff0a365245] * demo/arg_parser_demo.cc (modified) * lemon/arg_parser.cc (modified) * lemon/arg_parser.h (modified) ArgParser can throw exception instead of exit(1) (#332) Fri, 26 Feb 2010 22:53:09 GMT Peter Kovacs [841:aa8c9008b3de] * lemon/hartmann_orlin.h (modified) * lemon/howard.h (modified) * lemon/karp.h (modified) Better return type for cycleLength() functions (#179) in the min ... Fri, 26 Feb 2010 13:00:20 GMT Alpar Juttner [840:2914b6f0fde0] * lemon/capacity_scaling.h (modified) * lemon/capacity_scaling.h (modified) * lemon/cost_scaling.h (modified) * lemon/cost_scaling.h (modified) * lemon/cycle_canceling.h (modified) * lemon/cycle_canceling.h (modified) * lemon/network_simplex.h (modified) * lemon/network_simplex.h (modified) Merge #340 Sat, 20 Feb 2010 17:39:03 GMT Peter Kovacs [839:f3bc4e9b5f3a] * lemon/capacity_scaling.h (modified) * lemon/cost_scaling.h (modified) * lemon/cycle_canceling.h (modified) * lemon/network_simplex.h (modified) New heuristics for MCF algorithms (#340) and some implementation ... Sun, 21 Feb 2010 17:55:30 GMT Alpar Juttner [838:2c35bef44dd1] * lemon/graph_to_eps.h (modified) * lemon/graph_to_eps.h (modified) Merge bugfix #336 Thu, 11 Feb 2010 09:02:11 GMT Alpar Juttner [837:f58e01094738] * lemon/graph_to_eps.h (modified) Fix the date field comment of graphToEps() output (#336) Thu, 10 Dec 2009 08:09:08 GMT Balazs Dezso [834:207ba6c0f2e4] * lemon/lp_base.h (modified) Fix LpBase::addRow(Constr) (#334) Sun, 14 Feb 2010 22:14:09 GMT Balazs Dezso [833:d2bc45e8f6f2] * lemon/glpk.h (modified) * lemon/glpk.h (modified) Merge bugfix #337 Sun, 14 Feb 2010 22:10:24 GMT Balazs Dezso [832:5100072d83ca] * lemon/glpk.h (modified) Use void* like LPX object (#337)