- Serious bugfix in Random::gamma() 2008-04-03, by alpar
- Minor bug fix 2008-03-25, by deba
- Correcting broken repo 2008-03-20, by deba
- Back porting commit 81563e019fa4 2008-03-20, by deba
- Bug fix for not connected graphs 2008-03-20, by deba
- Executable property removed 2008-03-14, by deba
- Fix static member initializations (ticket #30). 2008-03-07, by kpeter
- Revert to long long int since currently I don't know a better solution. 2008-03-02, by ladanyi
- In C++98 array size shall be an integral constant expression. Fixes 2008-03-01, by ladanyi
- There is no 'long long int' type in C++98 (only in C99). 2008-03-01, by ladanyi
- Bug fix in CapacityScaling. 2008-02-29, by kpeter
- Small improvements in min cost flow files. 2008-02-29, by kpeter
- External flow and potential maps can be used in MinCostMaxFlow. 2008-02-29, by kpeter
- Reimplemented Suurballe class. 2008-02-29, by kpeter
- Backport of bug fix hg 2de55e4f57a7 2008-02-28, by deba
- Test file for the min cost flow algorithms. 2008-02-28, by kpeter
- Small fixes and doc improvements in MinMeanCycle. 2008-02-28, by kpeter
- Avoid map copy in MinCostMaxFlow. 2008-02-28, by kpeter
- Query improvements in the min cost flow algorithms. 2008-02-28, by kpeter
- Bug fixes 2008-02-27, by deba
- Bug fixes in min cost flow files. 2008-02-25, by kpeter
- Put the definitions of global functions into a .cc file. 2008-02-21, by ladanyi
- Add a cost scaling min cost flow algorithm. 2008-02-18, by kpeter
- Improvements in MinCostFlow and MinCostMaxFlow. 2008-02-18, by kpeter
- Major improvements in NetworkSimplex. 2008-02-18, by kpeter
- Improvements in CapacityScaling. 2008-02-18, by kpeter
- Improvements in CycleCanceling. 2008-02-18, by kpeter
- Fix VPATH builds. 2008-02-08, by ladanyi
- Hopefully fix all compilation errors. 2008-02-08, by alpar
- Fix a silly typo 2008-02-08, by alpar
- #include<cmath> -> #include<lemon/math.h> 2008-02-08, by alpar
- Math constants + configure bugfix backported 2008-02-08, by alpar
- Update the server and the repository names to lemon. 2008-02-08, by alpar
- Doc improvments backported from hg 9df0fe5e5109 2008-02-08, by alpar
- Bug fix in heap_test.cc. 2008-02-05, by kpeter
- Several doc improvements and fixes in maps.h and concepts/maps.h. 2008-02-05, by kpeter
- Small fixes in README. 2008-02-05, by kpeter
- Improvements and fixes in dim2.h. 2008-02-05, by kpeter
- Translate Hungarian varible names and improve messages in dim_test.cc. 2008-02-05, by kpeter
- Fix the rename script. 2008-02-05, by kpeter
- grid_ugraph.h: fixed #18 (global functions inlined) 2008-01-29, by klao
- Improved rename script to handle includes correctly. 2008-01-28, by kpeter
- Reveal an existing functionality in the documentation 2008-01-21, by alpar
- Cleanup in the minimum cost flow files. 2008-01-13, by kpeter
- Reimplemented MinMeanCycle to be much more efficient. 2008-01-13, by kpeter
- Minor doc fix 2008-01-07, by alpar
- Happy New Year to LEMON (+ better update-copyright-header script) 2008-01-07, by alpar
- Improved rename script to avoid "undirected digraph". 2008-01-04, by kpeter
- Include functional because of std::less. 2007-12-31, by ladanyi
- Changing degree of tournament tree 2007-12-30, by deba
- Test program for max weighted matchings 2007-12-29, by deba
- Edmond's Blossom shrinking algroithm: 2007-12-28, by deba
- Renaming state_enum to State 2007-12-27, by deba
- Bug fix in erase 2007-12-20, by deba
- Casting index to int 2007-12-20, by deba
- Bug fix (Circulation interface changed). 2007-12-19, by kpeter
- Change the local variables lower case 2007-12-19, by alpar
- Bug fix 2007-12-17, by deba
- Bug fix 2007-12-12, by deba
- Avoiding warnings 2007-12-11, by deba