Compile sssp error #1637
-
Beta Was this translation helpful? Give feedback.
Answered by
sighingnow
Jun 6, 2022
Replies: 2 comments 4 replies
-
Could you post your python code for reproducing the problem? |
Beta Was this translation helpful? Give feedback.
1 reply
-
SSSP cannot work on fragment with @FishieJ For fragment with |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
FishieJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SSSP cannot work on fragment with
empty type
as edata type. We need to add a check for such incompatibility.@FishieJ For fragment with
empty type
as edata type, you could use the bfs algorithm.