Uses of Interface
com.jgalgo.alg.isomorphism.IsomorphismTester
Package
Description
Algorithms for determining isomorphism between graphs.
-
Uses of IsomorphismTester in com.jgalgo.alg.isomorphism
Modifier and TypeClassDescriptionclass
Abstract class for computing isomorphism mapping between two graphs.class
Vf2 algorithm for testing isomorphism of two graphs.Modifier and TypeMethodDescriptionstatic IsomorphismTester
IsomorphismTester.newInstance()
Create a new isomorphism tester.