lemon/glpk.h
changeset 1130 0759d974de81
parent 1092 dceba191c00d
     1.1 --- a/lemon/glpk.h	Thu Apr 02 22:34:03 2015 +0200
     1.2 +++ b/lemon/glpk.h	Sun Jan 05 22:24:56 2014 +0100
     1.3 @@ -141,10 +141,10 @@
     1.4      _solver_bits::VoidPtr lpx() const {return lp;}
     1.5  
     1.6      ///Returns the constraint identifier understood by GLPK.
     1.7 -    int lpxRow(Row r) const { return rows(id(r)); }
     1.8 +    int lpxRow(Row r) const { return _rows(id(r)); }
     1.9  
    1.10      ///Returns the variable identifier understood by GLPK.
    1.11 -    int lpxCol(Col c) const { return cols(id(c)); }
    1.12 +    int lpxCol(Col c) const { return _cols(id(c)); }
    1.13  
    1.14  #ifdef DOXYGEN
    1.15      /// Write the problem or the solution to a file in the given format