Uses of Package
com.jgalgo.alg.isomorphism
-
Packages that use com.jgalgo.alg.isomorphism Package Description com.jgalgo.alg.isomorphism Algorithms for determining isomorphism between graphs. -
Classes in com.jgalgo.alg.isomorphism used by com.jgalgo.alg.isomorphism Class Description IsomorphismIMapping A mapping between two graphs that preserves the structure of the graphs forIntGraph
.IsomorphismMapping A mapping between two graphs that preserves the structure of the graphs.IsomorphismTester Tester that check whether two graphs are isomorphic.IsomorphismTesterAbstract Abstract class for computing isomorphism mapping between two graphs.