changeset 804 | 6039b32a2351 |
parent 568 | 745e182d0139 |
child 786 | c3a7ca108705 |
3:255a199538de | 5:6b55c52a4a6d |
---|---|
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) { |