public class VF2IsomorphismTester extends AbstractIsomorphismTester
This implementation is an adaptation of the VFLib implementation.
This class is thread-safe.
| Constructor and Description |
|---|
VF2IsomorphismTester()
Creates a new
VF2IsomorphismTester instance |
| Modifier and Type | Method and Description |
|---|---|
protected State |
makeInitialState(Graph<? extends Edge> g1,
Graph<? extends Edge> g2)
Returns a new
State for running the VF2 algorithm. |
areIsomorphic, findIsomorphismpublic VF2IsomorphismTester()
VF2IsomorphismTester instanceprotected State makeInitialState(Graph<? extends Edge> g1, Graph<? extends Edge> g2)
State for running the VF2 algorithm.makeInitialState in class AbstractIsomorphismTesterCopyright © 2012. All Rights Reserved.