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

Itinero.Logistics.Routing #28

Closed
t22dk opened this issue Nov 16, 2016 · 4 comments
Closed

Itinero.Logistics.Routing #28

t22dk opened this issue Nov 16, 2016 · 4 comments

Comments

@t22dk
Copy link

t22dk commented Nov 16, 2016

I am not able to make any tsp calculations in the newest version.

Getting this error
"Method not found: 'Itinero.Route Itinero.RouterBaseExtensions.Calculate(Itinero.RouterBase, Itinero.Profiles.Profile, Itinero.RouterPoint, Itinero.RouterPoint)'."

From this line
var test = router.CalculateTSP(profile, array); // The type af the array is (Itinero.LocalGeo.Coordinate[])

Does your Logistics tests work ?

@xivk
Copy link
Contributor

xivk commented Nov 16, 2016

Sorry I need to update the logistics library with the latest Itinero version. Will try to do this today.

@t22dk
Copy link
Author

t22dk commented Nov 16, 2016

Thanks for the quick reply

@xivk
Copy link
Contributor

xivk commented Nov 17, 2016

Logistics library has been updated. Please be aware that it is still in motion and can change drastically still over the next couple of months...

@xivk xivk closed this as completed Nov 17, 2016
@t22dk
Copy link
Author

t22dk commented Nov 18, 2016

Thanks, will test it shortly.

It is already somewhere between 100-500% faster on real world TSP problems, than the old OSMSharp(on problems between 20-500 stops). Just to let you know that I appreciate your work.

msioen added a commit to msioen/routing that referenced this issue Jul 31, 2018
msioen added a commit to msioen/routing that referenced this issue Jul 31, 2018
…ve algorithm to ensure extensions still work / compatibility
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