Uses of Class
org.jgrapht.alg.isomorphism.VF2AbstractIsomorphismInspector
| Package | Description |
|---|---|
| org.jgrapht.alg.isomorphism |
Algorithms for (sub)graph isomorphism.
|
-
Uses of VF2AbstractIsomorphismInspector in org.jgrapht.alg.isomorphism
Subclasses of VF2AbstractIsomorphismInspector in org.jgrapht.alg.isomorphism Modifier and Type Class Description classVF2GraphIsomorphismInspector<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.classVF2SubgraphIsomorphismInspector<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.