lemon/circulation.h
changeset 1021 a12cca3ad15a
parent 877 141f9c0db4a3
parent 997 761fe0846f49
child 1074 97d978243703
equal deleted inserted replaced
18:03b137457c2c 20:23d2102b3e09
   570     ///\sa barrierMap()
   570     ///\sa barrierMap()
   571     bool start()
   571     bool start()
   572     {
   572     {
   573 
   573 
   574       Node act;
   574       Node act;
   575       Node bact=INVALID;
       
   576       Node last_activated=INVALID;
       
   577       while((act=_level->highestActive())!=INVALID) {
   575       while((act=_level->highestActive())!=INVALID) {
   578         int actlevel=(*_level)[act];
   576         int actlevel=(*_level)[act];
   579         int mlevel=_node_num;
   577         int mlevel=_node_num;
   580         Value exc=(*_excess)[act];
   578         Value exc=(*_excess)[act];
   581 
   579