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

Solving TSP using different categories of ways? eg footpaths? #8

Open
mkadlof opened this issue Apr 23, 2023 · 1 comment
Open

Solving TSP using different categories of ways? eg footpaths? #8

mkadlof opened this issue Apr 23, 2023 · 1 comment

Comments

@mkadlof
Copy link

mkadlof commented Apr 23, 2023

Is there any (easy) way to solve TSP on other categories of paths than roads? For example foot paths?

@marctuscher
Copy link
Owner

Sure, the first thing I would do is changing the graphreader.cpp:read method to only read the footpaths. Maybe you would also like to add the other categories.

I think you also need to play around with the speed, e.g. the weights of the edges.

Have fun 😊

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

2 participants