- Much faster implementation for BinomHeap (#301) 2009-07-24, by Peter Kovacs
- Smarter bubbleDown() in K-ary heaps (#301) 2009-07-20, by Peter Kovacs
- Small improvements in heap implementations (#301) 2009-07-10, by Peter Kovacs
- Make K a template parameter in KaryHeap (#301) 2009-07-10, by Peter Kovacs
- Improve and unify the doc + names in the new heaps (#301) 2009-07-09, by Peter Kovacs
- Bug fix in PairingHeap::pop() (#301) 2009-07-09, by Peter Kovacs
- Add fourary, k-ary, pairing and binomial heaps (#301) 2009-07-09, by Peter Kovacs
- Merge 2009-08-31, by Alpar Juttner
- Add negativeCycle() function to BellmanFord (#51) 2009-08-03, by Peter Kovacs
- Add a detailed test file for BellmanFord (#51) 2009-08-03, by Peter Kovacs
- Improvements and unifications for BellmanFord (#51) 2009-08-02, by Peter Kovacs
- Port Bellman-Ford algorithm from SVN -r3524 (#51) 2009-07-24, by Peter Kovacs
- Merge 2009-08-31, by Alpar Juttner
- Improvements for iterable maps (#73) 2009-07-21, by Peter Kovacs
- Port iterable maps from SVN 3509 (#73) 2009-06-27, by Balazs Dezso
- Merge 2009-08-31, by Alpar Juttner
- Bug fix + extension in the rename script (#305) 2009-08-03, by Peter Kovacs
- Merge 2009-08-31, by Alpar Juttner
- Test file + doc improvements (#307) 2009-08-18, by Peter Kovacs
- Bug fix in Preflow and Circulation (#307) 2009-08-18, by Peter Kovacs
- Merge 2009-08-20, by Alpar Juttner
- Merge 2009-08-20, by Alpar Juttner
- Add missing 'explicit' keywords (#311) 2009-08-20, by Peter Kovacs
- Fix the implementation and doc of CrossRefMap (#302) 2009-07-23, by Peter Kovacs
- Unification of names in heaps (#50) 2009-06-11, by Balazs Dezso
- Simplified implementation of bucket heaps (#50) 2009-06-11, by Balazs Dezso
- Port remaining heaps from SVN -r 3509 (#50) 2009-06-11, by Balazs Dezso
- Set the version to 'hg-tip' if everything fails 2009-05-29, by Akos Ladanyi
- Minor CMake improvements 2009-05-29, by Akos Ladanyi
- Put the version string into config.h 2009-05-29, by Akos Ladanyi
- Fix the check for the 'long long' type 2009-05-29, by Akos Ladanyi
- Change the label of the html project in Visual Studio 2009-05-28, by Akos Ladanyi
- Generate and install LEMONConfig.cmake 2009-05-27, by Akos Ladanyi
- Add tools/CMakeLists.txt to the tarball 2009-05-27, by Akos Ladanyi
- Rename documentation install folder from 'docs' to 'html' 2009-05-26, by Akos Ladanyi
- Remove duplications from doc/CMakeLists.txt 2009-05-26, by Akos Ladanyi
- Suppress MSVC warnings using pragmas (#295) 2009-05-28, by Akos Ladanyi
- Add artificial addNode() function to the arc/edge set classes 2009-05-13, by Peter Kovacs
- Avoid Intel C++ Compiler warnings 2009-05-12, by Peter Kovacs
- Disable Visual Studio warning C4503 2009-05-12, by Peter Kovacs
- Add lemon/config.h.cmake to the tarball 2009-05-12, by Alpar Juttner
- Resolve GCC-4.4 warnings & fix ambiguous op=() in graph_components.h 2009-05-12, by Alpar Juttner
- Update NEWS file 2009-05-12, by Alpar Juttner
- Extend min cost flow test file + check dual costs (#291) 2009-05-12, by Peter Kovacs
- Fix the GEQ/LEQ handling in NetworkSimplex + improve doc (#291) 2009-05-12, by Peter Kovacs
- Merge 2009-05-11, by Alpar Juttner
- Remove bits/base_extender.h, which is not used at all (#288) 2009-05-09, by Peter Kovacs
- Move list and edge sets to the graph module (#290) 2009-05-11, by Peter Kovacs
- Merge 2009-05-11, by Alpar Juttner
- Change the explanation of the acronym LEMON (#289) 2009-05-11, by Peter Kovacs
- Change Graph::Edge -> Graph::Arc inheritance to conversion (#283) 2009-05-09, by Peter Kovacs
- Change Undirector::Edge -> Undirector::Arc inheritance to conversion (#283) 2009-05-07, by Balazs Dezso
- Fix the faulty merge of unify-sources.sh in [586b65073025] 2009-05-08, by Alpar Juttner
- Doc fixes for lgf-gen (#282) 2009-05-08, by Peter Kovacs
- Merge 2009-05-07, by Alpar Juttner
- Merge 2009-05-07, by Alpar Juttner
- Small doc improvements (#257) 2009-05-07, by Peter Kovacs
- Fix glp_prob definition (#286) 2009-05-07, by Balazs Dezso
- Add a test file for the connectivity functions (#285) 2009-05-06, by Peter Kovacs
- Doc improvements and fixes for connectivity tools (#285) 2009-05-06, by Peter Kovacs