lemon/circulation.h
changeset 963 761fe0846f49
parent 688 1f08e846df29
child 964 7fdaa05a69a1
equal deleted inserted replaced
12:453648836ef8 19:8338f71282f2
   556     ///\sa barrierMap()
   556     ///\sa barrierMap()
   557     bool start()
   557     bool start()
   558     {
   558     {
   559 
   559 
   560       Node act;
   560       Node act;
   561       Node bact=INVALID;
       
   562       Node last_activated=INVALID;
       
   563       while((act=_level->highestActive())!=INVALID) {
   561       while((act=_level->highestActive())!=INVALID) {
   564         int actlevel=(*_level)[act];
   562         int actlevel=(*_level)[act];
   565         int mlevel=_node_num;
   563         int mlevel=_node_num;
   566         Value exc=(*_excess)[act];
   564         Value exc=(*_excess)[act];
   567 
   565