The cycle_detector struct is used by the boost graph routines to detect cycles in the graph. More...
Public Member Functions | |
template<class Edge , class Graph > | |
void | back_edge (Edge e, Graph &g) |
cycle_detector (bool &has_cycle, int &src) | |
The cycle_detector struct is used by the boost graph routines to detect cycles in the graph.
void cycle_detector::back_edge | ( | Edge | e, |
Graph & | g | ||
) |