[erlang-questions] Undirected graph Library in Erlang

Geevarghese Philip gphilip.newsgroups@REDACTED
Fri Aug 29 09:22:35 CEST 2008


On Fri, Aug 29, 2008 at 12:21 PM, Richard Carlsson <richardc@REDACTED>wrote:

> Geevarghese Philip wrote:
>
> >   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


Ulf, Richard,

Thanks. Data representation is the need. I have started to write a wrapper
on top of the digraph_* modules, as you suggested.

Thanks,
Philip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080829/0becb67e/attachment.htm>


More information about the erlang-questions mailing list