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
Current Behaviour: The network cleaner performs a simple Dijkstra search for finding non-reachable nodes & links. It does not consider turn restrictions.
Desired Behaviour: There are two options:
Consider turn restrictions during search and clean network equivalent to current implementation
Remove turn restrictions to make links & nodes reachable
I am in favor of 1.
The text was updated successfully, but these errors were encountered:
Here is the explanation of the current implementation of turn restrictions: https://github.com/matsim-org/matsim-code-examples/wiki/turn-restrictions
Current Behaviour: The network cleaner performs a simple Dijkstra search for finding non-reachable nodes & links. It does not consider turn restrictions.
Desired Behaviour: There are two options:
I am in favor of 1.
The text was updated successfully, but these errors were encountered: