Package com.jgalgo.alg.isomorphism
Algorithms for determining isomorphism between graphs.
-
Interface Summary Interface Description IsomorphismIMapping A mapping between two graphs that preserves the structure of the graphs forIntGraph
.IsomorphismMapping<V1,E1,V2,E2> A mapping between two graphs that preserves the structure of the graphs.IsomorphismTester Tester that check whether two graphs are isomorphic. -
Class Summary Class Description IsomorphismTesterAbstract Abstract class for computing isomorphism mapping between two graphs.IsomorphismTesterVf2 Vf2 algorithm for testing isomorphism of two graphs.