lemon/lp_skeleton.cc
changeset 2327 596e48d6e77b
parent 2324 18fc834761d9
child 2328 b4931ae52069
equal deleted inserted replaced
9:deeee57691c8 10:2aff5572fa39
    96   
    96   
    97   void LpSkeleton::_setObjCoeff(int, Value)
    97   void LpSkeleton::_setObjCoeff(int, Value)
    98   {
    98   {
    99   }
    99   }
   100 
   100 
   101   LpSkeleton::Value LpSkeleton::_getObjCoeff(int i){
   101   LpSkeleton::Value LpSkeleton::_getObjCoeff(int){
   102     return 0;
   102     return 0;
   103   }
   103   }
   104 
   104 
   105   void LpSkeleton::_setMax()
   105   void LpSkeleton::_setMax()
   106   {
   106   {