graphhopper / jsprit

jsprit is a java based, open source toolkit for solving rich vehicle routing problems
https://www.graphhopper.com/open-source/
Apache License 2.0
1.64k stars 605 forks source link

WIP: Activities without static location #491

Closed oblonski closed 4 years ago

oblonski commented 4 years ago

This allows to add an arbitrary number of services/activities without a static location. Thus, it allows to model multiple breaks, multiple telcos etc..

oblonski commented 4 years ago

211 can be modeled and the current break approach might be improved with this.

ismaelrh commented 4 years ago

Hi,

This only considers that an activity without location can only be performed after a static-location activity finishes, and not just after it starts, is it right?

With time-dependant matrixes, this is important.