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