|  |  | @863:6be1f9bd2ac0 | 16 years | Alpar Juttner | Merge #62 | 
                
                  |  |  | @862:58c330ad0b5c | 16 years | Balazs Dezso | Planarity checking function instead of class (#62) | 
                
                  |  |  | @861:30cb42e3e43a | 16 years | Balazs Dezso | Port planarity related algorithms from SVN 3509 (#62) | 
                
                  |  |  | @840:7c0ad6bd6a63 | 16 years | Akos Ladanyi | Optionally use valgrind when running tests + other build system fixes | 
                
                  |  |  | @838:4e3484a2e90c | 16 years | Alpar Juttner | Merge | 
                
                  |  |  | @837:1870cfd14fb6 | 16 years | Alpar Juttner | Fix gcc-4.4 compilation warning | 
                
                  |  |  | @836:8ddb7deabab9 | 16 years | Peter Kovacs | Map utility functions (#320) | 
                
                  |  |  | @830:ef88c0a30f85 | 16 years | Alpar Juttner | Merge #293 | 
                
                  |  |  | @828:6f10c6ec5a21 | 16 years | Peter Kovacs | Small fixes related to BellmanFord? (#51)
 - Add a missing #include.
 … | 
                
                  |  |  | @827:580af8cf2f6a | 16 years | Alpar Juttner | Merge #68 (Port static graph implementation) | 
                
                  |  |  | @824:5764dd9b6e18 | 16 years | Peter Kovacs | Add a new build() function to StaticDigraph? (#68)
This function … | 
                
                  |  |  | @823:eff1caf6d32e | 16 years | Peter Kovacs | Extend the interface of StaticDigraph? (#68)
with index(), arc() and … | 
                
                  |  |  | @821:f4b5c2d5449d | 16 years | Peter Kovacs | Small improvements + add tests for StaticDigraph? (#68) | 
                
                  |  |  | @817:432c54cec63c | 16 years | Alpar Juttner | Merge #179 (Port the min mean cycle algorithms) | 
                
                  |  |  | @816:e746fb14e680 | 16 years | Peter Kovacs | Add tolerance() functions for MMC classes (#179) | 
                
                  |  |  | @813:97744b6dabf8 | 16 years | Peter Kovacs | Add HartmannOrlin? algorithm class (#179)
This algorithm is an improved … | 
                
                  |  |  | @812:3b544a9c92db | 16 years | Peter Kovacs | Add Karp algorithm class (#179)
based on the MinMeanCycle? … | 
                
                  |  |  | @811:1fac515a59c1 | 16 years | Peter Kovacs | Rename MinMeanCycle? to Howard (#179) | 
                
                  |  |  | @810:93cd93e82f9b | 16 years | Peter Kovacs | Add a detailed test file for MinMeanCycle? and fix test_tools.h (#179) | 
                
                  |  |  | @795:4792459983d0 | 16 years | Alpar Juttner | Fix (and improve) error message in mip_test.cc (#317) | 
                
                  |  |  | @787:819ca5b50de0 | 16 years | Peter Kovacs | Add a warning for List(Di)Graph::Snapshot (#311)
and extend tests for … | 
                
                  |  |  | @784:9d6c3e8b2421 | 16 years | Peter Kovacs | Add a resize() function to HypercubeGraph? (#311)
just like the similar … | 
                
                  |  |  | @783:2e20aad15754 | 16 years | Peter Kovacs | Add reserve functions to ListGraph? and SmartGraph? (#311)
ListDigraph? … | 
                
                  |  |  | @773:3fc2a801c39e | 16 years | Alpar Juttner | Merge #302 | 
                
                  |  |  | @771:d8073df341f6 | 16 years | Peter Kovacs | Rename ValueIterator? to ValueIt? in graph maps (#302)
but keep … | 
                
                  |  |  | @770:acdd0bd75a55 | 16 years | Peter Kovacs | Extend maps_test.cc (#302) | 
                
                  |  |  | @768:99124ea4f048 | 16 years | Peter Kovacs | Merge | 
                
                  |  |  | @767:6e8c27ee9079 | 16 years | Peter Kovacs | Improvements for graph maps (#302)
 - Add a count() function to … | 
                
                  |  |  | @749:bdc7dfc8c054 | 16 years | Peter Kovacs | Bug fix in PairingHeap::pop() (#301) | 
                
                  |  |  | @748:d1a9224f1e30 | 16 years | Peter Kovacs | Add fourary, k-ary, pairing and binomial heaps (#301)
These structures … | 
                
                  |  |  | @746:75325dfccf38 | 16 years | Peter Kovacs | Add negativeCycle() function to BellmanFord? (#51) | 
                
                  |  |  | @745:f9746e45246e | 16 years | Peter Kovacs | Add a detailed test file for BellmanFord? (#51) | 
                
                  |  |  | @742:8dae88c5943e | 16 years | Alpar Juttner | Merge | 
                
                  |  |  | @741:71939d63ae77 | 16 years | Peter Kovacs | Improvements for iterable maps (#73) | 
                
                  |  |  | @740:7bda7860e0a8 | 16 years | Balazs Dezso | Port iterable maps from SVN 3509 (#73) | 
                
                  |  |  | @736:86c49553fea5 | 16 years | Peter Kovacs | Test file + doc improvements (#307) | 
                
                  |  |  | @731:7b1a6e963018 | 16 years | Peter Kovacs | Fix the implementation and doc of CrossRefMap? (#302)
 - Handle … | 
                
                  |  |  | @728:532697c9fa53 | 16 years | Balazs Dezso | Port remaining heaps from SVN -r 3509 (#50)
 - FibHeap?
 - RadixHeap?
 … | 
                
                  |  |  | @726:9c7639f3a741 | 16 years | Akos Ladanyi | Minor CMake improvements
* Use the empty ELSE(), ENDIF(), ENDMACRO(), … | 
                
                  |  |  | @716:4faca85d40e6 | 16 years | Peter Kovacs | Avoid Intel C++ Compiler warnings | 
                
                  |  |  | @711:cc61d09f053b | 16 years | Peter Kovacs | Extend min cost flow test file + check dual costs (#291) | 
                
                  |  |  | @696:76cbcb3e9bbb | 16 years | Peter Kovacs | Add a test file for the connectivity functions (#285)
The Euler tools … | 
                
                  |  |  | @689:111698359429 | 17 years | Peter Kovacs | Less map copying in NetworkSimplex? (#234)
 - The graph is copied in … | 
                
                  |  |  | @687:6c408d864fa1 | 17 years | Peter Kovacs | Support negative costs and bounds in NetworkSimplex? (#270)
  * The … | 
                
                  |  |  | @678:d21b38647e53 | 17 years | Akos Ladanyi | Remove superfluous HAVE_CONFIG_H (#278) | 
                
                  |  |  | @674:20dac2104519 | 17 years | Akos Ladanyi | Merge and extend the fix of #275 | 
                
                  |  |  | @672:029a48052c67 | 17 years | Peter Kovacs | Modify the interface of MinCostArborescence? + improvements (#267)
 - … | 
                
                  |  |  | @670:7c1324b35d89 | 17 years | Peter Kovacs | Modify the interface of Suurballe (#266, #181)
 - Move the parameters … | 
                
                  |  |  | @668:b536eaacb39b | 17 years | Akos Ladanyi | FindCOIN for CMake (#256) | 
                
                  |  |  | @667:c3ce597c11ae | 17 years | Akos Ladanyi | FindCPLEX for CMake (#256) | 
                
                  |  |  | @666:ec817dfc2cb7 | 17 years | Akos Ladanyi | FindGLPK improvements (#256) | 
                
                  |  |  | @662:e3d9bff447ed | 17 years | Peter Kovacs | Exploit the changes of #190 in MCF test file (#234, #190) | 
                
                  |  |  | @658:85cb3aa71cce | 17 years | Alpar Juttner | Merge and fix | 
                
                  |  |  | @657:dacc2cee2b4c | 17 years | Peter Kovacs | Slightly modify the interface of Circulation and Preflow (#266)
in … | 
                
                  |  |  | @656:e6927fe719e6 | 17 years | Peter Kovacs | Support >= and <= constraints in NetworkSimplex? (#219, #234)
By … | 
                
                  |  |  | @654:9ad8d2122b50 | 17 years | Peter Kovacs | Separate types for flow and cost values in NetworkSimplex? (#234) | 
                
                  |  |  | @653:c7d160f73d52 | 17 years | Peter Kovacs | Support multiple run() calls in NetworkSimplex? (#234) | 
                
                  |  |  | @652:5232721b3f14 | 17 years | Peter Kovacs | Rework the interface of NetworkSimplex? (#234)
The parameters of the … | 
                
                  |  |  | @648:e8349c6f12ca | 17 years | Peter Kovacs | Port NetworkSimplex? from SVN -r3520 (#234) | 
                
                  |  |  | @647:0ba8dfce7259 | 17 years | Alpar Juttner | Merge | 
                
                  |  |  | @644:2ca0cdb5f366 | 17 years | Balazs Dezso | Fix in HaoOrlin? (#264) | 
                
                  |  |  | @643:293551ad254f | 17 years | Peter Kovacs | Improvements and fixes for the minimum cut algorithms (#264) | 
                
                  |  |  | @641:d657c71db7db | 17 years | Peter Kovacs | Rename max_matching.h to matching.h (#265) | 
                
                  |  |  | @640:7ac52d6a268e | 17 years | Peter Kovacs | Extend and modify the interface of matching algorithms (#265)
 - … | 
                
                  |  |  | @639:2ebfdb89ec66 | 17 years | Peter Kovacs | Improvements for the Euler tools and the test file (#264) | 
                
                  |  |  | @637:b61354458b59 | 17 years | Peter Kovacs | Imporvements for the matching algorithms (#264) | 
                
                  |  |  | @632:65fbcf2f978a | 17 years | Peter Kovacs | Improve test files for some algorithms (#263) | 
                
                  |  |  | @628:aa1804409f29 | 17 years | Peter Kovacs | Exploit that the standard maps are reference maps (#190) | 
                
                  |  |  | @622:3cbddc293cf9 | 17 years | Balazs Dezso | Force cplex checking (#260) | 
                
                  |  |  | @619:be6646ac5d89 | 17 years | Alpar Juttner | DescriptorMap?->RangeIdMap?, InvertableMap?->CrossRefMap? (#160) | 
                
                  |  |  | @614:3314f58e7b25 | 17 years | Balazs Dezso | Add CBC support (#204) | 
                
                  |  |  | @611:eda12d8ac953 | 17 years | Akos Ladanyi | Add 'demo' make target for building the demo programs | 
                
                  |  |  | @605:f53d641aa967 | 17 years | Peter Kovacs | Improve timer and counter tests (#253)
 - Do not print the output of … | 
                
                  |  |  | @598:9d0d7e20f76d | 17 years | Balazs Dezso | Fix lp related errors and warnings (#241 and #242) | 
                
                  |  |  | @596:ba659d676331 | 17 years | Akos Ladanyi | Make it possible to use LEMON as a CMake subproject (#240) | 
                
                  |  |  | @593:d6b40ebb2617 | 17 years | Peter Kovacs | Doc improvements in GomoryHu? (#66)
And make init() and start() private … | 
                
                  |  |  | @592:e72bacfea6b7 | 17 years | Alpar Juttner | Remane GomoryHuTree? to GomoryHu? (#66) | 
                
                  |  |  | @591:ccd2d3a3001e | 17 years | Alpar Juttner | Cut iterators for GomoryHuTree? + doc cleanup + bug fixes (#66) | 
                
                  |  |  | @590:924887566bf2 | 17 years | tapolcai | Porting Gomory-Hu algorithm (#66) | 
                
                  |  |  | @589:fc6c7aab4b8d | 17 years | Alpar Juttner | Merge | 
                
                  |  |  | @587:9db62975c32b | 17 years | Alpar Juttner | Fix newSolver()/cloneSolver() API in LP tools + doc improvements … | 
                
                  |  |  | @585:ba124394367a | 17 years | Balazs Dezso | Automatic GLPK env deallocation (#213) | 
                
                  |  |  | @584:0fec6a017ead | 17 years | Balazs Dezso | Fix GLPK tests (#213) | 
                
                  |  |  | @578:ba7bafdc458d | 17 years | Peter Kovacs | Avoid warnings in test/euler_test.h (#65) | 
                
                  |  |  | @575:88bd39ef7d98 | 17 years | Alpar Juttner | Merge | 
                
                  |  |  | @569:22f932bbb305 | 17 years | Akos Ladanyi | Test for euler.h (#65) | 
                
                  |  |  | @559:9b9ffe7d9b75 | 17 years | Balazs Dezso | Fixes for MSVC 2008 in grap_adaptors.h and edge_set.h (#194)
Several … | 
                
                  |  |  | @554:e6ae4999cf22 | 17 years | Alpar Juttner | Suppress or fix VS2008 warnings + turn off faulty tests using CMAKE (#208) | 
                
                  |  |  | @550:c35afa9e89e7 | 17 years | Peter Kovacs | Slightly simplify adaptors_test.cc | 
                
                  |  |  | @539:d8ca76573eb3 | 17 years | Akos Ladanyi | Install lemon/config.h (#274) | 
                
                  |  |  | @522:7f8560cb9d65 | 17 years | Balazs Dezso | Port MinCostArborescence? algorithm from SVN #3509 | 
                
                  |  |  | @500:2b6a20528f35 | 17 years | Alpar Juttner | Backport [e6ae4999cf22] from main (Suppress or fix VS2008 warnings) (#208)
                      1.0 | 
                
                  |  |  | @498:f59df77f5c8d | 17 years | Akos Ladanyi | Fix CMAKE build without GLPK | 
                
                  |  |  | @496:17d918051964 | 17 years | Akos Ladanyi | Build GLPK dependent parts with CMake too | 
                
                  |  |  | @492:04c0631fd332 | 17 years | Alpar Juttner | Merge | 
                
                  |  |  | @491:68fe66e2b34a | 17 years | Balazs Dezso | ArcSet? and EdgeSet? ports from SVN 3489 (ticket #67) | 
                
                  |  |  | @490:a1155a9e8e09 | 17 years | Alpar Juttner | Merge | 
                
                  |  |  | @488:2b5496c62ccd | 17 years | Peter Kovacs | Rename graph_adaptor_test.cc to adaptors_test.cc (#67) | 
                
                  |  |  | @487:acfb0f24d178 | 17 years | Peter Kovacs | Rename Residual to ResidualDigraph? (#67)
The new name is more … | 
                
                  |  |  | @486:a2fd8b8d0b30 | 17 years | Peter Kovacs | Greatly extend and improve the test file for adaptors (#67)
 - Add … | 
                
                  |  |  |