lemon/lp_skeleton.cc
changeset 2328 b4931ae52069
parent 2326 af8c695372be
child 2364 3a5e67bd42d2
equal deleted inserted replaced
10:2aff5572fa39 11:b3b56be13fc1
    76 
    76 
    77   void LpSkeleton::_setColLowerBound(int, Value)
    77   void LpSkeleton::_setColLowerBound(int, Value)
    78   {
    78   {
    79   }
    79   }
    80   
    80   
       
    81   LpSkeleton::Value LpSkeleton::_getColLowerBound(int)
       
    82   {
       
    83     return 0;
       
    84   }
       
    85   
    81   void LpSkeleton::_setColUpperBound(int, Value)
    86   void LpSkeleton::_setColUpperBound(int, Value)
    82   {
    87   {
       
    88   }
       
    89 
       
    90   LpSkeleton::Value LpSkeleton::_getColUpperBound(int)
       
    91   {
       
    92     return 0;
    83   }
    93   }
    84   
    94   
    85 //   void LpSkeleton::_setRowLowerBound(int, Value)
    95 //   void LpSkeleton::_setRowLowerBound(int, Value)
    86 //   {
    96 //   {
    87 //   }
    97 //   }
    89 //   void LpSkeleton::_setRowUpperBound(int, Value)
    99 //   void LpSkeleton::_setRowUpperBound(int, Value)
    90 //   {
   100 //   {
    91 //   }
   101 //   }
    92 
   102 
    93   void LpSkeleton::_setRowBounds(int, Value, Value)
   103   void LpSkeleton::_setRowBounds(int, Value, Value)
       
   104   {
       
   105   }
       
   106 
       
   107   void LpSkeleton::_getRowBounds(int, Value&, Value&)
    94   {
   108   {
    95   }
   109   }
    96   
   110   
    97   void LpSkeleton::_setObjCoeff(int, Value)
   111   void LpSkeleton::_setObjCoeff(int, Value)
    98   {
   112   {