equal
deleted
inserted
replaced
22 ///\ingroup search |
22 ///\ingroup search |
23 ///\file |
23 ///\file |
24 ///\brief Dfs algorithm. |
24 ///\brief Dfs algorithm. |
25 |
25 |
26 #include <lemon/list_graph.h> |
26 #include <lemon/list_graph.h> |
27 #include <lemon/graph_utils.h> |
|
28 #include <lemon/bits/path_dump.h> |
27 #include <lemon/bits/path_dump.h> |
29 #include <lemon/bits/invalid.h> |
28 #include <lemon/core.h> |
30 #include <lemon/error.h> |
29 #include <lemon/error.h> |
31 #include <lemon/maps.h> |
30 #include <lemon/maps.h> |
32 |
31 |
33 #include <lemon/concept_check.h> |
32 #include <lemon/concept_check.h> |
34 |
33 |