2008-10-06 kpeter Add missing pointer initializing in min cost flow classes
2008-10-05 deba Fix _setCoeff
2008-10-05 kpeter Bug fix in min_cost_flow_test.cc
2008-10-05 kpeter Doc improvements
2008-10-05 kpeter Improve network simplex algorithm
2008-09-19 deba G++-4.3 compatibility changes
2008-07-22 deba Backport bug fix for Id handling from hg changeset [e67acd83a9ca]
2008-07-22 deba Back port bug fix from hg changeset [0915721396dc]
2008-07-02 ladanyi Fix bug caused by m4 consuming pairs of square brackets (#108).
2008-06-27 alpar Update the version number
2008-06-13 deba Back porting hg commit 81563e019fa4
2008-06-10 deba Bug fix initialization
2008-05-25 deba Fixing bug in named parameters (Back port bug fix of ticket #95)
2008-05-23 deba Bug fix full graph problam
2008-05-16 deba Fixing lp constraints (solving ticket #92)
2008-04-19 alpar Avoid warning in random.h (backport of chgset 4790635473ef from lemon-1.0) lemon-0.7
2008-04-17 kpeter Remove SspMinCostFlow, since it is fully replaced by other classes.
2008-04-17 kpeter Revert mistaken changes in NEWS file.
2008-04-08 deba Bug fixes in LP solvers
2008-04-08 deba Fix Makefile.am
2008-04-08 kpeter Small fixes in NEWS file
2008-04-08 hegyi Rel.07 NEWS - 3. round
2008-04-08 hegyi Rel.07 NEWS - 2. round
2008-04-07 hegyi NEWS file updated for Release 0.7
2008-04-03 alpar Serious bugfix in Random::gamma()
2008-03-25 deba Minor bug fix
2008-03-20 deba Correcting broken repo
2008-03-20 deba Back porting commit 81563e019fa4
2008-03-20 deba Bug fix for not connected graphs
2008-03-14 deba Executable property removed
2008-03-07 kpeter Fix static member initializations (ticket #30).
2008-03-02 ladanyi Revert to long long int since currently I don't know a better solution.
2008-03-01 ladanyi In C++98 array size shall be an integral constant expression. Fixes
2008-03-01 ladanyi There is no 'long long int' type in C++98 (only in C99).
2008-02-29 kpeter Bug fix in CapacityScaling.
2008-02-29 kpeter Small improvements in min cost flow files.
2008-02-29 kpeter External flow and potential maps can be used in MinCostMaxFlow.
2008-02-29 kpeter Reimplemented Suurballe class.
2008-02-28 deba Backport of bug fix hg 2de55e4f57a7
2008-02-28 kpeter Test file for the min cost flow algorithms.
2008-02-28 kpeter Small fixes and doc improvements in MinMeanCycle.
2008-02-28 kpeter Avoid map copy in MinCostMaxFlow.
2008-02-28 kpeter Query improvements in the min cost flow algorithms.
2008-02-27 deba Bug fixes
2008-02-25 kpeter Bug fixes in min cost flow files.
2008-02-21 ladanyi Put the definitions of global functions into a .cc file.
2008-02-18 kpeter Add a cost scaling min cost flow algorithm.
2008-02-18 kpeter Improvements in MinCostFlow and MinCostMaxFlow.
2008-02-18 kpeter Major improvements in NetworkSimplex.
2008-02-18 kpeter Improvements in CapacityScaling.
2008-02-18 kpeter Improvements in CycleCanceling.
2008-02-08 ladanyi Fix VPATH builds.
2008-02-08 alpar Hopefully fix all compilation errors.
2008-02-08 alpar Fix a silly typo
2008-02-08 alpar #include<cmath> -> #include<lemon/math.h>
2008-02-08 alpar Math constants + configure bugfix backported
2008-02-08 alpar Update the server and the repository names to lemon.
2008-02-08 alpar Doc improvments backported from hg 9df0fe5e5109
2008-02-05 kpeter Bug fix in heap_test.cc.
2008-02-05 kpeter Several doc improvements and fixes in maps.h and concepts/maps.h.