Package org.graph4j.isomorphism
Class UllmanExactGraphIsomorphism
java.lang.Object
org.graph4j.isomorphism.AbstractGraphIsomorphism
org.graph4j.isomorphism.UllmanExactGraphIsomorphism
- All Implemented Interfaces:
GraphIsomorphism
Class for the Ullman algorithm for exact graph isomorphism.
Based on the paper " J.R. Ullmann, An Algorithm for Subgraph Isomorphism, Journal of the Association for Computing Machinery, 1976"
- Author:
- Ignat Gabriel-Andrei
-
Field Summary
Fields inherited from class org.graph4j.isomorphism.AbstractGraphIsomorphism
cache, dg1, dg2 -
Constructor Summary
ConstructorsConstructorDescriptionUllmanExactGraphIsomorphism(Graph g1, Graph g2) UllmanExactGraphIsomorphism(Graph g1, Graph g2, boolean cache) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stateprotected StategetStateInstance(Digraph g1, Digraph g2, boolean cache) Methods inherited from class org.graph4j.isomorphism.AbstractGraphIsomorphism
areIsomorphic, getAllMappings, getMapping
-
Constructor Details
-
UllmanExactGraphIsomorphism
-
UllmanExactGraphIsomorphism
-
-
Method Details
-
getStateInstance
- Specified by:
getStateInstancein classAbstractGraphIsomorphism
-
getNewStateInstance
- Specified by:
getNewStateInstancein classAbstractGraphIsomorphism
-