Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Implemented
-
0.10.0
-
None
Description
Currently, the Gelly Graph supports the set operations Graph.union(otherGraph) and Graph.difference(otherGraph). It would be nice to have a Graph.intersect(otherGraph) method, where the resulting graph contains all vertices and edges contained in both input graphs.