#include <lemon/dfs.h>
_Graph | Graph type. |
Public Types | |
typedef _Graph | Graph |
The graph type the algorithm runs on. | |
typedef Graph::template NodeMap< bool > | ReachedMap |
The type of the map that indicates which nodes are reached. | |
Static Public Member Functions | |
static ReachedMap * | createReachedMap (const Graph &graph) |
Instantiates a ReachedMap. |
|
The type of the map that indicates which nodes are reached. It must meet the WriteMap concept.
|
|
This function instantiates a ReachedMap.
|