2007-07-26 deba Correction in the line numbering method
2007-07-05 deba Sample input for sat-2 and sat demos
2007-06-26 deba The mip column addition hack is necessary only for 4.16
2007-06-15 deba Improvments in min cost flow algorithms
2007-06-15 deba Space reservation for SmartGraph
2007-06-15 deba Using set() instead of assignment
2007-06-12 alpar Spellcheck
2007-06-07 deba Correction for multiple point on starting sweep line
2007-06-05 alpar Update the demo file of Circulation
2007-06-05 alpar Two new constructors added to dim2::BoundingBox
2007-06-05 alpar Negate the meaning of the delta parameter
2007-06-05 alpar Minor improvement in Tutorial
2007-06-05 alpar Bugfix and improvement in -tsp2 algorithm
2007-06-05 deba Delaunay triangulation
2007-06-05 alpar A minimum spanning tree based TSP algorithm is added (-tsp2)
2007-06-05 alpar - Fix a serious bug in UEulerIt
2007-05-11 deba Patch in network simplex
2007-05-11 deba Patch for retrieving reached/processed node in dijkstra, bfs and dfs
2007-05-10 deba Bug fix
2007-05-07 deba Conformity to new GLPK interface
2007-05-07 deba Various min cost flow solvers
2007-05-07 deba Modified start() function in Dfs and Dijkstra classes to give back reached
2007-05-07 deba Bug fix in Bfs class.
2007-05-07 deba Small improvements in MinMeanCycle class.
2007-04-24 alpar Integer parameters also convert to double
2007-04-20 alpar Fix the bug
2007-04-20 alpar Test the repository checking service
2007-04-20 alpar Fix the test bug
2007-04-20 ladanyi Sorry...
2007-04-20 ladanyi fix to compile with gcc 4.1.2
2007-04-20 alpar Test broken repository warning
2007-04-20 deba Renaming topology doxygen group
2007-04-20 deba Doc change
2007-04-20 deba Clear for unionfinds
2007-04-19 deba Allowing 'string' type quoting
2007-04-19 deba Helper classs for checking existence of a nested class
2007-04-19 deba Redesigned Kruskal algorithm
2007-04-19 deba Corrections on StoreBoolMap
2007-04-19 deba Doc fix
2007-04-18 deba Small changes
2007-04-18 deba Demo program for SAT problems
2007-04-11 ladanyi Added SimplePath::front().
2007-04-10 athos Slight modifications.
2007-04-06 deba Parameter reordering
2007-03-30 deba Small improvments
2007-03-27 athos I only corrected bugs to make things compile: some featured not implemented here yet.
2007-03-26 deba Bug fix
2007-03-22 deba Right dimacs format for min cost flows
2007-03-22 ladanyi Append the svn revision number to the version string automatically.
2007-03-14 deba Bug fix
2007-03-14 deba dim_to_lgf
2007-03-13 alpar Minimum mean cycle algorithm contributed by Peter Kovacs.
2007-03-13 alpar Doc improvements contributed by Peter Kovacs.
2007-03-13 alpar Using LEMON_ASSERT instead of LogicError()
2007-03-13 alpar Better doc.
2007-03-12 deba Missing template keyword bug
2007-03-12 alpar dim_to_lgf has been moved to tools/ (from demo/)
2007-03-12 alpar The lemon repository has been renamed
2007-03-12 alpar An improved version of ArgParser: You don't need to give an explicit storage
2007-03-07 deba Data hiding