8000 Try to update graph then run sssp on new graph · Issue #1033 · gunrock/gunrock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Try to update graph then run sssp on new graph #1033
Open
@Yongze-zzz

Description

@Yongze-zzz

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:
1673607470245
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:
image
the dynamic graph seems like not be updated. Did I call the API in the right way?
Hope for u reply ,thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    🍍 algorithmsNew or existing graph algorithms question.🚂 operatorsLooking/Adding a new operator or a core functionality to an existing operator?

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0