[erlang-questions] Undirected graph Library in Erlang

Richard Carlsson richardc@REDACTED
Fri Aug 29 08:51:53 CEST 2008


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



More information about the erlang-questions mailing list