Package org.jgrapht.experimental.isomorphism

Algorithms which provide isomorphism check between two graphs.

See:
          Description

Interface Summary
GraphIsomorphismInspector<E> Isomorphism Overview
 

Class Summary
AdaptiveIsomorphismInspectorFactory This class serves as a factory for GraphIsomorphismInspector concrete implementations.
GraphOrdering<V,E> Holds graph information as int labels only.
IsomorphismRelation<V,E> Holds an isomorphism relation for two graphs.
VertexDegreeEquivalenceComparator<V,E> Two vertexes are equivalent under this comparator if and only if: they have the same IN degree
 

Package org.jgrapht.experimental.isomorphism Description

Algorithms which provide isomorphism check between two graphs.



Copyright © 2013. All rights reserved.