Interface | Description |
---|---|
IsomorphismInspector<V,E> |
General interface for graph and subgraph isomorphism.
|
Class | Description |
---|---|
IsomorphicGraphMapping<V,E> |
This class represents a GraphMapping between two (subgraph)isomorphic graphs.
|
VF2AbstractIsomorphismInspector<V,E> |
Base implementation of the VF2 algorithm using its feature of detecting
isomorphism between two graphs
as described in Cordella et al.
|
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.
|
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 © 2016. All rights reserved.