src/lemon/lp_skeleton.cc
changeset 1405 3626c7f10f14
parent 1390 9c8e464ed940
child 1431 ad44b1dd8013
     1.1 --- a/src/lemon/lp_skeleton.cc	Thu May 05 15:34:43 2005 +0000
     1.2 +++ b/src/lemon/lp_skeleton.cc	Thu May 05 15:43:43 2005 +0000
     1.3 @@ -65,13 +65,13 @@
     1.4    {
     1.5    }
     1.6    
     1.7 -  void LpSkeleton::_setRowLowerBound(int, Value)
     1.8 -  {
     1.9 -  }
    1.10 +//   void LpSkeleton::_setRowLowerBound(int, Value)
    1.11 +//   {
    1.12 +//   }
    1.13    
    1.14 -  void LpSkeleton::_setRowUpperBound(int, Value)
    1.15 -  {
    1.16 -  }
    1.17 +//   void LpSkeleton::_setRowUpperBound(int, Value)
    1.18 +//   {
    1.19 +//   }
    1.20  
    1.21    void LpSkeleton::_setRowBounds(int, Value, Value)
    1.22    {