src/lemon/lp_skeleton.cc
changeset 1432 46b088b01f88
parent 1431 ad44b1dd8013
     1.1 --- a/src/lemon/lp_skeleton.cc	Fri May 20 09:31:25 2005 +0000
     1.2 +++ b/src/lemon/lp_skeleton.cc	Fri May 20 09:43:40 2005 +0000
     1.3 @@ -43,6 +43,12 @@
     1.4      return ++row_num;
     1.5    }
     1.6    
     1.7 +  void LpSkeleton::_eraseCol(int ) {
     1.8 +  }
     1.9 +  
    1.10 +  void LpSkeleton::_eraseRow(int) {
    1.11 +  }
    1.12 +
    1.13    void LpSkeleton::_setRowCoeffs(int, 
    1.14  				 int,
    1.15  				 int  const *,