gradoop
gradoop copied to clipboard
Add edge duplication strategy for subgraph isomorphism
trafficstars
The current implementation creates a new edge data set in each iteration (because of edge directions). One naive approach would be to duplicate (and reverse) edges before the iteration starts and use filter to get the relevant ones for the current iteration and join always on the same field.