diff -r f794a0bb40c9 -r 5b01801efbc0 lemon/lp_glpk.h --- a/lemon/lp_glpk.h Sat Jan 14 08:17:00 2006 +0000 +++ b/lemon/lp_glpk.h Sat Jan 14 08:44:59 2006 +0000 @@ -52,7 +52,8 @@ virtual int _addRow(); virtual void _eraseCol(int i); virtual void _eraseRow(int i); - + virtual void _getColName(int col, std::string & name); + virtual void _setColName(int col, const std::string & name); virtual void _setRowCoeffs(int i, int length, const int * indices,