src/lemon/lp_skeleton.cc
changeset 1431 ad44b1dd8013
parent 1405 3626c7f10f14
child 1432 46b088b01f88
equal deleted inserted replaced
7:917c1b8898f4 8:e36c5ab37af0
    54 				 int,
    54 				 int,
    55 				 int  const *, 
    55 				 int  const *, 
    56 				 Value  const *)
    56 				 Value  const *)
    57   {
    57   {
    58   }
    58   }
    59   
    59 
       
    60   void LpSkeleton::_setCoeff(int, int, Value )
       
    61   {
       
    62   }
       
    63 
       
    64 
    60   void LpSkeleton::_setColLowerBound(int, Value)
    65   void LpSkeleton::_setColLowerBound(int, Value)
    61   {
    66   {
    62   }
    67   }
    63   
    68   
    64   void LpSkeleton::_setColUpperBound(int, Value)
    69   void LpSkeleton::_setColUpperBound(int, Value)