lemon/circulation.h
branch1.1
changeset 1273 44670dddcfcb
parent 1081 f1398882a928
parent 1157 761fe0846f49
equal deleted inserted replaced
19:85dbfe0757a5 21:8135e57eabca
   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