Module petgraph::algo::isomorphism  
source · Functions§
- [Generic] Returntrueif the graphsg0andg1are isomorphic.
- [Generic] Returntrueif the graphsg0andg1are isomorphic.
- [Generic] Returntrueifg0is isomorphic to a subgraph ofg1.
- [Generic] Returntrueifg0is 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, ifg0is isomorphic to a subgraph ofg1, return the mappings between them.