Description
A Haskell support library that adds QuickCheck generators and helpers for fgl graphs. It helps developers test graph algorithms with generated graph structures instead of only hand-written examples.
Use it when graph code needs property-based testing. Good generators should cover empty graphs, disconnected graphs, cycles, labels, and larger structures that reveal algorithm mistakes.