@hackage hgraph1.10.0.0
Tools for working on (di)graphs.
Categories
License
GPL-3.0-only
Maintainer
marcelogmillani@gmail.com
Links
Versions
Installation
Dependencies (9)
- array >=0.5 && <1.0
- base >=4.11 && <5
- containers >=0.6.7 && <1.0
- mtl >=2.3.1 && <3.0
- random >=1.2.1 && <2.0
- transformers >=0.6.1 && <1.0 Show all…
Dependents (0)
A collection of tools for generating and working on directed and undirected graphs. Algorithms are written using typeclasses in order to be data-structure independent. It is also possible to easily import and export graphs using the Graphviz syntax.