branch | 1.1 |
changeset 803 | 79f149ee0230 |
parent 761 | f1398882a928 |
parent 785 | 8d281761dea4 |
4:416e26d3eb93 | 6:87bc4921f679 |
---|---|
422 } |
422 } |
423 |
423 |
424 void ClpLp::_clear() { |
424 void ClpLp::_clear() { |
425 delete _prob; |
425 delete _prob; |
426 _prob = new ClpSimplex(); |
426 _prob = new ClpSimplex(); |
427 rows.clear(); |
|
428 cols.clear(); |
|
429 _col_names_ref.clear(); |
427 _col_names_ref.clear(); |
430 _clear_temporals(); |
428 _clear_temporals(); |
431 } |
429 } |
432 |
430 |
433 void ClpLp::_messageLevel(MessageLevel level) { |
431 void ClpLp::_messageLevel(MessageLevel level) { |