Class VF2SubGraphIsomorphism

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

public class VF2SubGraphIsomorphism extends AbstractGraphIsomorphism
Class for the VF2 algorithm for exact graph isomorphism.

Based on the paper "A (sub)graph isomorphism algorithm for matching large graphs - Cordella, L.P. and Foggia, P. and Sansone, C. and Vento, M. - IEEE Transactions on Pattern Analysis and Machine Intelligence, 2004 (10.1109/TPAMI.2004.75)" and the original implementation done by MIVIA research Lab of the University of Salerno

This implementation of the VF2 algorithm does support all types of graphs.
Author:
Ignat Gabriel-Andrei