petgraph
0.4.13
Module isomorphism
Structs
Traits
Functions
In crate petgraph
Module
petgraph
::
isomorphism
Copy item path
source
ยท
[
−
]
Structs
ยง
NoSemantic
Match
๐
Vf2State
๐
Traits
ยง
Semantic
Matcher
๐
Functions
ยง
is_
isomorphic
Graph
Return
true
if the graphs
g0
and
g1
are isomorphic.
is_
isomorphic_
matching
Graph
Return
true
if the graphs
g0
and
g1
are isomorphic.
try_
match
๐
Return Some(bool) if isomorphism is decided, else None.