Closed sdmccabe closed 4 years ago
The paper itself has an appendix on handling weighted graphs, and since the primary difference is using Dijkstra instead of BFS, I think this implementation should support weighted graphs.
Let's support them
Yeah, it should hopefully be an easy fix.
PD converts to unweighted, then handles negative weights. The implication here is that it should support weights.