|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functor to initialize node metadata for Tarjan traversal. More...
Public Member Functions | |
| void | operator() (const GT &g, typename GT::Node *p) const noexcept |
Functor to initialize node metadata for Tarjan traversal.
Resets all bits, counters (df), and sets low to -1 for each node.
|
inlinenoexcept |
Definition at line 211 of file Tarjan.H.
References Aleph::maps().