src/lemon/lp_skeleton.cc
changeset 1432 46b088b01f88
parent 1431 ad44b1dd8013
equal deleted inserted replaced
8:e36c5ab37af0 9:34350def8c80
    41   int LpSkeleton::_addRow() 
    41   int LpSkeleton::_addRow() 
    42   {
    42   {
    43     return ++row_num;
    43     return ++row_num;
    44   }
    44   }
    45   
    45   
       
    46   void LpSkeleton::_eraseCol(int ) {
       
    47   }
       
    48   
       
    49   void LpSkeleton::_eraseRow(int) {
       
    50   }
       
    51 
    46   void LpSkeleton::_setRowCoeffs(int, 
    52   void LpSkeleton::_setRowCoeffs(int, 
    47 				 int,
    53 				 int,
    48 				 int  const *, 
    54 				 int  const *, 
    49 				 Value  const *)
    55 				 Value  const *)
    50   {
    56   {