vf2lib
vf2lib copied to clipboard
VF2 - Subgraph Isomorphism
Can the algorithm in this library find all the subgraphs that are isomorphic to the input file?I've just input a datagraph which has about 10000 node and 6000 edge,but I...
The docs mentions include files for two VF2 classes for isomorphism and graph-subgraph isomorphism: vf2_state.h vf2_sub_state.h The docs specifically state: "If the matching relation is graph-subgraph isomorphism or monomorphism, the...
In the constructor for VF2SubState, there's a flag called sortNodes. The documentation doesn't mention using it. What is it's purpose? Does it speed up matching, if so, why isn't it...