-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Some origin-destination pairs have no path due to the consideration of forbidden movements (if they have been defined)
The current implementation of Dijkstra's algorithm based on graph exploration and a list of visited nodes does not allow to find the loops. A different handling of the algorithm based on an exploration of possible movements at the node level could compute a path for the problematic ODs
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request