graph-generators

Functions for generating structured or random FGL graphs

https://github.com/ulikoehler/graph-random

Latest on Hackage:0.1.4.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

Apache-2.0 licensed by Uli Köhler
Maintained by [email protected]

Generators for graphs. Supports classic (constant-sized) graphs, deterministic Generators and different random graph generators, based on mwc-random.

This library uses a library-agnostic and space-efficient graph representation. Combinators are provided to convert said representation to other graph representations (currently only FGL, see Data.Graph.Generators.FGL)

Note that this library is in its early development stages. Don't use it for production code without checking the correctness of the algorithm implementation.