lemon/lp_base.h
branch1.2
changeset 1142 4764031c082c
parent 1100 9e587caed953
parent 1140 8d281761dea4
child 1161 08712a8c3afe
     1.1 --- a/lemon/lp_base.h	Fri Jan 20 19:20:02 2012 +0100
     1.2 +++ b/lemon/lp_base.h	Sun May 06 16:52:11 2012 +0200
     1.3 @@ -1556,7 +1556,7 @@
     1.4      void min() { _setSense(MIN); }
     1.5  
     1.6      ///Clears the problem
     1.7 -    void clear() { _clear(); }
     1.8 +    void clear() { _clear(); rows.clear(); cols.clear(); }
     1.9  
    1.10      /// Sets the message level of the solver
    1.11      void messageLevel(MessageLevel level) { _messageLevel(level); }