V
- the type of the verticesE
- the type of the edgespublic interface IsomorphismInspector<V,E>
Modifier and Type | Method and Description |
---|---|
Iterator<GraphMapping<V,E>> |
getMappings()
Get an iterator over all calculated (isomorphic) mappings between two graphs.
|
boolean |
isomorphismExists()
Check if an isomorphism exists.
|
Iterator<GraphMapping<V,E>> getMappings()
IsomorphismUndecidableException
- if the inspector cannot decide whether the graphs are
isomorphicboolean isomorphismExists()
IsomorphismUndecidableException
- if the inspector cannot decide whether the graphs are
isomorphicCopyright © 2019. All rights reserved.