Package com.jgalgo.alg.isomorphism
package com.jgalgo.alg.isomorphism
Algorithms for determining isomorphism between graphs.
-
ClassDescriptionA mapping between two graphs that preserves the structure of the graphs for
IntGraph
.IsomorphismMapping<V1,E1, V2, E2> A mapping between two graphs that preserves the structure of the graphs.Tester that check whether two graphs are isomorphic.Abstract class for computing isomorphism mapping between two graphs.Vf2 algorithm for testing isomorphism of two graphs.