You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if the original paper claims to handle this case or not, but I noticed that the scala version does not find the shortest paths if there are redundant arcs between some nodes. The reason seems to be that it does not necessarily select the shortest arc if there are more than one to select from.
See test "Find 3 the shortest paths in a graph 'test_50_2' from 0 -> 7" in my fork where I have added a test case to demonstrate.
The text was updated successfully, but these errors were encountered:
I'm not sure if the original paper claims to handle this case or not, but I noticed that the scala version does not find the shortest paths if there are redundant arcs between some nodes. The reason seems to be that it does not necessarily select the shortest arc if there are more than one to select from.
See test "Find 3 the shortest paths in a graph 'test_50_2' from 0 -> 7" in my fork where I have added a test case to demonstrate.
The text was updated successfully, but these errors were encountered: