Skip to content
Inno Fang edited this page Jun 3, 2019 · 2 revisions

subgraph-isomorphism implemented the Ullmann Algorithm and VF2 Algorithm that used to find whether data (or target) graph contains subgraphs that isomorphic to query (or source) graph.

In this wiki, I will introduce the basic usage of subgraph-isomorphism.

BTW, copyright and distribution of this project is under GPL-3.0 license.