lemon/dfs.h
changeset 435 9afe81e4c543
parent 421 6b9057cdcd8b
child 438 0f2091856dab
equal deleted inserted replaced
22:df6a2babf106 23:c6d1f92166e7
  1408           _digraph->firstOut(e, s);
  1408           _digraph->firstOut(e, s);
  1409           if (e != INVALID) {
  1409           if (e != INVALID) {
  1410             _stack[++_stack_head] = e;
  1410             _stack[++_stack_head] = e;
  1411           } else {
  1411           } else {
  1412             _visitor->leave(s);
  1412             _visitor->leave(s);
       
  1413             _visitor->stop(s);
  1413           }
  1414           }
  1414         }
  1415         }
  1415     }
  1416     }
  1416 
  1417 
  1417     /// \brief Processes the next arc.
  1418     /// \brief Processes the next arc.