petgraph
0.4.13
Module isomorphism
Structs
Traits
Functions
In crate petgraph
Module
petgraph
::
isomorphism
Copy item path
source
ยท
[
−
]
Structs
ยง
NoSemanticMatch
๐
Vf2State
๐
Traits
ยง
SemanticMatcher
๐
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.