lemon/dfs.h
branch1.0
changeset 436 e562b69acbc6
parent 319 5e12d7734036
child 1008 b7ed95cd94a3
equal deleted inserted replaced
21:e43c2bec5a78 24:6d0a8c17b01a
  1411           _digraph->firstOut(e, s);
  1411           _digraph->firstOut(e, s);
  1412           if (e != INVALID) {
  1412           if (e != INVALID) {
  1413             _stack[++_stack_head] = e;
  1413             _stack[++_stack_head] = e;
  1414           } else {
  1414           } else {
  1415             _visitor->leave(s);
  1415             _visitor->leave(s);
       
  1416             _visitor->stop(s);
  1416           }
  1417           }
  1417         }
  1418         }
  1418     }
  1419     }
  1419 
  1420 
  1420     /// \brief Processes the next arc.
  1421     /// \brief Processes the next arc.