The capacitated vehicle routing problem (cVRP) is a VRP involves route planning for vehicles with limited carrying capacity to pick up and/or deliver goods at various locations.
Each of the jobs have a known load, and that the vehicles have a maximum loading capacity; of which the total load of the jobs cannot exceed the capacity of the vehicle.
Currently, we only support the use of the Pallets field to define the capacity of your jobs and your vehicle. (If you have another unit of measurement such as weight or volume, you may rename the Pallet field accordingly) under Settings > Job > Fields.
Settings
Vehicle Setup
Navigate to Vehicles.
Open up the vehicle form by either:
Click on the Add Vehicle button.
Click on the corresponding row of the vehicle.
Fill in the Vehicle Capacity. this field only accepts integer
Click Save when done.
Job Settings
Navigate to Settings > Job > Fields.
Enable Pallets.
Click Save when done.
Usage
When creating a job, input the Pallets value. this field only accepts integer
After planning, 3 runs would be generated each not exceeding the Vehicle Capacity of the respective vehicles.
Run
D.O. No.
Load
Total Load Per Run
1
D3
3
10
D1
1
D4
4
D2
2
2
D7
7
10
D5
3
3
D6
6
9
D8
3
Limitations
This feature best caters to routes that consists of only Delivery jobs or only Collection jobs. (This cVRP feature is unable to cater to a mixture of Collection and Delivery jobs as load capacities of both job types will be summed up progressively in the route.)
As such, this feature will not be enabled for users on courier mode or special courier mode.