Replies: 5 comments 5 replies
-
as it is closed, do I understand correctly that there was no actual issue in the end? |
Beta Was this translation helpful? Give feedback.
-
I have the same problem statement when I am not passing any objectives in payload the problem that I am facing is that the driver starts the tour from the warehouse and delivers jobs to the delivery location and then again comes back to the warehouse to refill the vehicle I don't want this behaviour driver should visit warehouse one time and based on the capacity of the vehicle he can fill vehicle then not coming back to refill the truck please tell me that what kind of objectives I can use in this algorithm to solve this problem Please Guide Us what can we do I have tried with multiple combination in objectives however I failed to solve this |
Beta Was this translation helpful? Give feedback.
-
I'll take a look once I have time and motivation. Currently, I'm working on something experimental which might help to make a next step in improving quality of results. |
Beta Was this translation helpful? Give feedback.
-
Issue Description
In the current implementation, there is a critical calculation error in truck capacity tracking. The system is allowing job volume that we are giving in pickup and delivery demand to exceed the truck's declared maximum capacity by a significant margin.
Specific Observations
Request
Could you please investigate this volume exceed issue. Let me know if I have made any mistake in the request payload
Request Payload
{ "plan": { "jobs": [ { "id": "O000409/1", "pickups": [ { "demand": [ 384000 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 384000 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.28535, "lng": 103.84507 } } ] } ] }, { "id": "O000408/1", "pickups": [ { "demand": [ 230400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 230400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.29401, "lng": 103.85315 } } ] } ] }, { "id": "O000407/1", "pickups": [ { "demand": [ 537600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 537600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.28234, "lng": 103.85103 } } ] } ] }, { "id": "O000406/1", "pickups": [ { "demand": [ 460800 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 460800 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.35208, "lng": 103.81984 } } ] } ] }, { "id": "O000405/1", "pickups": [ { "demand": [ 614400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 614400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.3221, "lng": 103.73846 } } ] } ] }, { "id": "O000404/1", "pickups": [ { "demand": [ 614400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 614400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.28349, "lng": 103.82668 } } ] } ] }, { "id": "O000403/1", "pickups": [ { "demand": [ 307200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 307200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.32706, "lng": 103.84644 } } ] } ] }, { "id": "O000402/1", "pickups": [ { "demand": [ 153600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 153600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.2915, "lng": 103.8272 } } ] } ] }, { "id": "O000401/1", "pickups": [ { "demand": [ 153600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 153600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.28509, "lng": 103.84784 } } ] } ] }, { "id": "O000400/1", "pickups": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.34124, "lng": 103.8455 } } ] } ] }, { "id": "O000399/1", "pickups": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.3358, "lng": 103.85673 } } ] } ] }, { "id": "O000398/1", "pickups": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.28877, "lng": 103.84753 } } ] } ] }, { "id": "O000397/1", "pickups": [ { "demand": [ 537600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 537600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.33426, "lng": 103.84905 } } ] } ] }, { "id": "O000396/1", "pickups": [ { "demand": [ 384000 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 384000 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.28419, "lng": 103.84248 } } ] } ] }, { "id": "O000395/1", "pickups": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.27252, "lng": 103.80932 } } ] } ] }, { "id": "O000394/1", "pickups": [ { "demand": [ 614400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 614400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.31858, "lng": 103.90281 } } ] } ] }, { "id": "O000393/1", "pickups": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.32331, "lng": 103.92172 } } ] } ] }, { "id": "O000392/1", "pickups": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.30608, "lng": 103.88315 } } ] } ] }, { "id": "O000391/1", "pickups": [ { "demand": [ 614400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 614400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.30741, "lng": 103.90671 } } ] } ] }, { "id": "O000390/1", "pickups": [ { "demand": [ 307200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 307200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.35282, "lng": 103.93964 } } ] } ] }, { "id": "O000389/1", "pickups": [ { "demand": [ 460800 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 460800 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.37119, "lng": 103.94565 } } ] } ] }, { "id": "O000388/1", "pickups": [ { "demand": [ 460800 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 460800 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.33061, "lng": 103.9306 } } ] } ] }, { "id": "O000387/1", "pickups": [ { "demand": [ 307200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 307200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.32154, "lng": 103.95554 } } ] } ] }, { "id": "O000386/1", "pickups": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 691200 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.33724, "lng": 103.70214 } } ] } ] }, { "id": "O000385/1", "pickups": [ { "demand": [ 614400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 614400 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.34187, "lng": 103.69739 } } ] } ] }, { "id": "O000384/1", "pickups": [ { "demand": [ 1305600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 1305600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.38512, "lng": 103.74491 } } ] } ] }, { "id": "O000383/1", "pickups": [ { "demand": [ 768000 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 768000 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.33024, "lng": 103.74474 } } ] } ] }, { "id": "O000382/1", "pickups": [ { "demand": [ 384000 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 384000 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.37873, "lng": 103.75512 } } ] } ] }, { "id": "O000381/1", "pickups": [ { "demand": [ 460800 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 460800 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.35878, "lng": 103.752 } } ] } ] }, { "id": "O000380/1", "pickups": [ { "demand": [ 537600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.326297, "lng": 103.6746292 } } ] } ], "deliveries": [ { "demand": [ 537600 ], "places": [ { "times": [ [ "2024-12-20T07:30:00Z", "2024-12-20T19:30:00Z" ] ], "duration": 60, "location": { "lat": 1.38666, "lng": 103.76191 } } ] } ] } ] }, "fleet": { "profiles": [ { "name": "3 Tonne" } ], "vehicles": [ { "costs": { "time": 1, "fixed": 14175000, "distance": 1 }, "shifts": [ { "end": { "latest": "2024-12-20T19:30:00Z", "location": { "lat": 1.326297, "lng": 103.6746292 } }, "start": { "earliest": "2024-12-20T07:30:00Z", "location": { "lat": 1.326297, "lng": 103.6746292 } } } ], "typeId": "INT-6289", "profile": { "matrix": "3 Tonne" }, "capacity": [ 14175000 ], "vehicleIds": [ "INT-6289" ] } ] } }
Response Payload
{ "tours": [ { "stops": [ { "load": [ 11136000 ], "time": { "arrival": "2024-12-20T07:30:00Z", "departure": "2024-12-20T07:51:00Z" }, "distance": 0, "location": { "lat": 1.326297, "lng": 103.6746292 }, "activities": [ { "time": { "end": "2024-12-20T07:30:00Z", "start": "2024-12-20T07:30:00Z" }, "type": "departure", "jobId": "departure" }, { "time": { "end": "2024-12-20T07:31:00Z", "start": "2024-12-20T07:30:00Z" }, "type": "pickup", "jobId": "O000393/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:32:00Z", "start": "2024-12-20T07:31:00Z" }, "type": "pickup", "jobId": "O000409/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:33:00Z", "start": "2024-12-20T07:32:00Z" }, "type": "pickup", "jobId": "O000402/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:34:00Z", "start": "2024-12-20T07:33:00Z" }, "type": "pickup", "jobId": "O000397/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:35:00Z", "start": "2024-12-20T07:34:00Z" }, "type": "pickup", "jobId": "O000382/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:36:00Z", "start": "2024-12-20T07:35:00Z" }, "type": "pickup", "jobId": "O000394/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:37:00Z", "start": "2024-12-20T07:36:00Z" }, "type": "pickup", "jobId": "O000404/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:38:00Z", "start": "2024-12-20T07:37:00Z" }, "type": "pickup", "jobId": "O000408/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:39:00Z", "start": "2024-12-20T07:38:00Z" }, "type": "pickup", "jobId": "O000384/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:40:00Z", "start": "2024-12-20T07:39:00Z" }, "type": "pickup", "jobId": "O000407/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:41:00Z", "start": "2024-12-20T07:40:00Z" }, "type": "pickup", "jobId": "O000385/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:42:00Z", "start": "2024-12-20T07:41:00Z" }, "type": "pickup", "jobId": "O000392/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:43:00Z", "start": "2024-12-20T07:42:00Z" }, "type": "pickup", "jobId": "O000395/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:44:00Z", "start": "2024-12-20T07:43:00Z" }, "type": "pickup", "jobId": "O000401/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:45:00Z", "start": "2024-12-20T07:44:00Z" }, "type": "pickup", "jobId": "O000396/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:46:00Z", "start": "2024-12-20T07:45:00Z" }, "type": "pickup", "jobId": "O000380/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:47:00Z", "start": "2024-12-20T07:46:00Z" }, "type": "pickup", "jobId": "O000400/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:48:00Z", "start": "2024-12-20T07:47:00Z" }, "type": "pickup", "jobId": "O000390/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:49:00Z", "start": "2024-12-20T07:48:00Z" }, "type": "pickup", "jobId": "O000386/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:50:00Z", "start": "2024-12-20T07:49:00Z" }, "type": "pickup", "jobId": "O000388/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T07:51:00Z", "start": "2024-12-20T07:50:00Z" }, "type": "pickup", "jobId": "O000389/1", "location": { "lat": 1.326297, "lng": 103.6746292 } } ] }, { "load": [ 9830400 ], "time": { "arrival": "2024-12-20T08:08:00Z", "departure": "2024-12-20T08:09:00Z" }, "distance": 10201, "location": { "lat": 1.38512, "lng": 103.74491 }, "activities": [ { "type": "delivery", "jobId": "O000384/1" } ] }, { "load": [ 11443200 ], "time": { "arrival": "2024-12-20T08:26:00Z", "departure": "2024-12-20T08:29:00Z" }, "distance": 20402, "location": { "lat": 1.326297, "lng": 103.6746292 }, "activities": [ { "time": { "end": "2024-12-20T08:27:00Z", "start": "2024-12-20T08:26:00Z" }, "type": "pickup", "jobId": "O000398/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T08:28:00Z", "start": "2024-12-20T08:27:00Z" }, "type": "pickup", "jobId": "O000391/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T08:29:00Z", "start": "2024-12-20T08:28:00Z" }, "type": "pickup", "jobId": "O000387/1", "location": { "lat": 1.326297, "lng": 103.6746292 } } ] }, { "load": [ 11059200 ], "time": { "arrival": "2024-12-20T08:46:49Z", "departure": "2024-12-20T08:47:49Z" }, "distance": 31094, "location": { "lat": 1.37873, "lng": 103.75512 }, "activities": [ { "type": "delivery", "jobId": "O000382/1" } ] }, { "load": [ 10521600 ], "time": { "arrival": "2024-12-20T08:49:45Z", "departure": "2024-12-20T08:50:45Z" }, "distance": 32256, "location": { "lat": 1.38666, "lng": 103.76191 }, "activities": [ { "type": "delivery", "jobId": "O000380/1" } ] }, { "load": [ 9830400 ], "time": { "arrival": "2024-12-20T09:08:24Z", "departure": "2024-12-20T09:09:24Z" }, "distance": 42844, "location": { "lat": 1.34124, "lng": 103.8455 }, "activities": [ { "type": "delivery", "jobId": "O000400/1" } ] }, { "load": [ 9292800 ], "time": { "arrival": "2024-12-20T09:10:51Z", "departure": "2024-12-20T09:11:51Z" }, "distance": 43716, "location": { "lat": 1.33426, "lng": 103.84905 }, "activities": [ { "type": "delivery", "jobId": "O000397/1" } ] }, { "load": [ 8601600 ], "time": { "arrival": "2024-12-20T09:20:03Z", "departure": "2024-12-20T09:21:03Z" }, "distance": 48640, "location": { "lat": 1.30608, "lng": 103.88315 }, "activities": [ { "type": "delivery", "jobId": "O000392/1" } ] }, { "load": [ 7987200 ], "time": { "arrival": "2024-12-20T09:25:22Z", "departure": "2024-12-20T09:26:22Z" }, "distance": 51233, "location": { "lat": 1.31858, "lng": 103.90281 }, "activities": [ { "type": "delivery", "jobId": "O000394/1" } ] }, { "load": [ 7680000 ], "time": { "arrival": "2024-12-20T09:35:42Z", "departure": "2024-12-20T09:36:42Z" }, "distance": 56830, "location": { "lat": 1.35282, "lng": 103.93964 }, "activities": [ { "type": "delivery", "jobId": "O000390/1" } ] }, { "load": [ 7219200 ], "time": { "arrival": "2024-12-20T09:40:17Z", "departure": "2024-12-20T09:41:17Z" }, "distance": 58982, "location": { "lat": 1.37119, "lng": 103.94565 }, "activities": [ { "type": "delivery", "jobId": "O000389/1" } ] }, { "load": [ 6912000 ], "time": { "arrival": "2024-12-20T09:50:41Z", "departure": "2024-12-20T09:51:41Z" }, "distance": 64618, "location": { "lat": 1.32154, "lng": 103.95554 }, "activities": [ { "type": "delivery", "jobId": "O000387/1" } ] }, { "load": [ 6451200 ], "time": { "arrival": "2024-12-20T09:56:36Z", "departure": "2024-12-20T09:57:36Z" }, "distance": 67572, "location": { "lat": 1.33061, "lng": 103.9306 }, "activities": [ { "type": "delivery", "jobId": "O000388/1" } ] }, { "load": [ 5760000 ], "time": { "arrival": "2024-12-20T09:59:44Z", "departure": "2024-12-20T10:00:44Z" }, "distance": 68851, "location": { "lat": 1.32331, "lng": 103.92172 }, "activities": [ { "type": "delivery", "jobId": "O000393/1" } ] }, { "load": [ 5145600 ], "time": { "arrival": "2024-12-20T10:04:47Z", "departure": "2024-12-20T10:05:47Z" }, "distance": 71285, "location": { "lat": 1.30741, "lng": 103.90671 }, "activities": [ { "type": "delivery", "jobId": "O000391/1" } ] }, { "load": [ 4608000 ], "time": { "arrival": "2024-12-20T10:17:07Z", "departure": "2024-12-20T10:18:07Z" }, "distance": 78081, "location": { "lat": 1.28234, "lng": 103.85103 }, "activities": [ { "type": "delivery", "jobId": "O000407/1" } ] }, { "load": [ 4377600 ], "time": { "arrival": "2024-12-20T10:20:19Z", "departure": "2024-12-20T10:21:19Z" }, "distance": 79401, "location": { "lat": 1.29401, "lng": 103.85315 }, "activities": [ { "type": "delivery", "jobId": "O000408/1" } ] }, { "load": [ 3686400 ], "time": { "arrival": "2024-12-20T10:22:45Z", "departure": "2024-12-20T10:23:45Z" }, "distance": 80256, "location": { "lat": 1.28877, "lng": 103.84753 }, "activities": [ { "type": "delivery", "jobId": "O000398/1" } ] }, { "load": [ 3532800 ], "time": { "arrival": "2024-12-20T10:24:26Z", "departure": "2024-12-20T10:25:26Z" }, "distance": 80667, "location": { "lat": 1.28509, "lng": 103.84784 }, "activities": [ { "type": "delivery", "jobId": "O000401/1" } ] }, { "load": [ 3148800 ], "time": { "arrival": "2024-12-20T10:25:57Z", "departure": "2024-12-20T10:26:57Z" }, "distance": 80977, "location": { "lat": 1.28535, "lng": 103.84507 }, "activities": [ { "type": "delivery", "jobId": "O000409/1" } ] }, { "load": [ 2764800 ], "time": { "arrival": "2024-12-20T10:27:29Z", "departure": "2024-12-20T10:28:29Z" }, "distance": 81293, "location": { "lat": 1.28419, "lng": 103.84248 }, "activities": [ { "type": "delivery", "jobId": "O000396/1" } ] }, { "load": [ 2611200 ], "time": { "arrival": "2024-12-20T10:31:38Z", "departure": "2024-12-20T10:32:38Z" }, "distance": 83178, "location": { "lat": 1.2915, "lng": 103.8272 }, "activities": [ { "type": "delivery", "jobId": "O000402/1" } ] }, { "load": [ 1996800 ], "time": { "arrival": "2024-12-20T10:34:07Z", "departure": "2024-12-20T10:35:07Z" }, "distance": 84072, "location": { "lat": 1.28349, "lng": 103.82668 }, "activities": [ { "type": "delivery", "jobId": "O000404/1" } ] }, { "load": [ 1305600 ], "time": { "arrival": "2024-12-20T10:38:56Z", "departure": "2024-12-20T10:39:56Z" }, "distance": 86358, "location": { "lat": 1.27252, "lng": 103.80932 }, "activities": [ { "type": "delivery", "jobId": "O000395/1" } ] }, { "load": [ 614400 ], "time": { "arrival": "2024-12-20T11:03:10Z", "departure": "2024-12-20T11:04:10Z" }, "distance": 100293, "location": { "lat": 1.33724, "lng": 103.70214 }, "activities": [ { "type": "delivery", "jobId": "O000386/1" } ] }, { "load": [ 0 ], "time": { "arrival": "2024-12-20T11:05:24Z", "departure": "2024-12-20T11:06:24Z" }, "distance": 101031, "location": { "lat": 1.34187, "lng": 103.69739 }, "activities": [ { "type": "delivery", "jobId": "O000385/1" } ] }, { "load": [ 3302400 ], "time": { "arrival": "2024-12-20T11:11:31Z", "departure": "2024-12-20T11:17:31Z" }, "distance": 104100, "location": { "lat": 1.326297, "lng": 103.6746292 }, "activities": [ { "time": { "end": "2024-12-20T11:12:31Z", "start": "2024-12-20T11:11:31Z" }, "type": "pickup", "jobId": "O000383/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T11:13:31Z", "start": "2024-12-20T11:12:31Z" }, "type": "pickup", "jobId": "O000403/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T11:14:31Z", "start": "2024-12-20T11:13:31Z" }, "type": "pickup", "jobId": "O000399/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T11:15:31Z", "start": "2024-12-20T11:14:31Z" }, "type": "pickup", "jobId": "O000406/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T11:16:31Z", "start": "2024-12-20T11:15:31Z" }, "type": "pickup", "jobId": "O000405/1", "location": { "lat": 1.326297, "lng": 103.6746292 } }, { "time": { "end": "2024-12-20T11:17:31Z", "start": "2024-12-20T11:16:31Z" }, "type": "pickup", "jobId": "O000381/1", "location": { "lat": 1.326297, "lng": 103.6746292 } } ] }, { "load": [ 2841600 ], "time": { "arrival": "2024-12-20T11:33:05Z", "departure": "2024-12-20T11:34:05Z" }, "distance": 113439, "location": { "lat": 1.35878, "lng": 103.752 }, "activities": [ { "type": "delivery", "jobId": "O000381/1" } ] }, { "load": [ 2380800 ], "time": { "arrival": "2024-12-20T11:46:44Z", "departure": "2024-12-20T11:47:44Z" }, "distance": 121026, "location": { "lat": 1.35208, "lng": 103.81984 }, "activities": [ { "type": "delivery", "jobId": "O000406/1" } ] }, { "load": [ 1689600 ], "time": { "arrival": "2024-12-20T11:55:13Z", "departure": "2024-12-20T11:56:13Z" }, "distance": 125514, "location": { "lat": 1.3358, "lng": 103.85673 }, "activities": [ { "type": "delivery", "jobId": "O000399/1" } ] }, { "load": [ 1382400 ], "time": { "arrival": "2024-12-20T11:58:43Z", "departure": "2024-12-20T11:59:43Z" }, "distance": 127017, "location": { "lat": 1.32706, "lng": 103.84644 }, "activities": [ { "type": "delivery", "jobId": "O000403/1" } ] }, { "load": [ 614400 ], "time": { "arrival": "2024-12-20T12:18:35Z", "departure": "2024-12-20T12:19:35Z" }, "distance": 138341, "location": { "lat": 1.33024, "lng": 103.74474 }, "activities": [ { "type": "delivery", "jobId": "O000383/1" } ] }, { "load": [ 0 ], "time": { "arrival": "2024-12-20T12:21:29Z", "departure": "2024-12-20T12:22:29Z" }, "distance": 139485, "location": { "lat": 1.3221, "lng": 103.73846 }, "activities": [ { "type": "delivery", "jobId": "O000405/1" } ] }, { "load": [ 0 ], "time": { "arrival": "2024-12-20T12:34:21Z", "departure": "2024-12-20T12:34:21Z" }, "distance": 146604, "location": { "lat": 1.326297, "lng": 103.6746292 }, "activities": [ { "type": "arrival", "jobId": "arrival" } ] } ], "typeId": "INT-6289", "statistic": { "cost": 14339865, "times": { "break": 0, "driving": 14661, "parking": 0, "serving": 3600, "waiting": 0, "commuting": 0 }, "distance": 146604, "duration": 18261 }, "vehicleId": "INT-6289", "shiftIndex": 0 } ], "statistic": { "cost": 14339865, "times": { "break": 0, "driving": 14661, "parking": 0, "serving": 3600, "waiting": 0, "commuting": 0 }, "distance": 146604, "duration": 18261 } }
Beta Was this translation helpful? Give feedback.
All reactions