Module petgraph::algo::isomorphism
source · Functions§
- [Generic] Return
true
if the graphsg0
andg1
are isomorphic. - [Generic] Return
true
if the graphsg0
andg1
are isomorphic. - [Generic] Return
true
ifg0
is isomorphic to a subgraph ofg1
. - [Generic] Return
true
ifg0
is isomorphic to a subgraph ofg1
. - 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.