{
"vehicles": [
{
"vehicle_id": "van-001",
"start": [33.122746, -96.659222],
"end": [33.122746, -96.659222],
"capacity": 105
},
{
"vehicle_id": "van-151",
"start": [33.122746, -96.659222],
"end": [33.005741, -96.860740],
"capacity": 90
},
// ...
],
"requests": [
{
"locations": [
{
"location_id": "customer-408,
"position": [ 33.004745, -96.827094 ],
"quantity": -7,
"cost": 10
}
]
},
{
"locations": [
{
"location_id": "customer-215",
"position": [ 33.005741, -96.860740 ],
"quantity": -30,
"cost": 10
}
]
},
// ...
]
}
{
"state": {
"vehicles": [
{
"vehicle_id: "van-001",
"route_by_id": [
"van-001-start",
"customer-408",
"customer-760",
"customer-805",
"customer-818",
"customer-310",
"customer-323"
"van-001-end",
],
"value": 136665
},
{
"vehicle_id": "van-151",
"route_by_id": [
"van-151-start",
"customer-785",
"customer-512",
"customer-701",
"customer-787",
"customer-737",
"customer-206",
"customer-215"
"van-151-end",
],
"value": 121104
},
// ...
]
},
"statistics": {
"search": {
"deferred": 7020,
"explored": 511,
"solutions": 12
},
"time": {
"elapsed": "8.396443566s",
},
value": 688657
}
}