As promised earlier this year, we are very happy to finally announce the unveiling of our new route optimization endpoint!
We deployed an instance of the popular Vroom open-source engine, which is capable of solving complex Vehicle Routing Problems (VRP) in record time. This type of problem always occurs when multiple locations need to be visited in the optimal order by one or more vehicles. Consequently, it’s most valuable for logistics planning, but is also useful for traveling sales persons (which actually is the name of a particular VRP). With Vroom job and vehicle scheduling is a breeze.
The optimization service supports advanced parameters to constrain the optimization, such as:
- capacities: each
vehicle
can have separate capacities for multiple goods, eachjob
will consume a vehicle’s capacity - time windows: each
vehicle
can have a start and end time (e.g. working hours), eachjob
can have multiple time windows, expressed as week seconds, e.g. Mon 8 am = 28800 - skills: each
job
can require skills thevehicle
must meet - service duration: each job can take a specified amount of time