graph-generators-0.1.0.0: Functions for generating structured or random FGL graphs
Data.Graph.Generators
data GraphInfo Source
Constructors
Fields
Number of nodes
Edge list
Instances
data GraphContext Source
Nodes having an edge to the current node
The node identifier of the current node
Nodes having an ingoing edge from the current node
checkGraphInfo :: GraphInfo -> Bool Source