src/lemon/lp_skeleton.cc
changeset 1390 9c8e464ed940
parent 1389 58b298e50c20
child 1405 3626c7f10f14
     1.1 --- a/src/lemon/lp_skeleton.cc	Mon Apr 25 15:43:11 2005 +0000
     1.2 +++ b/src/lemon/lp_skeleton.cc	Mon Apr 25 16:22:04 2005 +0000
     1.3 @@ -73,7 +73,7 @@
     1.4    {
     1.5    }
     1.6  
     1.7 -  void _setRowBounds(int, Value, Value)
     1.8 +  void LpSkeleton::_setRowBounds(int, Value, Value)
     1.9    {
    1.10    }
    1.11    
    1.12 @@ -84,10 +84,15 @@
    1.13    void LpSkeleton::_setMax()
    1.14    {
    1.15    }
    1.16 +
    1.17    void LpSkeleton::_setMin()
    1.18    {
    1.19    }
    1.20  
    1.21 +  void LpSkeleton::_clearObj()
    1.22 +  {
    1.23 +  }
    1.24 +  
    1.25    LpSkeleton::SolveExitStatus LpSkeleton::_solve()
    1.26    {
    1.27      return SOLVED;