public interface FeasibilityFunction
VF2Algorithm in order to determine
whether extending a VF2State by a pair of candidate nodes might still correspond to a valid
graph morphism.| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(VF2State state,
int p,
int t)
Evaluates whether extending the given state by a candidate pair results in a partial mapping between
pattern and target Graph might still lead to a valid Morphism.
|
boolean eval(VF2State state, int p, int t)
state - The current VF2State determining the partial Morphism computed so far.p - The new pattern candidate node that should be added to the morphism.t - The new target candidate node that should be added to the morphism.Copyright © 2018. All rights reserved.