src/lemon/lp_skeleton.cc
changeset 1389 58b298e50c20
parent 1368 f9d0d792c8a6
child 1390 9c8e464ed940
     1.1 --- a/src/lemon/lp_skeleton.cc	Mon Apr 25 09:00:47 2005 +0000
     1.2 +++ b/src/lemon/lp_skeleton.cc	Mon Apr 25 15:43:11 2005 +0000
     1.3 @@ -72,6 +72,10 @@
     1.4    void LpSkeleton::_setRowUpperBound(int, Value)
     1.5    {
     1.6    }
     1.7 +
     1.8 +  void _setRowBounds(int, Value, Value)
     1.9 +  {
    1.10 +  }
    1.11    
    1.12    void LpSkeleton::_setObjCoeff(int, Value)
    1.13    {