Ben Abelshausen

Results 167 comments of Ben Abelshausen

Also the CalculateTSP method doesn't exist anymore, keep in mind this library was still just an unstable release.

If I understand correctly you want the end of the route to be 'open', it can end anywhere?

I read a bit better now sorry, can you try with the regular TSP calculation without timewindows? What result do you get then. Also, the round-trip is most likely only...

There is support for timewindows in a basic TSP setting. But I don't think for this case it would work properly but it could. The idea is that you build...

@hcoppen Could this be due to the edgeid-bug in Itinero I fixed recently? Can you given me a piece of code to reproduce or does it fail on any edge?

Some of what is used for time windows can be adapted for this: https://github.com/itinero/optimization/blob/develop/src/Itinero.Optimization/TSP/TimeWindows/Solvers/Operators/Local1Shift.cs https://github.com/itinero/optimization/blob/develop/src/Itinero.Optimization/TSP/TimeWindows/Solvers/Operators/Local2Opt.cs But we need to do better, it also looks like the time-window solver could also...

There is no planned flexible solution, the purpose of this library is two-fold: - Implement a few very common cases. - Provide tools for developers to implement their own specifics....

Did you contract the graph you use for the profile you are using?

Sorry, the documentation for this doesn't exist yet, this is still in prerelease. The min and max are the time in seconds since the previous midnight.

- [ ] Add docs for this to [docs.itinero.tech](http://docs.itinero.tech/).