lemon/lp_glpk.cc
changeset 2349 c945f577a66d
parent 2345 bfcaad2b84e8
child 2363 2aabce558574
equal deleted inserted replaced
20:96485f163a82 21:c116e63ec880
   117   
   117   
   118   
   118   
   119   void LpGlpk::_setColName(int col, const std::string & name)
   119   void LpGlpk::_setColName(int col, const std::string & name)
   120   {
   120   {
   121     lpx_set_col_name(lp,col,const_cast<char*>(name.c_str()));
   121     lpx_set_col_name(lp,col,const_cast<char*>(name.c_str()));
       
   122 
   122   }
   123   }
   123   
   124   
   124   void LpGlpk::_setRowCoeffs(int i, LpRowIterator b, LpRowIterator e) 
   125   void LpGlpk::_setRowCoeffs(int i, LpRowIterator b, LpRowIterator e) 
   125   {
   126   {
   126     std::vector<int> indices;
   127     std::vector<int> indices;