changeset 1090 | 70b199792735 |
parent 576 | 745e182d0139 |
child 989 | 38e1d4383262 |
3:255a199538de | 6: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) { |