Class IsomorphismTesterVf2

  • All Implemented Interfaces:
    IsomorphismTester

    public class IsomorphismTesterVf2
    extends IsomorphismTesterAbstract
    Vf2 algorithm for testing isomorphism of two graphs.

    Based on 'An Improved Algorithm for Matching Large Graphs' by L. P. Cordella, P. Foggia, C. Sansone and M. Vento. The paper denote the smaller graph as G2 and the bigger graph as G1 in (induced) sub graph isomorphism. We use the opposite notation, which seems more suitable as the returned mapping is from G1 to G2.

    Author:
    Barak Ugav