From: Jean-Noël Monette (jmonette_at_[hidden])
Date: 2006-02-14 04:38:34


Hello,

I want to find the (weakly) connected components and the biconnected
components of a directed(bidirectional) graph.
But these methods need a undirected graph as input. Does anyone know a
simple way to create a undirected graph from a directed graph or a
undirected view of a directed graph?

Thanks a lot,

Jean-Noël