Initializes the in-degree map for a topological traversal. More...
Static Public Member Functions | |
static void | init (Graph &g, Visitor &vis, InDegreeMap &in_map, Buffer &Q) |
Initializes the in-degree map for a topological traversal.
g | The input graph. |
vis | The visitor class to be used. |
in_map | The in-degree map to be used. |
Q | The buffer to be used to hold the vertices that have an in-degree of zero. |