1.1 --- a/lemon/cbc.cc Thu Jan 19 15:25:06 2012 +0100
1.2 +++ b/lemon/cbc.cc Sat May 05 10:22:44 2012 +0200
1.3 @@ -423,8 +423,6 @@
1.4 }
1.5
1.6 _prob = new CoinModel();
1.7 - rows.clear();
1.8 - cols.clear();
1.9 }
1.10
1.11 void CbcMip::_messageLevel(MessageLevel level) {