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 TypeClassDescriptionclassAbstract class for computing isomorphism mapping between two graphs.classVf2 algorithm for testing isomorphism of two graphs.Methods in com.jgalgo.alg.isomorphism that return IsomorphismTesterModifier and TypeMethodDescriptionstatic IsomorphismTesterIsomorphismTester.newInstance()Create a new isomorphism tester.