Bug in MVRP

2900
0
03-12-2023 10:09 PM
YogeshSaili
New Contributor

Hi All,

I found a bug in MVRP while scheduling orders for a vehicle. Logically the below order should not be assigned to the Any route as vehicle is not available at that point of time.

Example: Order details:

"Name": "24",
"ServiceTime": 35,
"SpecialtyNames": "25 28 47 48",
"TimeWindowStart1": 1678681200000, (Mar 13, 2023 00:20 AM)
"TimeWindowEnd1": 1678688400000, (Mar 13, 2023 02:20 AM)
"MaxViolationTime1": 0

Depot details: 

"Name": "2593-Yogesh",
"TimeWindowStart1": 1678617900000, (Mar 12, 2023 06:45 AM)
"TimeWindowEnd1": 1678654800000 (Mar 12, 2023 05:00 PM)

 

Route details:

"Name": "2593",
"Description": "Yogesh Saili",
"StartDepotName": "2593-Yogesh",
"SpecialtyNames": "13 25 26 27 28 29 30 31 43 45 46 47 48",
"EarliestStartTime": 1678617900000,  (Mar 12, 2023 06:45 AM)
"LatestStartTime": 1678617900000  (Mar 12, 2023 06:45 AM)

 

Response : 

 

"ObjectID": 1,
"Name": "24",
"PickupQuantities": "",
"DeliveryQuantities": "",
"StopType": 0,
"RouteName": "2593",
"Sequence": 2,
"FromPrevTravelTime": 5.9505139589309692,
"FromPrevDistance": 2.732750079358484,
"ArriveCurbApproach": 0,
"DepartCurbApproach": 0,
"ArriveTime": 1678618257031, (Mar 12, 2023 06:50:57 AM)
"DepartTime": 1678683300000,  (Mar 13, 2023 00:55 AM)
"ArriveTimeUTC": 1678632657031,
"DepartTimeUTC": 1678697700000,
"WaitTime": 1049.049486041069,
"ViolationTime": 0,
"SnapX": -80.149837336779854,
"SnapY": 26.011366256277743,
"SnapZ": 0,
"DistanceToNetworkInMeters": 0.97388708319582518,
"ORIG_FID": 1

 

0 Kudos
0 Replies