Every morning a depot fills its trucks and sends them out. A hundred packages, six drivers, one question: who delivers what, and in which order? Get it wrong and trucks crisscross the city burning fuel and overtime. Get it right and the same deliveries finish hours earlier.
This is the Vehicle Routing Problem (VRP). You have one depot, a fleet of vehicles, and a set of customers to serve. Each truck leaves the depot, visits some customers, and returns. The goal is to serve everyone at the least total cost — usually total distance or time — often while respecting limits like how much each truck can carry.
It sounds like a scheduling chore. It is, in fact, one of the most studied hard problems in all of optimization, and shaving even a few percent off the answer is worth billions to the companies that move the world's goods.
Comments
Loading comments...