Spaces:
Sleeping
Sleeping
File size: 429 Bytes
03e3b1b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"constraints": [
"all_deliveries_assigned",
"vehicle_capacity",
"delivery_time_windows",
"total_travel_time"
],
"views": [
{
"id": "overview",
"label": "Overview",
"kind": "custom"
},
{
"id": "vehicleTimeline",
"label": "By Vehicle",
"kind": "list"
},
{
"id": "deliveryTimeline",
"label": "By Delivery",
"kind": "list"
}
]
}
|