I am analyzing JSPRIT functionalities with time window for a specific problem of a few days single trip.
The truck is being loaded with packages, which are to be delivered within a few days period (not one day). This is because there are large distances between delivery points. Every stop is opened from 8:00 till 16:00 so there are hard time windows. So during the first day the truck delivers some packages up to 16:00 and no more deliveries the same day allowed.
Then driver should go into another delivery point which is going to be open again the following day from 8:00 till 16:00 and procedure continues till all packages are being delivered and track can go back to its depot.
Is it possible to implement such scenario within JSPRIT ?