addEdges : IGraph k e n -> EdgeSet k -> Subgraph k e n -> EdgeSet kAdds the edges of a subgraph to an edge set
ringBonds : IGraph k e n -> EdgeSet kComputes the cyclic bonds in a graph.
This justs collects the edges from the biconnected components.