lemon/dfs.h
changeset 438 0f2091856dab
parent 437 6a2a33ad261b
parent 435 9afe81e4c543
child 463 88ed40ad0d4f
equal deleted inserted replaced
25:a255ea9309f1 26:85f2e3d6f053
  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.