2007-02-15 deba Small changes
2007-02-14 athos Implemented virtual functions of class LpCplex.
2007-02-12 alpar Lagrange relaxation based algorithm for the delay constrained least cost
2007-02-12 deba Some spellcheck
2007-02-12 deba Dijkstra could return the temporarly distance of the current node
2007-02-11 deba Some bug fix
2007-02-07 alpar Further doc improvements
2007-02-06 alpar Two new distributions added:
2007-02-06 alpar Doc improvements
2007-01-25 alpar A push/relabel type max cardinality matching implementation.
2007-01-25 alpar Doc improvements
2007-01-23 deba Correction of the wrong base class
2007-01-23 alpar Several doc improvements.
2007-01-22 athos Small bug corrected.
2007-01-22 alpar - Some bugfixes
2007-01-19 alpar Spellcheck
2007-01-19 alpar elevator.h: A class for handling item labels in push-relabel type algorithms
2007-01-12 athos One important thing only: equality-type constraint can now be added to an lp. The prettyPrint functions are not too pretty yet, I accept.
2007-01-11 deba Bug fix
2007-01-11 deba G++-3.3 conform solution
2007-01-11 deba Bug fix
2007-01-11 deba Undirected minimum cut benchmarking
2007-01-11 deba Make Hao-Orlin epsilon-safe
2007-01-11 deba Bug fix
2007-01-11 deba Changing implementation of undirected graphs
2007-01-11 deba Adding two heuristics
2007-01-09 athos Nothing serious.
2007-01-08 deba New path concept and path structures
2007-01-05 athos I only corrected some errors in the documentation.
2006-12-19 deba MACROS for debug map usage
2006-12-19 deba Bug fix
2006-12-18 deba Easier inverse than m.inverse()[a] => m(a)
2006-12-18 deba Better handling of inexact computation.
2006-12-12 deba clone => build renaming
2006-12-07 athos Query functions have been implemented for GLPK (CPLEX breaks at the moment, I guess): These functions include:
2006-12-04 alpar More sophisticated warning messages.
2006-12-04 alpar Fix 'unused variable' warnings
2006-12-04 athos Oops. I did not mean to break the repository.
2006-12-04 athos Some query functions got implemented, but only for GLPK.
2006-12-04 alpar Check for gcc version 3.3, 3.4 and 4.0 as well
2006-12-04 alpar Send the output to /dev/null
2006-12-04 alpar Copy constructor for LpGlpk
2006-11-30 alpar Automatic doc generation from the SVN trunk
2006-11-30 alpar - Change the subjects of broken repository mail alerts.
2006-11-30 alpar Send broken repository alert also to lemon-commits@lemon.cs.elte.hu.
2006-11-30 alpar Put server services related scripts under the server-services folder.
2006-11-29 deba Lp section reader
2006-11-29 deba Configuration files for soplex
2006-11-29 deba checking soplex
2006-11-29 deba Preliminary soplex support
2006-11-29 deba modified _setColCoeff and _setRowCoeff parameters
2006-11-28 alpar make 'commit-checker' silent
2006-11-28 alpar - update graph_oriantation.cc to be in line with the renamed xy and with the
2006-11-28 alpar Make the constructors of ColIt public.
2006-11-24 deba Erasing unionfind Item template parameter
2006-11-21 deba Some doc fix
2006-11-21 deba BfsVisitor
2006-11-21 deba Keeping order of alteration observers
2006-11-20 ladanyi Doc fix.
2006-11-14 alpar ColIt added. (Untested, but at least it compiles.)