Hi all,

I use
undirected_dfs to detect all cycles in a undirected graph.
I detect a cycle with DFSVisitor.back_edge(e,g) but how can I get the list of vertices defining this cycle ?

Thanks by advance