lemon/lp_skeleton.cc
changeset 2323 8b18b6fed090
parent 1956 a055123339d5
child 2324 18fc834761d9
equal deleted inserted replaced
7:acb1c9c38f5e 8:bbc45f4c4187
    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, 
    61   void LpSkeleton::_setRowCoeffs(int, LpRowIterator, LpRowIterator) {
    62 				 int,
       
    63 				 int  const *, 
       
    64 				 Value  const *)
       
    65   {
       
    66   }
    62   }
    67   
    63   
    68   void LpSkeleton::_setColCoeffs(int, 
    64   void LpSkeleton::_setColCoeffs(int, LpColIterator, LpColIterator) {
    69 				 int,
       
    70 				 int  const *, 
       
    71 				 Value  const *)
       
    72   {
       
    73   }
    65   }
    74 
    66 
    75   void LpSkeleton::_setCoeff(int, int, Value )
    67   void LpSkeleton::_setCoeff(int, int, Value )
    76   {
    68   {
    77   }
    69   }