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.
2005-04-01 hegyi Graph displayer is now displaying nodes. Edges remain still undisplayed yet.
2005-04-01 alpar New groups called io_group and dimacs_group added
2005-04-01 hegyi Peter is able to read xy vector from file.
2005-04-01 zsuzska corrections in docs
2005-03-31 alpar SmartGraph can also split() a node!
2005-03-31 alpar getPath() added to Bfs/Dfs/Dijkstra.
2005-03-31 alpar length() returns int istead of size_t
2005-03-31 alpar - split() added
2005-03-31 alpar It works again
2005-03-31 alpar LpSolverBase::Expr is documented
2005-03-31 alpar Correct MapBase usage.
2005-03-30 hegyi XY reading is being wrote.
2005-03-30 marci latex documentation for TightEdgeFilterMap, including amsmath and amssymb latex
2005-03-30 alpar Minor improvements
2005-03-30 zsuzska some small corrections in docs
2005-03-30 alpar - Better (but still incomplete) doc
2005-03-30 alpar - Non-template expressions and constraints (lin_expr.h isn't used)
2005-03-29 deba Some bug fix
2005-03-29 jacint bugfixes in doc
2005-03-28 marci bug fix in SubBidirGraphWrapper::firstIn(Edge&,const Node&), due to Gabor Retvari
2005-03-27 alpar Use the standard idMap