DVRP
DVRP stands for Dynamic Vehicle Routing Problem, a dynamic extension of the classic Vehicle Routing Problem. In DVRP, a fleet of vehicles with finite capacity serves a set of customer requests that arrive over time. Each request typically involves moving a passenger or item from an origin to a destination, potentially within given time windows or service constraints. The planning objective is to operate feasible routes while adapting to new information as it becomes available, often through reoptimization or rolling-horizon planning.
The problem is characterized by uncertainty and temporality. Travel times may vary, requests arrive stochastically, and
Variants of DVRP include time-window DVRP, where service must occur within specified intervals, and multi-depot or
Common solution approaches combine exact methods for small problems with heuristics and metaheuristics for larger instances.