Data.Graph.Inductive.Arbitrary

Explicit graph creation

arbitraryGraph

arbitraryGraphWith

shrinkGraph

shrinkGraphWith

Types of graphs

class ArbGraph ag

data GrProxy gr

shrinkF

arbitraryGraphBy

Specific graph structures

data NoMultipleEdges gr a b

data NoLoops gr a b

type SimpleGraph gr

data Undirected gr a b

Connected graphs

data Connected ag a b

connGraph

Node and edge lists

arbitraryNodes

arbitraryEdges

data GraphNodesEdges a b