Uses of Interface
org.jgrapht.alg.isomorphism.IsomorphismInspector
Packages that use IsomorphismInspector
-
Uses of IsomorphismInspector in org.jgrapht.alg.isomorphism
Classes in org.jgrapht.alg.isomorphism that implement IsomorphismInspectorModifier and TypeClassDescriptionclassThis is an implementation of the AHU algorithm for detecting an (unweighted) isomorphism between two rooted forests.classThis is an implementation of the AHU algorithm for detecting an (unweighted) isomorphism between two rooted trees.classThis is an implementation of the AHU algorithm for detecting an (unweighted) isomorphism between two unrooted trees.classImplementation of the color refinement algorithm isomorphism test using its feature of detecting isomorphism between two graphs as described in C.classBase implementation of the VF2 algorithm using its feature of detecting isomorphism between two graphs as described in Cordella et al.classThis is an implementation of the VF2 algorithm using its feature of detecting isomorphism between two graphs as described in Cordella et al.classThis is an implementation of the VF2 algorithm using its feature of detecting subgraph isomorphism between two graphs as described in Cordella et al.