lemon/lp_skeleton.cc
changeset 2364 3a5e67bd42d2
parent 2328 b4931ae52069
child 2366 bfbdded3763a
equal deleted inserted replaced
11:b3b56be13fc1 12:c6064185986e
    56   
    56   
    57   void LpSkeleton::_setColName(int, const std::string &) {
    57   void LpSkeleton::_setColName(int, const std::string &) {
    58   }
    58   }
    59   
    59   
    60   
    60   
    61   void LpSkeleton::_setRowCoeffs(int, LpRowIterator, LpRowIterator) {
    61   void LpSkeleton::_setRowCoeffs(int, ConstRowIterator, ConstRowIterator) {
       
    62   }
       
    63 
       
    64   void LpSkeleton::_getRowCoeffs(int, RowIterator) {
    62   }
    65   }
    63   
    66   
    64   void LpSkeleton::_setColCoeffs(int, LpColIterator, LpColIterator) {
    67   void LpSkeleton::_setColCoeffs(int, ConstColIterator, ConstColIterator) {
       
    68   }
       
    69 
       
    70   void LpSkeleton::_getColCoeffs(int, ColIterator) {
    65   }
    71   }
    66 
    72 
    67   void LpSkeleton::_setCoeff(int, int, Value )
    73   void LpSkeleton::_setCoeff(int, int, Value )
    68   {
    74   {
    69   }
    75   }