Module isomorphism
petgraph
0.4.13
Module isomorphism
Module Items
Structs
Traits
Functions
In crate petgraph
Modules
algo
astar
csr
data
dijkstra
dot
graph
graph_impl
graphmap
isomorphism
iter_format
iter_utils
macros
prelude
scored
stable_graph
traits_graph
unionfind
util
visit
Macros
copyclone
Enums
Directed
Direction
Undirected
Traits
EdgeType
IntoWeightedEdge
petgraph
Module
isomorphism
Copy item path
Settings
Help
Summary
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.