edges-0.11.0.3: Tools for efficient immutable graphs
Edges.Gens
nodeWithLimit :: Int -> Gen (Node a) Source #
bipartiteEdgesWithLimits :: Int -> Int -> Gen (Edges a b, Edges b a) Source #