public class IsomorphismFound extends Object implements TerminationFunction
VF2State corresponds to a graph isomorphism.
Note that this function does not check whether a state really is a graph isomorphism. Instead it merely checks whether an algorithm to determine a graph isomorphism may stop its execution, because it already found an isomorphism.
| Constructor and Description |
|---|
IsomorphismFound() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(VF2State state)
Checks whether searching for a morphism can be stopped.
|
public boolean eval(VF2State state)
TerminationFunctioneval in interface TerminationFunctionstate - The current state of the morphism constructed so far.Copyright © 2018. All rights reserved.