dgarijo / FragFlow

Project desinged for detecting common fragments in scientific workflows by reusing several existing graph mining techniques
2 stars 1 forks source link

Garph.equalsGraph could be performed using graph containment #130

Open dgarijo opened 9 years ago

dgarijo commented 9 years ago

Instead of the custom method (which will be more inefficient). If a graph is contained in a second one and the second one is contained in the first, then they are equal.