Class UllmanSubGraphIsomorphism

java.lang.Object
org.graph4j.isomorphism.AbstractGraphIsomorphism
org.graph4j.isomorphism.UllmanSubGraphIsomorphism
All Implemented Interfaces:
GraphIsomorphism

public class UllmanSubGraphIsomorphism extends AbstractGraphIsomorphism
Class for the Ullman algorithm for subgraph 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