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

Consider Turn Restrictions in Network Cleaner #3461

Open
paulheinr opened this issue Sep 9, 2024 · 1 comment
Open

Consider Turn Restrictions in Network Cleaner #3461

paulheinr opened this issue Sep 9, 2024 · 1 comment
Labels
maintenance things that should be done to improve code and UI

Comments

@paulheinr
Copy link
Contributor

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:

  1. Consider turn restrictions during search and clean network equivalent to current implementation
  2. Remove turn restrictions to make links & nodes reachable

I am in favor of 1.

@paulheinr
Copy link
Contributor Author

This issue was also mentioned in #2829.

@paulheinr paulheinr added the maintenance things that should be done to improve code and UI label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance things that should be done to improve code and UI
Projects
None yet
Development

No branches or pull requests

1 participant