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

catch links with costs <= 0 earlier in program flow #963

Open
kainagel opened this issue Apr 15, 2020 · 0 comments
Open

catch links with costs <= 0 earlier in program flow #963

kainagel opened this issue Apr 15, 2020 · 0 comments

Comments

@kainagel
Copy link
Member

kainagel commented Apr 15, 2020

As we know, this leads to problems with routing. Unfortunately, this is non-deterministic, since the routers do not always explore all links systematically, and so in some run one may encounter the problem and in some other run not. Also, switching from one type of router (e.g. Dijkstra) to some other (e.g. landmarks) also changes the links that are explored.

There were also problems with multithreaded routing: matsim-org/matsim-code-examples#258 . Removing the above problem as source of errors would allow to concentrate on the multithreading issue.

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