536 B
536 B
effect
| effect |
|---|
| patch |
added graph set operations for combining and comparing graphs
Graph.make- creates a graph constructor for a dynamically selected graph kindGraph.compose- composition of two graphs, merging nodes by identityGraph.intersection- intersection of two graphs, keeping only common nodes and edgesGraph.difference- difference of two graphs, removing edges present in the second graphGraph.symmetricDifference- symmetric difference of two graphs, keeping edges present in exactly one graph