Geevarghese Philip wrote:
> Hi,
>
> Is there a library for undirected graphs available in Erlang?
You could probably implement everything you need as a simple layer
on top of the digraph and digraph_utils modules.
See http://www.erlang.org/doc/apps/stdlib/index.html
/Richard