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
2005-04-05 deba Stuffs moved into bits
2005-04-05 ladanyi make distcheck fixes. Anyway it still doesn't work.
2005-04-05 ladanyi - moved lp_base.h, lp_base.cc, lp_glpk.h, lp_glpk.cc, lp_solver_skeleton.h and
2005-04-05 ladanyi Merged my branch (branches/akos) changes r1654:1740 into the trunk.
2005-04-05 alpar SolutionStatus -> SolveExitStatus
2005-04-05 alpar Subdirectory for low level headers
2005-04-04 hegyi Graph displayer displays graphs now.
2005-04-04 alpar Trivial bugfix
2005-04-04 athos Started cplex low level interface.
2005-04-04 athos Now one can solve an lp problem.
2005-04-04 deba Bug fix.
2005-04-04 deba dimacs_to_lgf demo
2005-04-04 alpar - Modifications to compile with *both* gcc-3.3 and gcc-3.4
2005-04-03 alpar Documentation of abstract functions is in lp_solver_skeleton.h
2005-04-01 alpar - Make lp stuff compilable
2005-04-01 alpar Options for debugging.
2005-04-01 athos Conceptions and bug fixes.
2005-04-01 hegyi To run graph-displayer with sample input, type make run, but do not move the nodes, YET
2005-04-01 hegyi Graph displayer is now displaying nodes. Edges remain still undisplayed yet.