local rdg add vertex

This commit is contained in:
youdonghai 2023-12-20 18:52:52 +08:00
parent 5d36d6a07e
commit abef67d493

View File

@ -934,6 +934,7 @@ public class LocalRDG extends RDG<LocalRDG> {
// add to result list
this.resultVertexSet.add(willAddedVertex);
this.graphState.addVertex(willAddedVertex);
count++;
}