src/lemon/lp_glpk.h
Fri, 20 May 2005 09:43:40 +0000 Functions _eraseRow(), _eraseCol(). Not yet implemented for cplex.
Fri, 20 May 2005 09:31:25 +0000 Added function _setCoeff().
Thu, 05 May 2005 15:43:43 +0000 Deleted _setRowLowerBound() and _setRowUpperBound() functions. Cplex worked (now it does not because of _getPrimalStatus()).
Fri, 29 Apr 2005 11:04:17 +0000 Docfix
Thu, 21 Apr 2005 15:15:12 +0000 I really have no idea about what to write here now.
Wed, 20 Apr 2005 15:06:42 +0000 _clearObj instead of _setObj.
Wed, 20 Apr 2005 14:29:23 +0000 _setObj function
Sun, 17 Apr 2005 18:57:22 +0000 - compile failure fixed
Fri, 15 Apr 2005 19:56:25 +0000 Correct the english name of EGRES.
Fri, 15 Apr 2005 10:37:47 +0000 Changed the includes.
Fri, 08 Apr 2005 15:24:01 +0000 - Insert LP stuff into the module structure
Fri, 08 Apr 2005 14:40:37 +0000 Add presolver() to turn on/off the GLPK presolver
Fri, 08 Apr 2005 06:33:11 +0000 No output messages by default
Thu, 07 Apr 2005 06:31:03 +0000 max() [_setMax()], min() [_setMin()], primalValue() [_getPrimalValue()] added
Tue, 05 Apr 2005 09:08:23 +0000 - moved lp_base.h, lp_base.cc, lp_glpk.h, lp_glpk.cc, lp_solver_skeleton.h and