Maximum Pickup and Dropoff Locations
In many logistics operations, efficiency is not just about the number of stops but about the distinct locations visited. To optimize routes effectively, you may want to limit the number of unique pickup or drop-off clusters a vehicle visits in a sequence, rather than just the total number of stops.
Multiple Time Windows
In standard VRP problems, a node (pickup or drop-off) typically has a single time window defined by opentimets and closetimets. However, in many real-world scenarios, a location might be accessible during multiple disjoint time intervals. For example, a warehouse might be open for deliveries from 0800 and then again from 1400, closing for a lunch break in between.
Vehicle Efficiency
In the context of the Stateless API, Vehicle Efficiency refers to a set of constraints designed to optimize and control how a vehicle's capacity is utilized throughout its route. These constraints allow you to enforce rules about minimum loads during a trip and maximum loads at the end of a trip.