2005-04-18 alpar More steps toward gcc-3.4 compatibility
2005-04-18 alpar gcc-3.4 compile fix
2005-04-18 alpar src/work is moved to hugo_loc
2005-04-17 alpar - compile failure fixed
2005-04-15 alpar An unnecessary duplicate removed.
2005-04-15 alpar - Adding new lp_demo.cc finished
2005-04-15 alpar lp_demo.cc becomes lp_maxflow_demo.cc
2005-04-15 alpar Fix a bug that caused corrupt eps file if there are loops or identical
2005-04-15 alpar Correct the english name of EGRES.
2005-04-15 deba Bug fixes.
2005-04-15 deba Bug fix.
2005-04-15 ladanyi Changed the includes.
2005-04-14 ladanyi - Use messages similar to stock autoconf macros'.
2005-04-14 ladanyi updated mrproper target
2005-04-14 ladanyi ignore generated files/dirs
2005-04-14 alpar - Bugfix in XMap/YMap
2005-04-14 ladanyi - removed unnecessary include dirs
2005-04-14 ladanyi - added an m4 script to set debugging related compiler flags
2005-04-14 ladanyi - GLPK is autodetected now
2005-04-13 ladanyi - added autoheader (just to reduce the compliers argument list)
2005-04-12 deba Documentation for lemon/bits.
2005-04-12 deba Source and Target EdgeMap.
2005-04-12 deba Minor changes.
2005-04-12 deba Removed obsolote todo.
2005-04-12 deba Some bug fixes.
2005-04-12 deba Demo program
2005-04-12 alpar GraphReader is made silent
2005-04-12 alpar Missing header added
2005-04-11 athos A little has been done. Some important questions arised.
2005-04-11 athos A little modification: a call for primalStatus().
2005-04-10 alpar 'make docs' and 'make install' is also working now in external build-dir
2005-04-09 alpar Minor corrections in the doc
2005-04-09 deba Obsolte test removed.
2005-04-09 deba Bug fixes.
2005-04-09 deba Functionality changed:
2005-04-09 deba Make standard conform. // math.h -> cmath
2005-04-09 deba Documentation improvments.
2005-04-09 deba Heap concept moved to namespace concept.
2005-04-08 alpar - Insert LP stuff into the module structure
2005-04-08 alpar - Insert LP stuff into the module structure
2005-04-08 alpar Disable shared libraries (makes the compilation a bit faster)
2005-04-08 alpar Add presolver() to turn on/off the GLPK presolver
2005-04-08 alpar An icc warning resolved.
2005-04-08 alpar Only lp_xyz's are linked against -lglpk
2005-04-08 alpar The case when the objective function contains a const component is handled
2005-04-08 alpar Demo prog that computes the max flow by LP
2005-04-08 alpar No output messages by default
2005-04-08 alpar lin_expr.h removed
2005-04-07 athos Cplex interface has improved a lot.
2005-04-07 athos Sample file completed: works correctly and the code is very beautiful. I love LEMON.
2005-04-07 alpar - XMap and YMap added
2005-04-07 athos Makefile has changed.
2005-04-07 athos A sample file.
2005-04-07 athos New functions in lp_glpk.cc. Sample file: lp_sample.cc.
2005-04-07 alpar LpSolverSkeleton -> LpSkeleton
2005-04-07 alpar max() [_setMax()], min() [_setMin()], primalValue() [_getPrimalValue()] added
2005-04-06 deba Removing sticky using namespace std.
2005-04-06 ladanyi make distcheck works again
2005-04-06 alpar lp_test added
2005-04-05 ladanyi Applied the changes which somehow vanished during my last merge. Thanks goes