Uses of Class
org.jgrapht.alg.isomorphism.IsomorphismUndecidableException
-
Packages that use IsomorphismUndecidableException Package Description org.jgrapht.alg.isomorphism Algorithms for (sub)graph isomorphism. -
-
Uses of IsomorphismUndecidableException in org.jgrapht.alg.isomorphism
Methods in org.jgrapht.alg.isomorphism that throw IsomorphismUndecidableException Modifier and Type Method Description private boolean
ColorRefinementIsomorphismInspector. coarseColoringAreEqual(VertexColoringAlgorithm.Coloring<ColorRefinementIsomorphismInspector.DistinctGraphObject<V,V,E>> coloring)
Checks whether two coarse colorings are equal.
-