lemon/lp_glpk.h
changeset 2312 07e46cbb7d85
parent 2144 cd8897f67c26
child 2321 e23a610bed51
     1.1 --- a/lemon/lp_glpk.h	Tue Nov 28 17:25:22 2006 +0000
     1.2 +++ b/lemon/lp_glpk.h	Wed Nov 29 15:01:13 2006 +0000
     1.3 @@ -56,14 +56,8 @@
     1.4      virtual void _eraseRow(int i);
     1.5      virtual void _getColName(int col,       std::string & name);
     1.6      virtual void _setColName(int col, const std::string & name);
     1.7 -    virtual void _setRowCoeffs(int i, 
     1.8 -			       int length,
     1.9 -                               const int   * indices, 
    1.10 -                               const Value   * values );
    1.11 -    virtual void _setColCoeffs(int i, 
    1.12 -			       int length,
    1.13 -                               const int   * indices, 
    1.14 -                               const Value   * values);
    1.15 +    virtual void _setRowCoeffs(int i, LpRowIterator b, LpRowIterator e);
    1.16 +    virtual void _setColCoeffs(int i, LpColIterator b, LpColIterator e);
    1.17      virtual void _setCoeff(int row, int col, Value value);
    1.18      virtual void _setColLowerBound(int i, Value value);
    1.19      virtual void _setColUpperBound(int i, Value value);