Module isomorphism
petgraph
0.8.2
Module isomorphism
Module Items
Functions
In petgraph::
algo
petgraph
::
algo
Module
isomorphism
Copy item path
Source
Functions
ยง
is_
isomorphic
[Generic] Return
true
if the graphs
g0
and
g1
are isomorphic.
is_
isomorphic_
matching
[Generic] Return
true
if the graphs
g0
and
g1
are isomorphic.
is_
isomorphic_
subgraph
[Generic] Return
true
if
g0
is isomorphic to a subgraph of
g1
.
is_
isomorphic_
subgraph_
matching
[Generic] Return
true
if
g0
is isomorphic to a subgraph of
g1
.
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 of
g1
, return the mappings between them.