src/lemon/lp_skeleton.cc
changeset 1389 58b298e50c20
parent 1368 f9d0d792c8a6
child 1390 9c8e464ed940
equal deleted inserted replaced
4:42c80ec4be3e 5:eb81a4f00100
    70   }
    70   }
    71   
    71   
    72   void LpSkeleton::_setRowUpperBound(int, Value)
    72   void LpSkeleton::_setRowUpperBound(int, Value)
    73   {
    73   {
    74   }
    74   }
       
    75 
       
    76   void _setRowBounds(int, Value, Value)
       
    77   {
       
    78   }
    75   
    79   
    76   void LpSkeleton::_setObjCoeff(int, Value)
    80   void LpSkeleton::_setObjCoeff(int, Value)
    77   {
    81   {
    78   }
    82   }
    79 
    83