Dijkstra can not work with DirectedWeightedEdge #205
Labels
bug
Something isn't working
core
something about core
good first issue
Good for newcomers
Priority:High
Priority Label for high priority issue
Not init for some node dist in Graph.hpp:1007~1009
Please make sure the right iterate container.
It is better that replace as below:
for (const auto &elem : nodeSet )
{
dist[elem.first] = INF_DOUBLE;
}
The text was updated successfully, but these errors were encountered: