Open
Description
Dear author!I tried to use the dynamic graph API to update the original graph and run sssp on the new graph.The important codes like below.
First,there is a graph with type:
So that the orginal graph: GraphT graph could using like: auto &graph_csr = graph.csr(),and auto &dyn_graph = graph.dyn();.
Is the dynamic graph constructed by default when loading the original graph?The output is dyn_graph.nodes = 4.
Next question is, after InsertEdgesBatch like below:
the dynamic graph seems like not be updated. Did I call the API in the right way?
Hope for u reply ,thanks