PGWelch / com.opendoorlogistics

http://www.opendoorlogistics.com
GNU Lesser General Public License v3.0
80 stars 45 forks source link

Start time is not considered as the earliest start time #54

Open reachsalman opened 3 years ago

reachsalman commented 3 years ago

Hi Phil,

I tried a simple 1 customer delivery problem. The vehicle start time that we mention in the vehicle types are being considered as the actual start time of the vehicle. It is not being able to consider start time as the earliest start time. Is that an issue? I have build the jsprit integration project as a clean build and using the same. Attaching the gantt chart of the trip. You can see that the vehicle is starting at the start time and waiting at the customer unnecessarily. image

PGWelch commented 3 years ago

Hi, this is correct. It can't figure out that if the first customer doesn't open until say 8:00am, the vehicle should start later. This wouldn't normally affect the structure of the routes though, it's just that ODL Studio doesn't report a delayed start time (we can report this delayed start time in ODL Live, because the engine is different).