Home > Archive > Functional > September 2006 > Haskell - weighted graphs
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Haskell - weighted graphs
|
|
|
| Is there a module for doing weighted graphs in Haskell?
Looking at Data.Graph in ghci, you can't weight the edges (but I am probably missing something)
cheers,
Ben
| |
| Ilmari Vacklin 2006-09-04, 6:59 pm |
| -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ben <ben.carbery@spam.me> wrote:
> Is there a module for doing weighted graphs in Haskell?
Yes, see Data.Graph.Inductive.
- --
Ilmari Vacklin
ilmari.vacklin@helsinki.fi
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFE/ KoMz6gTobEk8EERAr4VAJ9rDKpTIIm6gcTvNhFmp
oNG1ZeyaQCguleZ
YPqHRAMa7YEALQeXkMwiAe0=
=51AA
-----END PGP SIGNATURE-----
|
|
|
|
|