lemon/bits/solver_bits.h
changeset 1143 38e1d4383262
parent 956 141f9c0db4a3
parent 1140 8d281761dea4
child 1270 dceba191c00d
     1.1 --- a/lemon/bits/solver_bits.h	Fri Feb 03 05:55:39 2012 +0100
     1.2 +++ b/lemon/bits/solver_bits.h	Sun May 06 17:18:39 2012 +0200
     1.3 @@ -44,6 +44,7 @@
     1.4  
     1.5        void clear() {
     1.6          first_item = -1;
     1.7 +        last_item = -1;
     1.8          first_free_item = -1;
     1.9          items.clear();
    1.10          cross.clear();