@hackage Etage-Graph0.1.8
Data-flow based graph algorithms
Categories
License
LGPL-3.0-only
Maintainer
mitar.haskell@tnode.com
Links
Versions
Installation
Dependencies (5)
Dependents (1)
@hackage/acme-everything
Data-flow based graph algorithms using the Control.Etage
framework, showcasing its use for data-flow
computations. It is meant to be used with the Data.Graph.Inductive
package which provides graph structures
these algorithms take as an input.
Currently only the shortest paths computation is implemented (from all to all nodes).
Also a benchmarking test
program is provided, comparing the performance with algorithms found in the
Data.Graph.Inductive
package.