# # ChangeLog for test in lemon # # Generated by Trac 1.2.3 # 03/28/24 18:09:47 Tue, 12 May 2009 18:08:23 GMT Peter Kovacs [716:4faca85d40e6] * test/min_cost_flow_test.cc (modified) Avoid Intel C++ Compiler warnings Tue, 12 May 2009 10:08:06 GMT Peter Kovacs [711:cc61d09f053b] * test/min_cost_flow_test.cc (modified) Extend min cost flow test file + check dual costs (#291) Wed, 06 May 2009 12:46:05 GMT Peter Kovacs [696:76cbcb3e9bbb] * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/connectivity_test.cc (added) Add a test file for the connectivity functions (#285) The Euler ... Wed, 29 Apr 2009 14:54:27 GMT Peter Kovacs [689:111698359429] * lemon/network_simplex.h (modified) * test/min_cost_flow_test.cc (modified) Less map copying in NetworkSimplex (#234) - The graph is copied in ... Wed, 29 Apr 2009 01:15:24 GMT Peter Kovacs [687:6c408d864fa1] * doc/groups.dox (modified) * lemon/network_simplex.h (modified) * test/min_cost_flow_test.cc (modified) * tools/dimacs-solver.cc (modified) Support negative costs and bounds in NetworkSimplex (#270) * The ... Tue, 28 Apr 2009 15:44:48 GMT Akos Ladanyi [678:d21b38647e53] * CMakeLists.txt (modified) * test/lp_test.cc (modified) * test/mip_test.cc (modified) Remove superfluous HAVE_CONFIG_H (#278) Tue, 28 Apr 2009 12:51:34 GMT Akos Ladanyi [674:20dac2104519] * CMakeLists.txt (modified) * CMakeLists.txt (modified) * cmake/FindCOIN.cmake (modified) * cmake/FindCPLEX.cmake (modified) * cmake/FindGLPK.cmake (modified) * configure.ac (modified) * configure.ac (modified) * demo/CMakeLists.txt (modified) * demo/CMakeLists.txt (modified) * lemon/CMakeLists.txt (modified) * lemon/CMakeLists.txt (modified) * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) * lemon/bits/default_map.h (modified) * lemon/bits/default_map.h (modified) * lemon/config.h.cmake (modified) * lemon/config.h.cmake (modified) * lemon/config.h.in (modified) * lemon/config.h.in (modified) * lemon/lp.h (modified) * m4/lx_check_coin.m4 (modified) * m4/lx_check_cplex.m4 (modified) * m4/lx_check_cplex.m4 (modified) * m4/lx_check_glpk.m4 (modified) * m4/lx_check_glpk.m4 (modified) * m4/lx_check_soplex.m4 (modified) * m4/lx_check_soplex.m4 (modified) * test/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) * test/lp_test.cc (modified) * test/mip_test.cc (modified) * tools/dimacs-solver.cc (modified) Merge and extend the fix of #275 Sun, 26 Apr 2009 14:44:53 GMT Peter Kovacs [672:029a48052c67] * lemon/min_cost_arborescence.h (modified) * test/min_cost_arborescence_test.cc (modified) Modify the interface of MinCostArborescence + improvements (#267) ... Sat, 25 Apr 2009 00:12:41 GMT Peter Kovacs [670:7c1324b35d89] * lemon/suurballe.h (modified) * test/suurballe_test.cc (modified) * tools/lgf-gen.cc (modified) Modify the interface of Suurballe (#266, #181) - Move the ... Thu, 23 Apr 2009 06:30:40 GMT Akos Ladanyi [668:b536eaacb39b] * CMakeLists.txt (modified) * cmake/FindCOIN.cmake (added) * lemon/CMakeLists.txt (modified) * lemon/config.h.cmake (modified) * test/CMakeLists.txt (modified) FindCOIN for CMake (#256) Thu, 23 Apr 2009 06:29:50 GMT Akos Ladanyi [667:c3ce597c11ae] * CMakeLists.txt (modified) * cmake/FindCPLEX.cmake (added) * lemon/CMakeLists.txt (modified) * lemon/config.h.cmake (modified) * test/CMakeLists.txt (modified) FindCPLEX for CMake (#256) Thu, 23 Apr 2009 06:28:56 GMT Akos Ladanyi [666:ec817dfc2cb7] * CMakeLists.txt (modified) * cmake/FindGLPK.cmake (modified) * lemon/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) FindGLPK improvements (#256) Fri, 24 Apr 2009 10:23:53 GMT Peter Kovacs [662:e3d9bff447ed] * test/min_cost_flow_test.cc (modified) Exploit the changes of #190 in MCF test file (#234, #190) Tue, 21 Apr 2009 14:18:54 GMT Alpar Juttner [658:85cb3aa71cce] * doc/groups.dox (modified) * doc/groups.dox (modified) * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) * lemon/circulation.h (modified) * lemon/circulation.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/circulation_test.cc (modified) * test/circulation_test.cc (modified) * tools/dimacs-solver.cc (modified) * tools/dimacs-solver.cc (modified) Merge and fix Fri, 17 Apr 2009 16:14:35 GMT Peter Kovacs [657:dacc2cee2b4c] * lemon/circulation.h (modified) * lemon/preflow.h (modified) * test/circulation_test.cc (modified) Slightly modify the interface of Circulation and Preflow (#266) in ... Fri, 17 Apr 2009 16:04:36 GMT Peter Kovacs [656:e6927fe719e6] * doc/groups.dox (modified) * lemon/network_simplex.h (modified) * test/min_cost_flow_test.cc (modified) Support >= and <= constraints in NetworkSimplex (#219, #234) By ... Fri, 03 Apr 2009 11:46:16 GMT Peter Kovacs [654:9ad8d2122b50] * lemon/network_simplex.h (modified) * test/min_cost_flow_test.cc (modified) Separate types for flow and cost values in NetworkSimplex (#234) Wed, 25 Mar 2009 20:37:50 GMT Peter Kovacs [653:c7d160f73d52] * lemon/network_simplex.h (modified) * test/min_cost_flow_test.cc (modified) Support multiple run() calls in NetworkSimplex (#234) Wed, 25 Mar 2009 14:58:44 GMT Peter Kovacs [652:5232721b3f14] * lemon/network_simplex.h (modified) * test/min_cost_flow_test.cc (modified) * tools/dimacs-solver.cc (modified) Rework the interface of NetworkSimplex (#234) The parameters of the ... Tue, 24 Feb 2009 08:46:02 GMT Peter Kovacs [648:e8349c6f12ca] * lemon/Makefile.am (modified) * lemon/network_simplex.h (added) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/min_cost_flow_test.cc (added) Port NetworkSimplex from SVN -r3520 (#234) Tue, 21 Apr 2009 12:08:19 GMT Alpar Juttner [647:0ba8dfce7259] * lemon/max_matching.h (deleted) * test/max_matching_test.cc (deleted) Merge Sat, 18 Apr 2009 19:01:12 GMT Balazs Dezso [644:2ca0cdb5f366] * lemon/hao_orlin.h (modified) * test/hao_orlin_test.cc (modified) Fix in HaoOrlin (#264) Wed, 15 Apr 2009 07:37:51 GMT Peter Kovacs [643:293551ad254f] * lemon/gomory_hu.h (modified) * lemon/hao_orlin.h (modified) * test/gomory_hu_test.cc (modified) * test/hao_orlin_test.cc (modified) Improvements and fixes for the minimum cut algorithms (#264) Fri, 17 Apr 2009 07:58:50 GMT Peter Kovacs [641:d657c71db7db] * lemon/Makefile.am (modified) * lemon/matching.h (moved) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/matching_test.cc (moved) * tools/dimacs-solver.cc (modified) Rename max_matching.h to matching.h (#265) Fri, 17 Apr 2009 07:54:14 GMT Peter Kovacs [640:7ac52d6a268e] * lemon/max_matching.h (modified) * test/max_matching_test.cc (modified) Extend and modify the interface of matching algorithms (#265) - ... Wed, 15 Apr 2009 09:47:19 GMT Peter Kovacs [639:2ebfdb89ec66] * lemon/euler.h (modified) * test/euler_test.cc (modified) Improvements for the Euler tools and the test file (#264) Wed, 15 Apr 2009 10:01:14 GMT Peter Kovacs [637:b61354458b59] * doc/groups.dox (modified) * lemon/max_matching.h (modified) * test/max_matching_test.cc (modified) Imporvements for the matching algorithms (#264) Wed, 15 Apr 2009 01:26:45 GMT Peter Kovacs [632:65fbcf2f978a] * test/bfs_test.cc (modified) * test/circulation_test.cc (modified) * test/dfs_test.cc (modified) * test/dijkstra_test.cc (modified) * test/preflow_test.cc (modified) Improve test files for some algorithms (#263) Tue, 14 Apr 2009 08:35:38 GMT Peter Kovacs [628:aa1804409f29] * lemon/circulation.h (modified) * lemon/core.h (modified) * lemon/elevator.h (modified) * lemon/gomory_hu.h (modified) * lemon/hao_orlin.h (modified) * lemon/max_matching.h (modified) * lemon/min_cost_arborescence.h (modified) * lemon/preflow.h (modified) * test/kruskal_test.cc (modified) Exploit that the standard maps are reference maps (#190) Thu, 09 Apr 2009 19:19:16 GMT Balazs Dezso [622:3cbddc293cf9] * test/lp_test.cc (modified) * test/mip_test.cc (modified) Force cplex checking (#260) Sat, 04 Apr 2009 06:30:58 GMT Alpar Juttner [619:be6646ac5d89] * lemon/maps.h (modified) * test/graph_utils_test.cc (modified) DescriptorMap->RangeIdMap, InvertableMap->CrossRefMap (#160) Wed, 01 Apr 2009 20:58:58 GMT Balazs Dezso [614:3314f58e7b25] * Makefile.am (modified) * configure.ac (modified) * lemon/Makefile.am (modified) * lemon/cbc.cc (added) * lemon/cbc.h (added) * lemon/config.h.in (modified) * m4/lx_check_cbc.m4 (added) * test/mip_test.cc (modified) Add CBC support (#204) Wed, 01 Apr 2009 13:18:35 GMT Akos Ladanyi [611:eda12d8ac953] * INSTALL (modified) * Makefile.am (modified) * configure.ac (modified) * demo/Makefile.am (modified) * doc/groups.dox (modified) * scripts/mk-release.sh (modified) * test/Makefile.am (modified) Add 'demo' make target for building the demo programs Fri, 27 Mar 2009 17:49:25 GMT Peter Kovacs [605:f53d641aa967] * test/counter_test.cc (modified) * test/time_measure_test.cc (modified) Improve timer and counter tests (#253) - Do not print the output ... Thu, 19 Mar 2009 07:40:34 GMT Balazs Dezso [598:9d0d7e20f76d] * lemon/cplex.cc (modified) * lemon/cplex.h (modified) * lemon/glpk.cc (modified) * test/lp_test.cc (modified) * test/mip_test.cc (modified) Fix lp related errors and warnings (#241 and #242) Mon, 16 Mar 2009 13:51:32 GMT Akos Ladanyi [596:ba659d676331] * CMakeLists.txt (modified) * demo/CMakeLists.txt (modified) * doc/CMakeLists.txt (modified) * lemon/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) * tools/CMakeLists.txt (modified) Make it possible to use LEMON as a CMake subproject (#240) Wed, 04 Mar 2009 13:56:09 GMT Peter Kovacs [593:d6b40ebb2617] * lemon/gomory_hu.h (modified) * test/gomory_hu_test.cc (modified) Doc improvements in GomoryHu (#66) And make init() and start() ... Wed, 25 Feb 2009 11:10:57 GMT Alpar Juttner [592:e72bacfea6b7] * lemon/Makefile.am (modified) * lemon/gomory_hu.h (moved) * test/gomory_hu_test.cc (modified) Remane GomoryHuTree to GomoryHu (#66) Wed, 25 Feb 2009 11:10:52 GMT Alpar Juttner [591:ccd2d3a3001e] * lemon/gomory_hu_tree.h (modified) * test/gomory_hu_test.cc (modified) Cut iterators for GomoryHuTree + doc cleanup + bug fixes (#66) Fri, 20 Feb 2009 16:17:17 GMT Janos Tapolcai [590:924887566bf2] * lemon/Makefile.am (modified) * lemon/gomory_hu_tree.h (added) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/gomory_hu_test.cc (added) Porting Gomory-Hu algorithm (#66) Wed, 04 Mar 2009 13:43:05 GMT Alpar Juttner [589:fc6c7aab4b8d] * lemon/glpk.cc (modified) * lemon/glpk.cc (modified) * lemon/glpk.h (modified) * lemon/glpk.h (modified) * test/lp_test.cc (modified) * test/lp_test.cc (modified) * test/mip_test.cc (modified) * test/mip_test.cc (modified) Merge Thu, 26 Feb 2009 07:39:16 GMT Alpar Juttner [587:9db62975c32b] * lemon/clp.cc (modified) * lemon/clp.h (modified) * lemon/cplex.cc (modified) * lemon/cplex.h (modified) * lemon/glpk.cc (modified) * lemon/glpk.h (modified) * lemon/lp_base.h (modified) * lemon/lp_skeleton.cc (modified) * lemon/lp_skeleton.h (modified) * lemon/soplex.cc (modified) * lemon/soplex.h (modified) * test/lp_test.cc (modified) * test/mip_test.cc (modified) Fix newSolver()/cloneSolver() API in LP tools + doc improvements ... Mon, 23 Feb 2009 22:44:29 GMT Balazs Dezso [585:ba124394367a] * lemon/glpk.cc (modified) * lemon/glpk.h (modified) * test/lp_test.cc (modified) * test/mip_test.cc (modified) Automatic GLPK env deallocation (#213) Mon, 23 Feb 2009 21:54:25 GMT Balazs Dezso [584:0fec6a017ead] * lemon/glpk.cc (modified) * lemon/glpk.h (modified) * test/lp_test.cc (modified) * test/mip_test.cc (modified) Fix GLPK tests (#213) Mon, 23 Feb 2009 13:53:45 GMT Peter Kovacs [578:ba7bafdc458d] * test/euler_test.cc (modified) Avoid warnings in test/euler_test.h (#65) Mon, 23 Feb 2009 12:26:21 GMT Alpar Juttner [575:88bd39ef7d98] * 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 Mon, 03 Nov 2008 11:59:54 GMT Akos Ladanyi [569:22f932bbb305] * lemon/Makefile.am (modified) * lemon/euler.h (modified) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/euler_test.cc (added) Test for euler.h (#65) Fri, 13 Feb 2009 12:29:28 GMT Balazs Dezso [559:9b9ffe7d9b75] * lemon/adaptors.h (modified) * lemon/edge_set.h (modified) * test/CMakeLists.txt (modified) * test/edge_set_test.cc (modified) Fixes for MSVC 2008 in grap_adaptors.h and edge_set.h (#194) ... Thu, 22 Jan 2009 14:46:15 GMT Alpar Juttner [554:e6ae4999cf22] * CMakeLists.txt (modified) * lemon/base.cc (modified) * test/CMakeLists.txt (modified) * test/maps_test.cc (modified) Suppress or fix VS2008 warnings + turn off faulty tests using CMAKE ... Mon, 12 Jan 2009 22:11:39 GMT Peter Kovacs [550:c35afa9e89e7] * test/adaptors_test.cc (modified) Slightly simplify adaptors_test.cc Tue, 28 Apr 2009 12:38:06 GMT Akos Ladanyi [539:d8ca76573eb3] * CMakeLists.txt (modified) * demo/CMakeLists.txt (modified) * lemon/CMakeLists.txt (modified) * lemon/Makefile.am (modified) * test/CMakeLists.txt (modified) Install lemon/config.h (#274) Tue, 02 Dec 2008 22:33:47 GMT Balazs Dezso [522:7f8560cb9d65] * lemon/Makefile.am (modified) * lemon/min_cost_arborescence.h (added) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/min_cost_arborescence_test.cc (added) Port MinCostArborescence algorithm from SVN #3509 Thu, 22 Jan 2009 15:15:51 GMT Alpar Juttner [500:2b6a20528f35] * CMakeLists.txt (modified) * lemon/base.cc (modified) * test/maps_test.cc (modified) Backport [e6ae4999cf22] from main (Suppress or fix VS2008 warnings) ... Wed, 21 Jan 2009 18:08:31 GMT Akos Ladanyi [498:f59df77f5c8d] * demo/CMakeLists.txt (modified) * lemon/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) Fix CMAKE build without GLPK Tue, 20 Jan 2009 12:23:14 GMT Akos Ladanyi [496:17d918051964] * CMakeLists.txt (modified) * cmake/FindGLPK.cmake (added) * demo/CMakeLists.txt (modified) * lemon/CMakeLists.txt (modified) * lemon/config.h.cmake (added) * test/CMakeLists.txt (modified) Build GLPK dependent parts with CMake too Mon, 12 Jan 2009 13:37:37 GMT Alpar Juttner [492:04c0631fd332] * 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 Mon, 08 Dec 2008 10:38:02 GMT Balazs Dezso [491:68fe66e2b34a] * lemon/Makefile.am (modified) * lemon/bits/edge_set_extender.h (added) * lemon/edge_set.h (added) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/edge_set_test.cc (added) ArcSet and EdgeSet ports from SVN 3489 (ticket #67) Mon, 12 Jan 2009 13:18:03 GMT Alpar Juttner [490:a1155a9e8e09] * test/CMakeLists.txt (modified) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/Makefile.am (modified) * test/graph_adaptor_test.cc (deleted) Merge Mon, 12 Jan 2009 07:18:04 GMT Peter Kovacs [488:2b5496c62ccd] * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/adaptors_test.cc (moved) Rename graph_adaptor_test.cc to adaptors_test.cc (#67) Mon, 12 Jan 2009 07:05:30 GMT Peter Kovacs [487:acfb0f24d178] * lemon/adaptors.h (modified) * test/graph_adaptor_test.cc (modified) Rename Residual to ResidualDigraph (#67) The new name is more ... Mon, 12 Jan 2009 06:52:48 GMT Peter Kovacs [486:a2fd8b8d0b30] * test/graph_adaptor_test.cc (modified) Greatly extend and improve the test file for adaptors (#67) - Add ... Mon, 12 Jan 2009 12:26:02 GMT Alpar Juttner [485:9b082b3fb33f] * lemon/clp.cc (modified) * lemon/clp.h (modified) * lemon/cplex.cc (modified) * lemon/cplex.h (modified) * lemon/glpk.cc (modified) * lemon/glpk.h (modified) * lemon/lp.h (modified) * lemon/soplex.cc (modified) * lemon/soplex.h (modified) * test/lp_test.cc (modified) * test/mip_test.cc (modified) Rename Lp*/Mip* to *Lp/*Mip Mon, 12 Jan 2009 12:26:01 GMT Alpar Juttner [484:08d495d48089] * lemon/Makefile.am (modified) * lemon/clp.cc (added) * lemon/clp.h (added) * lemon/cplex.cc (added) * lemon/cplex.h (added) * lemon/glpk.cc (added) * lemon/glpk.h (added) * lemon/lp.h (modified) * lemon/lp_clp.cc (deleted) * lemon/lp_clp.h (deleted) * lemon/lp_cplex.cc (deleted) * lemon/lp_cplex.h (deleted) * lemon/lp_glpk.cc (deleted) * lemon/lp_glpk.h (deleted) * lemon/lp_soplex.cc (deleted) * lemon/lp_soplex.h (deleted) * lemon/soplex.cc (added) * lemon/soplex.h (added) * test/lp_test.cc (modified) * test/mip_test.cc (modified) Remove lp_ prefix from the solver's header name Mon, 12 Jan 2009 12:25:55 GMT Alpar Juttner [483:76ec7bd57026] * test/lp_test.cc (modified) Bypass warnings with gcc 4.3 Tue, 02 Dec 2008 21:48:28 GMT Balazs Dezso [482:ed54c0d13df0] * configure.ac (modified) * lemon/CMakeLists.txt (modified) * lemon/Makefile.am (modified) * lemon/bits/lp_id.h (deleted) * lemon/bits/solver_bits.h (added) * lemon/config.h.in (modified) * lemon/lp.h (modified) * lemon/lp_base.cc (modified) * lemon/lp_base.h (modified) * lemon/lp_clp.cc (added) * lemon/lp_clp.h (added) * 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) * lemon/lp_soplex.cc (modified) * lemon/lp_soplex.h (modified) * lemon/mip_cplex.cc (deleted) * lemon/mip_cplex.h (deleted) * lemon/mip_glpk.cc (deleted) * lemon/mip_glpk.h (deleted) * m4/lx_check_clp.m4 (added) * m4/lx_check_glpk.m4 (modified) * test/lp_test.cc (modified) * test/mip_test.cc (modified) Thorough redesign of the LP/MIP interface (#44) - Redesigned class ... Tue, 02 Dec 2008 20:40:33 GMT Balazs Dezso [481:7afc121e0689] * configure.ac (modified) * lemon/CMakeLists.txt (modified) * lemon/Makefile.am (modified) * lemon/bits/lp_id.h (added) * lemon/config.h.in (modified) * lemon/lp.h (added) * lemon/lp_base.cc (added) * lemon/lp_base.h (added) * lemon/lp_cplex.cc (added) * lemon/lp_cplex.h (added) * lemon/lp_glpk.cc (added) * lemon/lp_glpk.h (added) * lemon/lp_skeleton.cc (added) * lemon/lp_skeleton.h (added) * lemon/lp_soplex.cc (added) * lemon/lp_soplex.h (added) * lemon/mip_cplex.cc (added) * lemon/mip_cplex.h (added) * lemon/mip_glpk.cc (added) * lemon/mip_glpk.h (added) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/lp_test.cc (added) * test/mip_test.cc (added) Port LP and MIP solvers from SVN -r3509 (#44) Thu, 08 Jan 2009 17:19:26 GMT Alpar Juttner [468:75a5df083951] * 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 Thu, 08 Jan 2009 17:10:42 GMT Alpar Juttner [467:ba49101c9b07] * lemon/radix_sort.h (modified) * test/radix_sort_test.cc (modified) Update to 2009 plus whitespace unification Tue, 02 Dec 2008 22:15:43 GMT Balazs Dezso [466:de16f1f2d228] * lemon/radix_sort.h (modified) * test/radix_sort_test.cc (modified) Rename counterSort to stableRadixSort Tue, 02 Dec 2008 10:17:30 GMT Alpar Juttner [465:31d224a3c0af] * lemon/radix_sort.h (modified) * test/radix_sort_test.cc (modified) Doc improvements and source unification in radix_sort (#72) Fri, 17 Oct 2008 21:55:18 GMT Balazs Dezso [464:4f7224faf3bd] * lemon/Makefile.am (modified) * lemon/radix_sort.h (added) * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/radix_sort_test.cc (added) Porting radix sorts from SVN #3509 Wed, 31 Dec 2008 23:00:00 GMT Alpar Juttner [463:88ed40ad0d4f] * LICENSE (modified) * demo/arg_parser_demo.cc (modified) * demo/graph_to_eps_demo.cc (modified) * demo/lgf_demo.cc (modified) * doc/coding_style.dox (modified) * doc/dirs.dox (modified) * doc/groups.dox (modified) * doc/lgf.dox (modified) * doc/license.dox (modified) * doc/mainpage.dox (modified) * doc/migration.dox (modified) * doc/named-param.dox (modified) * doc/namespaces.dox (modified) * doc/template.h (modified) * lemon/Makefile.am (modified) * lemon/adaptors.h (modified) * lemon/arg_parser.cc (modified) * lemon/arg_parser.h (modified) * lemon/assert.h (modified) * lemon/base.cc (modified) * lemon/bfs.h (modified) * lemon/bin_heap.h (modified) * lemon/bits/alteration_notifier.h (modified) * lemon/bits/array_map.h (modified) * lemon/bits/base_extender.h (modified) * lemon/bits/bezier.h (modified) * lemon/bits/default_map.h (modified) * lemon/bits/enable_if.h (modified) * lemon/bits/graph_adaptor_extender.h (modified) * lemon/bits/graph_extender.h (modified) * lemon/bits/map_extender.h (modified) * lemon/bits/path_dump.h (modified) * lemon/bits/traits.h (modified) * lemon/bits/variant.h (modified) * lemon/bits/vector_map.h (modified) * lemon/circulation.h (modified) * lemon/color.cc (modified) * lemon/color.h (modified) * 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) * lemon/connectivity.h (modified) * lemon/core.h (modified) * lemon/counter.h (modified) * lemon/dfs.h (modified) * lemon/dijkstra.h (modified) * lemon/dim2.h (modified) * lemon/dimacs.h (modified) * lemon/elevator.h (modified) * lemon/error.h (modified) * lemon/full_graph.h (modified) * lemon/graph_to_eps.h (modified) * lemon/grid_graph.h (modified) * lemon/hao_orlin.h (modified) * lemon/hypercube_graph.h (modified) * lemon/kruskal.h (modified) * lemon/lgf_reader.h (modified) * lemon/lgf_writer.h (modified) * lemon/list_graph.h (modified) * lemon/maps.h (modified) * lemon/math.h (modified) * lemon/max_matching.h (modified) * lemon/nauty_reader.h (modified) * lemon/path.h (modified) * lemon/preflow.h (modified) * lemon/random.cc (modified) * lemon/random.h (modified) * lemon/smart_graph.h (modified) * lemon/suurballe.h (modified) * lemon/time_measure.h (modified) * lemon/tolerance.h (modified) * lemon/unionfind.h (modified) * test/Makefile.am (modified) * test/bfs_test.cc (modified) * test/circulation_test.cc (modified) * test/counter_test.cc (modified) * test/dfs_test.cc (modified) * test/digraph_test.cc (modified) * test/dijkstra_test.cc (modified) * test/dim_test.cc (modified) * test/error_test.cc (modified) * test/graph_adaptor_test.cc (modified) * test/graph_copy_test.cc (modified) * test/graph_test.cc (modified) * test/graph_test.h (modified) * test/graph_utils_test.cc (modified) * test/hao_orlin_test.cc (modified) * test/heap_test.cc (modified) * test/kruskal_test.cc (modified) * test/maps_test.cc (modified) * test/max_matching_test.cc (modified) * test/path_test.cc (modified) * test/preflow_test.cc (modified) * test/random_test.cc (modified) * test/suurballe_test.cc (modified) * test/test_tools.h (modified) * test/test_tools_fail.cc (modified) * test/test_tools_pass.cc (modified) * test/time_measure_test.cc (modified) * test/unionfind_test.cc (modified) * tools/dimacs-to-lgf.cc (modified) Happy New Year again - update the copyright headers + run the ... Mon, 08 Dec 2008 15:47:20 GMT Alpar Juttner [445:b2564598b46d] * test/min_cost_flow_test.lgf (deleted) * test/preflow_graph.lgf (deleted) Merge Mon, 08 Dec 2008 12:29:00 GMT Alpar Juttner [443:346991bf7ddd] * test/CMakeLists.txt (modified) * test/Makefile.am (modified) Update test/CMakeLists.txt and test/Makefile.am Mon, 08 Dec 2008 15:18:04 GMT Alpar Juttner [442:ff48c2738fb2] * test/Makefile.am (modified) * test/min_cost_flow_test.lgf (deleted) * test/preflow_graph.lgf (deleted) * test/preflow_test.cc (modified) * test/suurballe_test.cc (modified) Inline the test input files into the source code Tue, 02 Dec 2008 15:33:22 GMT Alpar Juttner [434:ad483acf1654] * doc/groups.dox (modified) * doc/groups.dox (modified) * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) * test/Makefile.am (modified) * test/Makefile.am (modified) Merge Sun, 30 Nov 2008 18:18:32 GMT Balazs Dezso [432:76287c8caa26] * doc/groups.dox (modified) * lemon/Makefile.am (modified) * lemon/adaptors.h (moved) * lemon/bits/graph_adaptor_extender.h (modified) * lemon/bits/variant.h (modified) * lemon/graph_adaptor.h (deleted) * test/graph_adaptor_test.cc (modified) Reorganication of graph adaptors and doc improvements (#67) - ... Sun, 30 Nov 2008 18:00:30 GMT Balazs Dezso [431:4b6112235fad] * lemon/digraph_adaptor.h (modified) * lemon/graph_adaptor.h (modified) * test/graph_adaptor_test.cc (modified) Improvements in graph adaptors (#67) Remove DigraphAdaptor and ... Sun, 30 Nov 2008 17:57:18 GMT Balazs Dezso [430:05357da973ce] * lemon/Makefile.am (modified) * lemon/bits/graph_adaptor_extender.h (added) * lemon/bits/variant.h (added) * lemon/digraph_adaptor.h (added) * lemon/graph_adaptor.h (added) * test/Makefile.am (modified) * test/graph_adaptor_test.cc (added) Port graph adaptors from svn -r3498 (#67) Mon, 01 Dec 2008 22:15:15 GMT Balazs Dezso [426:eac19fb31a09] * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/hao_orlin_test.cc (added) Simple test for HaoOrlin algorithm class (#58) Mon, 01 Dec 2008 14:18:40 GMT Alpar Juttner [419:59d3aa4f921f] * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) * test/Makefile.am (modified) * test/Makefile.am (modified) Merge Mon, 01 Dec 2008 13:23:59 GMT Peter Kovacs [418:940587667b47] * test/circulation_test.cc (modified) Improve test file for Circulation (#175) - Bug fix: add a missing ... Mon, 01 Dec 2008 14:11:31 GMT Alpar Juttner [415:fa341dd6ab23] * demo/Makefile.am (modified) * demo/circulation-input.lgf (deleted) * demo/circulation_demo.cc (deleted) * test/Makefile.am (modified) * test/circulation_test.cc (added) Transform circulation demo to test Mon, 01 Dec 2008 13:33:42 GMT Peter Kovacs [412:62f9787c516c] * lemon/dijkstra.h (modified) * test/dijkstra_test.cc (modified) Remove DijkstraWidestPathOperationTraits (#187) Sat, 29 Nov 2008 23:51:20 GMT Peter Kovacs [409:e7707b3069f1] * test/preflow_graph.lgf (modified) * test/preflow_test.cc (modified) Better test files for Preflow (#176) - Slightly improve ... Sat, 29 Nov 2008 23:48:07 GMT Peter Kovacs [407:db3251947eba] * lemon/preflow.h (modified) * test/preflow_test.cc (modified) Rename flowInit() to init() in Preflow (#176) Fri, 21 Nov 2008 14:26:58 GMT Alpar Juttner [406:624e673efa76] * lemon/preflow.h (modified) * test/preflow_test.cc (modified) Def -> Set renaming in Preflow Fri, 21 Nov 2008 14:11:29 GMT Alpar Juttner [404:660db48f324f] * lemon/Makefile.am (modified) * lemon/preflow.h (added) * test/Makefile.am (modified) * test/preflow_graph.lgf (added) * test/preflow_test.cc (added) Port preflow push max flow alg. from svn -r3516 (#176) Namely, - ... Fri, 07 Nov 2008 13:14:22 GMT Alpar Juttner [388:2d87dbd7f8c8] * lemon/smart_graph.h (modified) * lemon/smart_graph.h (modified) * test/digraph_test.cc (modified) * test/digraph_test.cc (modified) * test/graph_test.cc (modified) * test/graph_test.cc (modified) Merge Fri, 07 Nov 2008 11:15:16 GMT Peter Kovacs [387:49d9a36b3b84] * test/digraph_test.cc (modified) * test/graph_test.cc (modified) * test/graph_test.h (modified) Extend test cases for graphs and digraphs (#172) Fri, 07 Nov 2008 13:04:54 GMT Alpar Juttner [385:7b6466ed488a] * lemon/hypercube_graph.h (modified) * test/graph_test.cc (modified) Avoid bit operator precedence warning with gcc-4.3 Some of these ... Thu, 06 Nov 2008 14:16:37 GMT Peter Kovacs [377:a12eef1f82b2] * lemon/hypercube_graph.h (modified) * test/digraph_test.cc (modified) * test/graph_test.cc (modified) * tools/lemon-0.x-to-1.x.sh (modified) Rework hypercube graph implementation to be undirected (#57) Wed, 05 Nov 2008 20:36:28 GMT Peter Kovacs [376:b4a01426c0d9] * lemon/Makefile.am (modified) * lemon/hypercube_graph.h (added) * test/digraph_test.cc (modified) Port hypercube digraph structure from SVN 3503 (#57) Tue, 04 Nov 2008 10:21:22 GMT Alpar Juttner [368:99f1bdf8f7db] * lemon/Makefile.am (modified) * lemon/Makefile.am (modified) * test/graph_test.cc (modified) * test/graph_test.cc (modified) Merge Sat, 01 Nov 2008 18:22:18 GMT Peter Kovacs [366:80a4d0742e98] * lemon/full_graph.h (modified) * test/digraph_test.cc (modified) Improvements related to full graphs (#57) Thu, 14 Aug 2008 19:49:39 GMT Balazs Dezso [365:37557a46e298] * lemon/Makefile.am (modified) * lemon/full_graph.h (added) * test/digraph_test.cc (modified) * test/graph_test.cc (modified) Porting full graphs from svn 3498 - the FullGraph is redesigned in ... Tue, 28 Oct 2008 22:10:27 GMT Peter Kovacs [358:7f26c4b32651] * lemon/suurballe.h (modified) * test/suurballe_test.cc (modified) Minor doc improvements related to Suurballe (#47) Tue, 28 Oct 2008 18:39:53 GMT Alpar Juttner [357:2f64c4a692a8] * lemon/Makefile.am (modified) * lemon/suurballe.h (added) * test/Makefile.am (modified) * test/min_cost_flow_test.lgf (added) * test/suurballe_test.cc (added) Port Suurballe algorithm from svn -r3512 Sat, 18 Oct 2008 11:15:00 GMT Peter Kovacs [348:052cecabcb71] * lemon/grid_graph.h (modified) * test/graph_test.cc (modified) Fixes and improvements related to GridGraph Mon, 20 Oct 2008 10:36:02 GMT Balazs Dezso [347:160bf92c7cdc] * doc/CMakeLists.txt (modified) * doc/Makefile.am (modified) * doc/images/grid_graph.eps (added) * lemon/grid_graph.h (modified) * test/graph_test.cc (modified) Improvement on grid graphs - The indexing of matrix is changed ...