Academia.eduAcademia.edu

Capacitated Vehicle Routing Problem

description165 papers
group0 followers
lightbulbAbout this topic
The Capacitated Vehicle Routing Problem (CVRP) is a combinatorial optimization problem that seeks to determine the most efficient routes for a fleet of vehicles to deliver goods to a set of customers, subject to constraints on vehicle capacity and minimizing total travel distance or cost.
lightbulbAbout this topic
The Capacitated Vehicle Routing Problem (CVRP) is a combinatorial optimization problem that seeks to determine the most efficient routes for a fleet of vehicles to deliver goods to a set of customers, subject to constraints on vehicle capacity and minimizing total travel distance or cost.

Key research themes

1. How can hybrid exact-matheuristic and branch-cut-and-price methods improve solution quality for large-scale Capacitated Vehicle Routing Problems?

This research area targets leveraging advanced mathematical programming techniques—particularly decomposition methods combined with metaheuristics (matheuristics) and branch-cut-and-price algorithms—to efficiently solve large instances of the Capacitated Vehicle Routing Problem (CVRP). It matters because CVRP is NP-hard, and while exact methods can find optimal solutions, they typically scale poorly. Incorporating exact methods to solve subproblems or leverage problem structure enables solving larger instances optimally or near-optimally, bridging theory with practical applications.

Key finding: Introduces a matheuristic based on Partial Optimization Metaheuristic Under Special Intensification Conditions (POPMUSIC) that decomposes CVRP into subproblems solved by a powerful branch-cut-and-price algorithm.... Read more
Key finding: Proposes exact formulations and an exact algorithm transforming a multitrip cumulative capacitated single-vehicle routing problem into a resource-constrained shortest path problem and solves it with an adapted Bellman-Ford... Read more
Key finding: Develops a hybrid heuristic combining Monte Carlo simulation with the Clarke and Wright Savings (CWS) algorithm and divide-and-conquer problem decomposition to solve CVRP with additional route length and service time... Read more

2. What metaheuristic paradigms and adaptations are most effective for approximating solutions to Capacitated Vehicle Routing Problems and their variants?

This theme concerns the development and application of metaheuristic algorithms—such as memetic algorithms, population-based heuristics, swarm intelligence, and novel biologically-inspired heuristics—to produce high-quality approximate solutions to CVRP and its extensions when exact methods become computationally infeasible. Understanding which metaheuristics or hybridizations perform well on large or complex instances aids practical implementation and algorithmic design in logistics.

Key finding: Presents a biobjective CVRP variant incorporating priority indexes affecting service order and develops two memetic algorithms using random keys encoding. Computational experiments confirm both algorithms produce good... Read more
Key finding: Proposes a Lexi-Search algorithm combined with pattern recognition techniques implemented in C to tackle CVRP with reduced CPU run time, particularly effective for high parameter values. The approach, tested on benchmark... Read more
Key finding: Introduces a novel swarm intelligence metaheuristic inspired by meerkat social behavior, integrated with the sweep clustering algorithm to solve CVRP by partitioning customers and optimizing routes per vehicle. Empirical... Read more
Key finding: Applies the Harris Hawks Optimization (HHO) metaheuristic to VRP, demonstrating strong performance in finding minimal vehicle routes satisfying capacity and time constraints. Comparative experiments show HHO outperforms... Read more
Key finding: Presents a newly developed Water Flow-like Algorithm (WFA), a self-adaptive population-based metaheuristic designed to tackle CVRP by dynamically adjusting population size and avoiding redundant search. Benchmark tests on 14... Read more

3. How do advanced CVRP variants incorporate complex real-world considerations such as multiple depots, multi-echelon distribution, multi-trip routing, and simultaneous delivery-pickup decisions?

Research in this theme focuses on modeling and solving CVRP extensions that handle richer logistics scenarios closer to real operations, including multiple depots, hierarchical distribution centers, multi-trip routing by the same vehicle, and the integration of delivery and pickup operations within a single routing problem. These enhancements increase problem complexity but offer more practical and applicable routing solutions for urban freight and humanitarian logistics.

Key finding: Proposes mixed-integer programming models and a decomposition-based exact solution approach for the multi-commodity two-echelon capacitated vehicle routing problem with customer-specific origins and non-substitutable demands.... Read more
Key finding: Provides a comprehensive survey identifying multi-trip vehicle routing problems (VRPM) as practical extensions to classical VRP where vehicles perform multiple trips per period. Surveys solution methods including tabu search... Read more
Key finding: Develops exact mathematical models and a resource-constrained shortest path algorithm for a single-vehicle multitrip cumulative capacitated routing problem inspired by emergency logistics. The work models multiple trips with... Read more
Key finding: Surveys VRPs over time which incorporate decisions on route start times and multiple trips, covering periodic routing, inventory routing, vehicle routing with release dates, and multi-trip routing problems. The paper... Read more
Key finding: Addresses the integration of 3D bin packing and vehicle routing with simultaneous delivery and pickup decisions, providing a matheuristic approach combining routing and complex loading constraints. It emphasizes the... Read more

All papers in Capacitated Vehicle Routing Problem

During the eigthies and early nineties, the best exact algorithms for the Capacitated Vehicle Routing Problem (CVRP) utilized lower bounds obtained by Lagrangean relaxation or column generation. Next, the advances in the polyhedral... more
A well known transformation by Pearn, Assad and Golden reduces a Capacitated Arc Routing Problem (CARP) into an equivalent Capacitated Vehicle Routing Problem (CVRP). However, that transformation is regarded as unpractical, since an... more
This paper presents a linear integer model of capacitated vehicle routing problems (VRP) with the independent route length to minimize the heterogeneous fleet cost and maximize the capacity utilization. In the proposed model, the fleet... more
Abstract. In this paper, the Capacitated Vehicle Routing Problem is extended to the case where each vehicle is restricted to an additional minimal starting or returning load constraint. We refer to this extension as the Minimal Load... more
In this paper, we consider a variant of the transportation problem where any demand may be dropped off elsewhere than at its destination, picked up later by the same or another vehicle, and so on until it has reached its destination. We... more
Download research papers for free!