From abef67d49341b4dfa7a5a67fa6b333206ce38544 Mon Sep 17 00:00:00 2001 From: youdonghai Date: Wed, 20 Dec 2023 18:52:52 +0800 Subject: [PATCH] local rdg add vertex --- .../com/antgroup/openspg/reasoner/runner/local/rdg/LocalRDG.java | 1 + 1 file changed, 1 insertion(+) diff --git a/reasoner/runner/local-runner/src/main/java/com/antgroup/openspg/reasoner/runner/local/rdg/LocalRDG.java b/reasoner/runner/local-runner/src/main/java/com/antgroup/openspg/reasoner/runner/local/rdg/LocalRDG.java index 0ab9fce1..5b41ffdd 100644 --- a/reasoner/runner/local-runner/src/main/java/com/antgroup/openspg/reasoner/runner/local/rdg/LocalRDG.java +++ b/reasoner/runner/local-runner/src/main/java/com/antgroup/openspg/reasoner/runner/local/rdg/LocalRDG.java @@ -934,6 +934,7 @@ public class LocalRDG extends RDG { // add to result list this.resultVertexSet.add(willAddedVertex); + this.graphState.addVertex(willAddedVertex); count++; }