Any suggestions for a good graph and network library for Haskell ?
I'm looking on functionality something like which networkx library has for Python.
|
Any suggestions for a good graph and network library for Haskell ? I'm looking on functionality something like which networkx library has for Python. |
|||
|
|
|
I've found fgl (also see home page) quite easy to work with. I'm not familiar with networkx, so I don't know how it compares. |
||||
|
|
|
There's a graph data-structure in the containers package. You can view the interface for it here. Additionally, you can search through all of the packages available on the haskell-platform or additional packages through Cabal using Hayoo! |
|||||
|