Functionsยง
- is_
isomorphic - [Generic] Return
true
if the graphsg0
andg1
are isomorphic. - is_
isomorphic_ matching - [Generic] Return
true
if the graphsg0
andg1
are isomorphic. - is_
isomorphic_ subgraph - [Generic] Return
true
ifg0
is isomorphic to a subgraph ofg1
. - is_
isomorphic_ subgraph_ matching - [Generic] Return
true
ifg0
is isomorphic to a subgraph ofg1
. - subgraph_
isomorphisms_ iter - Using the VF2 algorithm, examine both syntactic and semantic graph
isomorphism (graph structure and matching node and edge weights) and,
if
g0
is isomorphic to a subgraph ofg1
, return the mappings between them.