Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suboptimal solution found if there are redundant arcs #27

Open
barrybecker4 opened this issue Feb 3, 2024 · 0 comments
Open

Suboptimal solution found if there are redundant arcs #27

barrybecker4 opened this issue Feb 3, 2024 · 0 comments

Comments

@barrybecker4
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant