gradoop icon indicating copy to clipboard operation
gradoop copied to clipboard

Add edge duplication strategy for subgraph isomorphism

Open s1ck opened this issue 9 years ago • 0 comments
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.

s1ck avatar Jun 09 '16 07:06 s1ck