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 TypeClassDescriptionclass
This is an implementation of the AHU algorithm for detecting an (unweighted) isomorphism between two rooted forests.class
This is an implementation of the AHU algorithm for detecting an (unweighted) isomorphism between two rooted trees.class
This is an implementation of the AHU algorithm for detecting an (unweighted) isomorphism between two unrooted trees.class
Implementation of the color refinement algorithm isomorphism test using its feature of detecting isomorphism between two graphs as described in C.class
Base implementation of the VF2 algorithm using its feature of detecting isomorphism between two graphs as described in Cordella et al.class
This is an implementation of the VF2 algorithm using its feature of detecting isomorphism between two graphs as described in Cordella et al.class
This is an implementation of the VF2 algorithm using its feature of detecting subgraph isomorphism between two graphs as described in Cordella et al.