Package | Description |
---|---|
org.jgrapht.alg.isomorphism |
Algorithms for (sub)graph isomorphism.
|
Modifier and Type | Class and Description |
---|---|
class |
VF2GraphIsomorphismInspector<V,E>
This is an implementation of the VF2 algorithm using its feature of detecting
isomorphism between two graphs
as described in Cordella et al.
|
class |
VF2SubgraphIsomorphismInspector<V,E>
This is an implementation of the VF2 algorithm using its feature of detecting subgraph
isomorphism between two graphs as described in Cordella et al.
|
Copyright © 2019. All rights reserved.