equal
deleted
inserted
replaced
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; |