changeset 2327 | 596e48d6e77b |
parent 2324 | 18fc834761d9 |
child 2328 | b4931ae52069 |
17:e69cc0548435 | 18:4ea78acf29ef |
---|---|
211 |
211 |
212 lpx_set_mat_col(lp, col, length, &indices[0], &values[0]); |
212 lpx_set_mat_col(lp, col, length, &indices[0], &values[0]); |
213 } |
213 } |
214 } |
214 } |
215 |
215 |
216 LpGlpk::Value LpGlpk::_getCoeff(int row, int col) |
216 LpGlpk::Value LpGlpk::_getCoeff(int, int) |
217 { |
217 { |
218 ///\todo This is not yet implemented!!! |
218 ///\todo This is not yet implemented!!! |
219 return 0; |
219 return 0; |
220 } |
220 } |
221 |
221 |