-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Undirected Dijkstra not work #145
Comments
Please provide code sample. Thanks. |
There is one complex example: require_once APP . 'Vendor' . DS . 'Graph' . DS . 'autoload.php'; //this never ends thanks for your time :) |
Thanks for reporting @mpperez3! I believe this to be a duplicate of graphp/algorithms#9. As such, I consider this to be a new feature request, not a bug report (Dijkstra has never been designed for undirected edges, though we failed to add clear documentation about this). If anybody feels like picking up graphp/algorithms#9 that would be super awesome! 👍 |
Hi,
I try to run a Dijkstra walk with one undirected graph but it doesn work. The php script never end. But
if i try the same example with directed edges it works great.
The text was updated successfully, but these errors were encountered: