Vehicle routing problem (VRP) is a fundamental combinatorial optimization and integer programming problem with several important applications. The VRP is usually solved by using branch-and-bound techniques requiring solving a shortest path problem with resource constraints (SPPRC) and the determination of a lower bound, which can be computed by using column generation. The SPPRC entails finding the minimum cost elementary path in a valuated graph that is subject to constraints on resource consumption. The proposed exact solutions to this hard NP-hard problem require an excessive computation time which increases with the number of resources. In this paper, we propose a new approximate resolution of the SPPRC for acyclic and cyclic graphs. Our method is based on a Lagrangian relaxation of a subset of the constraints and using dominance only on a subset of the resources. This reduces the search space and allows users to efficiently compute solutions used to improve the column generation procedure. Extensive evaluation and comparison to the classical exact method show that the proposed algorithm achieves a good compromise between efficiency and quality of the SPPRC and the VRP solutions. Thus, our method can be used for practical large-scale VRP applications.
Citation: Abdelkader Lamamri, Mohammed Hachama. Approximate solution of the shortest path problem with resource constraints and applications to vehicle routing problems[J]. Electronic Research Archive, 2023, 31(2): 615-632. doi: 10.3934/era.2023030
Related Papers:
[1]
Zhiyuan Wang, Chu Zhang, Shaopei Xue, Yinjie Luo, Jun Chen, Wei Wang, Xingchen Yan .
Dynamic coordinated strategy for parking guidance in a mixed driving parking lot involving human-driven and autonomous vehicles. Electronic Research Archive, 2024, 32(1): 523-550.
doi: 10.3934/era.2024026
[2]
Xiaoying Zheng, Jing Wu, Xiaofeng Li, Junjie Huang .
UAV search coverage under priority of important targets based on multi-location domain decomposition. Electronic Research Archive, 2024, 32(4): 2491-2513.
doi: 10.3934/era.2024115
[3]
Yu Shen, Hecheng Li .
A multi-strategy genetic algorithm for solving multi-point dynamic aggregation problems with priority relationships of tasks. Electronic Research Archive, 2024, 32(1): 445-472.
doi: 10.3934/era.2024022
[4]
Sida Lin, Lixia Meng, Jinlong Yuan, Changzhi Wu, An Li, Chongyang Liu, Jun Xie .
Sequential adaptive switching time optimization technique for maximum hands-off control problems. Electronic Research Archive, 2024, 32(4): 2229-2250.
doi: 10.3934/era.2024101
[5]
Ismail Ben Abdallah, Yassine Bouteraa, Saleh Mobayen, Omar Kahouli, Ali Aloui, Mouldi Ben Amara, Maher JEBALI .
Fuzzy logic-based vehicle safety estimation using V2V communications and on-board embedded ROS-based architecture for safe traffic management system in hail city. Electronic Research Archive, 2023, 31(8): 5083-5103.
doi: 10.3934/era.2023260
[6]
Jian Gong, Yuan Zhao, Jinde Cao, Wei Huang .
Platoon-based collision-free control for connected and automated vehicles at non-signalized intersections. Electronic Research Archive, 2023, 31(4): 2149-2174.
doi: 10.3934/era.2023111
[7]
Hao Li, Zhengwu Wang, Shuiwang Chen, Weiyao Xu, Lu Hu, Shuai Huang .
Integrated optimization of planning and operation of a shared automated electric vehicle system considering the trip selection and opportunity cost. Electronic Research Archive, 2024, 32(1): 41-71.
doi: 10.3934/era.2024003
[8]
Wenjie Wang, Suzhen Wen, Shen Gao, Pengyi Lin .
A multi-objective dynamic vehicle routing optimization for fresh product distribution: A case study of Shenzhen. Electronic Research Archive, 2024, 32(4): 2897-2920.
doi: 10.3934/era.2024132
[9]
Yineng Ouyang, Zhaotao Liang, Zhihui Ma, Lei Wang, Zhaohua Gong, Jun Xie, Kuikui Gao .
A class of constrained optimal control problems arising in an immunotherapy cancer remission process. Electronic Research Archive, 2024, 32(10): 5868-5888.
doi: 10.3934/era.2024271
[10]
Michael Barg, Amanda Mangum .
Statistical analysis of numerical solutions to constrained phase separation problems. Electronic Research Archive, 2023, 31(1): 229-250.
doi: 10.3934/era.2023012
Abstract
Vehicle routing problem (VRP) is a fundamental combinatorial optimization and integer programming problem with several important applications. The VRP is usually solved by using branch-and-bound techniques requiring solving a shortest path problem with resource constraints (SPPRC) and the determination of a lower bound, which can be computed by using column generation. The SPPRC entails finding the minimum cost elementary path in a valuated graph that is subject to constraints on resource consumption. The proposed exact solutions to this hard NP-hard problem require an excessive computation time which increases with the number of resources. In this paper, we propose a new approximate resolution of the SPPRC for acyclic and cyclic graphs. Our method is based on a Lagrangian relaxation of a subset of the constraints and using dominance only on a subset of the resources. This reduces the search space and allows users to efficiently compute solutions used to improve the column generation procedure. Extensive evaluation and comparison to the classical exact method show that the proposed algorithm achieves a good compromise between efficiency and quality of the SPPRC and the VRP solutions. Thus, our method can be used for practical large-scale VRP applications.
1.
Introduction
The vehicle routing problem (VRP) is a class of problems that entails finding an optimal set of routes for a fleet of vehicles to serve a set of customers. The objective of the VRP is to minimize vehicle routes costs while originating and terminating at a depot. The VRP was first proposed by Dantzig and Ramser [1] before being extended with different variants: the VRP with time window (VRPTW) [2,3,4,5,6,7], the capacitated VRP (CVRP) [8,9,10,11,12] and other VRPs [13,14,15,16,17]. In recent years, the VRPs have attracted much interest [18]. Exact solutions of the VRPs generally result in branch-and-price [13,19], branch-and-cut [20,21,22] and branch-cut-and-price algorithms [22,23]. Ben Ticha et al. [24,25,26] proposed well-performing branch-and-price algorithms for VRPs on multigraphs with multiple time-related attributes and a homogeneous vehicle fleet. In such approaches, the linear relaxation in each branch-and-bound node is by solved column generation, which has proved to be a powerful approach [9,27,28]. Column generation has been widely used to solve a variety of large mathematical programs such as vehicle routing and crew scheduling problems [3,29,30].
Many authors have suggested solving a shortest path problem with resource constraints (SPPRC) introduced by Desrochers [31] as a multi-dimensional generalization of the shortest path problem with time windows. Resolutions methods and applications of the SPPRC have been extensively discussed in the literature [3,29,31,32,33]. These strategies range from exact methods to heuristics and meta-heuristics.
Exact SPPRC resolution techniques usually use the dynamic programming which has a pseudopolynomial complexity. Desrochers and Soumis [32] proposed a label correcting reaching algorithm that extends the Ford-Bellman algorithm to take resource constraints into account. The algorithm has been shown to be successful for tight resource constraints. Feillet et al. [34] adapted the Desrochers algorithm to solve exactly the ESPPRC (SPPRC with elementary path) pricing problems in the context of the VRPTW. Since that, this algorithm has been the backbone of a number of algorithms based on column generation applied to several important problems such as vehicle routing and crew management [16,26]. Table 1 summarizes some reviewed literature that applied column-generation for VRPs as classified based on solution approaches used for solving the sub-problem (SPPRC or ESPPRC).
Table 1.
Summary of some papers based on the sub-problem solution method.
The main drawback of exact resolution techniques is the computational time which increases with the number of resources, making them suitable for small-scale problems only. To speed up the computations and obtain solutions in a reasonable time, some authors proposed approximate, heuristics and meta-heuristics techniques [14,18,50,51,52,53,54,55]. These algorithms yield near-optimal solutions and are more suitable for real-life larger-scale applications (e.g., thousands of customers from, dozens of depots with numerous vehicles subject to a variety of constraints). Nagih and Soumis [14] proposed a basic heuristic to quickly produce feasible solutions. But, this approach has been limited to acyclic graphs and its speed has not been proved. Some authors have used simulated annealing [56], genetic algorithms [52,53], non-dominated sorting genetic algorithms [54] and simplified swarm optimization [55]. Meta-heuristic methods allows to avoid getting trapped in local optima but this comes at a price of slower convergence.
In this paper, we propose a Lagrangian relaxation based algorithm to approximately solve the SPPRC for arbitrary, acyclic and cyclic graphs. In our approach, called "dominance on Lagrangian cost for the SPPRC" (DLC-SPPRC), a dominance is expressed on a subset of the resources while the rest of the resources are dualized in the objective. Optimized parameter update schemes are used to ensure better performances (descent steps, Lagrange multipliers, subgradients).
The rest of the paper is organized as follows. Section 2 describes formally the SPPRC. Section 3 presents our approximate solution method that speeds up the computations while keeping a good approximate solution. In Section 4, we present an application to column generation and show the results obtained for various VRP datasets. The paper ends with the final conclusions.
2.
SPPRC
2.1. Notations and preliminaries
Consider a graph G=(V,A), where V=N∪{o,d} is a set of nodes N={v1,…,vn} that would be visited from an origin o=v0 to a destination d=vn+1 and a set of arcs A⊂V×V. We denote by R a set of resources of cardinality |R|. An arc (i,j)∈A costs cij and consumes a quantity trij≥0 of each resource r∈R. We suppose that the resources satisfy the triangle inequality. If (i,j)∈A, then the node i is called a predecessor of j and j is called a successor of i. A path is a finite sequence of nodes
To each node vj of P, we associate CPj which is the sum of the costs of its composite arcs up to vj. We denote by Tr,Pj the amount of resource r∈R used to reach the node vj. For the sake of simplification, we drop the index P from these notations and write Cj and Trj. The path P is said to be feasible if it satisfies the resource constraints
Trki∈[arki,brki],∀r∈R,∀i∈{0,..,m}.
A path P can also be represented by X=(xij)(i,j)∈A∈{0,1}, where xij=1 if the nodes vi and vj belong to P, and 0 otherwise.
2.2. Problem formulation
The SPPRC seeks a feasible path from the origin to the destination with a minimal cost. Similar to [3], one can formulate the SPPRC as follows:
minimizeX∑(i,j)∈Acijxij
(2.1)
subject to
∑(i,j)∈Axij−∑(i,j)∈Axji=0,∀i∈V∖{o,d},
(2.2)
∑(o,j)∈Axoj=1;∑(i,d)∈Axid=1,
(2.3)
xij(Tri+trij−Trj)≤0,∀(i,j)∈A,∀r∈R,
(2.4)
arj≤Trj≤brj,∀j∈V,∀r∈R,
(2.5)
xij∈{0,1},∀(i,j)∈A,
(2.6)
where X=(xij)i,j represents a path solution. Eqs (2.2) and (2.3) define the flow constraints on the graph; Eq (2.4) encodes the compatibility requirements between flow and time variables, and Eq (2.5) is the time windows constraint. If the problem is feasible, then there exists an optimal solution [14].
2.3. Algorithms
To solve the SPPRC, labeling algorithms have been efficiently applied by many authors, e.g., Desrochers and Soumis [32], Dabia et al. [13] and Sun et al. [57,58]. Labels are defined for each node to encode partial paths, along with their cost and resource consumption. Each node receives labels and then extend them toward every possible successor node. The algorithm iteratively treats the nodes until no new labels are created.
To limit the proliferation of labels and reduce the computational time, dominance rules are introduced. Dominance relation is a partial ordering applied to eliminate non optimal solutions and retain only non dominated labels. The number of retained labels and, thus, the computation time, increase with the number of resources.
In the next section, we propose an algorithm to determine approximate solutions. The size of the search space is reduced by eliminating some labels with a heuristic dominance procedure.
3.
Lagrange SPPRC label correcting algorithm
With each path Pi arriving to a node vi, we associate a label (or state) vector
Li=(Ci,T1i;⋯;T|R|i).
(3.1)
The path associated to a label L is denoted by XL. The path P is extended to each successor vj with
Cj=Ci+cijandTrj=max{arj,Tri+trij},∀r∈R.
(3.2)
Let Pi and P′i be two feasible paths arriving to a node vi. We say that Pi is dominated by P′i and we write Pi⪯P′i if the label vector of Pi is component-wise less than the one of P′i. On the other hand, we say that Pi≤P′i if the first component of Pi is smaller than the one of P′i or by comparing recursively the following ones if the first components are equal. At least one of the inequalities should be strict. This defines a partial order relation.
3.1. Lagrangian relaxation
To speed up the resolution of the SPPRC (2.1)–(2.6), we propose to relax a subset of resources R1⊂R and apply dominance on the remaining resources R2=R∖R1 only. This is equivalent to consider Eqs (2.4) and (2.5) on R2 and replace Eq (2.1) by the equation
Since the flow is supported by at most one incoming arc at each node j from its predecessors i, the multipliers λri,j=λrj are independent of i. The vector of all multipliers λj= (λrj)r∈R1 can be obtained by solving the following maximization problem
{maxλminXL(λ,X),s.t.λrj≥0,∀r∈R1.
(3.4)
To solve this optimization sub-problem, one can use a projected sub-gradient algorithm which proved to be efficient in practice. The updating scheme is
λk+1j=max{λkj+τkjgkj,0}
(3.5)
where gkj∈∂L(λ,X) is a subgradient vector, τkj>0 is a step size, and the max operator is taken for each element. We choose
gkj=max(aj,Tri+trij)−brj,
(3.6)
τkj=θk(ZUB−L(λk,X))||gkj||2,
(3.7)
where ZUB is the best-known-smallest (upper)-bound of the solution of the problem described by (2.1)–(2.6) and θk∈(0,2] is a scalar. One iteration for the estimation of λ proved to be sufficient (precision and speed) when integrated into column generation.
3.2. Dominance
The dominance at each node j corresponds to the determination of the Pareto optima of the multicriteria problem applied to a set of labels. With the adopted Lagrangian approach, the label vector becomes
Lj=(Cj+∑r1∈R1λr1j(Tr1j−br1j);Tr2j,r2∈R2;).
(3.8)
When the obtained final solution is not feasible (due to relaxation), we need to solve again the relaxed SPPRC by dominating on the Lagrangian cost determined in the first phase and on the resources R2 and by checking the resource windows in the original space R.
Assuming that all predecessors of the node j∈N have been considered, the dominance at the node j can be interpreted as the determination of the Pareto optima for the multicriteria problem of |R2|+1 functions:
● Fi: The list of paths associated to the labels of Ei.
● Si: Set of the successors of the node vi indices.
● Q: List of unprocessed nodes indices.
● Pareto(L,Ej): Add a new label L to a set of non-dominated labels Ej while keeping the non-dominance property.
● ZL is the cost associated with a label L (first component of Eq (3.9)).
Our improved label-correcting procedure is detailed in Algorithms 1 and 2.
Algorithm 1: Modified label-correcting algorithm
input : An arbitrary directed graph G=(V,A), unnecessarily acyclic; R a set of constraints; R1⊂R subset of constraints to be included in the objective function; Lagrange multipliers λi∈R|R1|+ where vi∈V−{o};
R2 a set of resources output : All non-dominated paths from the source to the destination En+1, and the associated list of paths Fn+1.
// Initialization; R2=R−R1; forvi∈Vdo
| Ei←∅ end E0←{(0,0,⋯,0)}; // The size of the labels is:|Eo|=|R2|+1 Q←{0}
// Main loop; while:Q≠∅do
Algorithm 2: DLC-SPPRC: Dominance on Lagrangian cost for the SPPRC.
Input : An arbitrary directed graph G=(V,A), unnecessarily acyclic; R=R1∪R2 a set of resources constraints composed of two types. Output :ˉE, all non-dominated feasible paths from the source to the destination node d.
// Parameters choice; Choose θ∈(0,2]. kmax=10.
// Initialization; forvi∈V−{o}do λ(0)i=(0,…,0) a vector of size |R1|.
// Initial value of the Lagrangian corresponding to the solution of (3.4) ˉZmax←−∞.
// Choose an initial solution of the problem (2.1)–(2.6). X0=(x0ij)ij.
// Compute the objective function value (1) (upper bound). Zu←∑(i,j)∈Acijx0ij. ˉE←∅. k=0.
// Step 1; while (k<kmax) do
4.
Experiments
To solve the VRPTW, we use the Dantzig-Wolfe decomposition which defines K independent sub-problems and a global master problem. Applying a column generation, we alternatively solve the master problem and the K sub-problems. We addressed the VRPTW instances with a column generation approach by using the SPPRC as a sub-problem.
We used the Solomon data sets [59] and Homberger 200 customer instances. Each instance contains customers locations, resources (two for each costumer, i.e., |R|=2) and constraints. These data sets are classified in three categories: the r-instances (customers are located randomly), the c-instances (customers are located in clusters) and the rc-instances (mixed random and clustered structures). Furthermore, each family of instances is divided into two types. The first type (r1xx, c1xx, rc1xx) has a short scheduling horizon, i.e., small time windows, that allows only a few customers per route (approximately 5 to 10). The second type (r2xx, c2xx, rc2xx) has a long scheduling horizon permitting many customers (more than 30) to be serviced by the same vehicle. We applied our approximate DLC-SPPRC algorithm and the classical SPPRC [32].
We implemented our algorithm using Java programming language. For the simulation, we used a CPU Intel Core i9-9900KF (8 cores), 3.60 GHz, RAM 32 GB, running under Windows 10 (64 bit). For the SPPRC, we implemented the Desrochers and Soumis algorithm [32]. Linear programs for restricted master problems are solved with ILOG CPLEX 20.1.
Tables 2–5 report the iteration number (Ni), the lower bound (Lbi), the computational time in seconds (Ti) and the number of generated columns (Ci), where i=1 for the SPPRC and i=2 for the DLC-SPPRC. A gap is computed as
Gap=100×Lb1−Lb2Lb1.
(4.1)
Table 2.
Comparison of two approaches for solving the VRPTW for Solomon's instances with 25 customers: approximate DLC-SPPRC algorithm (2) and the classical SPPRC [32].
Table 3.
Comparison of two approaches for solving the VRPTW for Solomon's instances with 50 customers: approximate DLC-SPPRC algorithm (2) and the classical SPPRC [32].
Table 4.
Comparison of two approaches for solving the VRPTW for Solomon's instances with 100 customers: approximate DLC-SPPRC algorithm (2) and the classical SPPRC [32].
Table 5.
Comparison of two approaches for solving the VRPTW for Homberger's instances with 200 customers: approximate DLC-SPPRC algorithm (2) and the classical SPPRC [32].
For most of the cases, we obtained the optimal solutions in reasonable times. As in [34], the column generation process is initiated with an adaptation of the Clarke and Wright algorithm [60]. The sub-problem is stopped at each iteration when 500 labels have been extended to the depot with a negative cost.
From Tables 2–5, we can draw the following conclusions. Our algorithm was faster in all cases (228). In 15 instances (7%), the SPPRC algorithm could not obtain a solution in reasonable time (more than 10 hours for one iteration). Our algorithm was 10 times faster in 37 cases (16% of the cases) and 1.5 times faster in 166 case (73% of the cases). On average, we achieved a gain of 564% of the computational time. For the precision, in 188 cases (82%), we obtained similar precisions (a gap less than 1%) whereas the difference was more than 1% only in 25 cases (11%) and greater than 5% only in 2 cases (0.88%).
5.
Conclusions
This paper proposes an approximate solution algorithm to solve the SPPRC, which relies on a Lagrangian relaxation. Our method applies to both acyclic and cyclic graphs. Dominance is applied on a subset of the resources only. Optimized parameters updates schemes are used to ensure fast convergence. When applied to the VRP, our approach offers a good compromise between precision and computational time, and thus, can be applied to large-scale practical problems. In the future, we plan to apply our algorithm to solve various problems such as branch-and-price, branch-and-cut and branch-and-price-and-cut. In addition, we will explore more advanced optimization algorithms (heuristics, meta-heuristics, etc.) that have been successfully applied in other domains, such as, online learning, scheduling, multi-objective optimization, transportation, medicine, and data classification.
Conflict of interest
The authors declare that there is no conflicts of interest.
References
[1]
G. B. Dantzig, J. H. Ramser, The truck dispatching problem, Manage. Sci., 6 (1959), 80–91. https://doi.org/10.1287/mnsc.6.1.80 doi: 10.1287/mnsc.6.1.80
[2]
M. Desrochers, J. Desrosiers, M. Solomon, A new optimization algorithm for the vehicle routing problem with time windows, Oper. Res., 40 (1982), 342–354. https://doi.org/10.1287/opre.40.2.342 doi: 10.1287/opre.40.2.342
[3]
J. Desrosiers, Y. Dumas, M. M. Solomon, F. Soumis, Time constrained routing and scheduling, Handbooks Oper. Res. Manage. Sci., 8 (1995), 35–139. https://doi.org/10.1016/S0927-0507(05)80106-9 doi: 10.1016/S0927-0507(05)80106-9
[4]
N. Kohl, J. Desrosiers, O. B. Madsen, M. M. Solomon, F. Soumis, 2-path cuts for the vehicle routing problem with time windows, Transp. Sci., 33 (1999), 101–116. https://doi.org/10.1287/trsc.33.1.101 doi: 10.1287/trsc.33.1.101
[5]
S. Irnich, D. Villeneuve, The shortest-path problem with resource constraints and k-cycle elimination for k ≥ 3, INFORMS J. Comput., 18 (2006), 391–406. https://doi.org/10.1287/ijoc.1040.0117 doi: 10.1287/ijoc.1040.0117
[6]
R. Sadykov, E. Uchoa, A. Pessoa, A bucket graph-based labeling algorithm with application to vehicle routing, Transp. Sci., 55 (2021), 4–28. https://doi.org/10.1287/trsc.2020.0985 doi: 10.1287/trsc.2020.0985
[7]
R. Baldacci, E. Bartolini, A. Mingozzi, R. Roberti, An exact solution framework for a broad class of vehicle routing problems, Comput. Manage. Sci., 7 (2010), 229–268. https://doi.org/10.1007/s10287-009-0118-3 doi: 10.1007/s10287-009-0118-3
[8]
R. Fukasawa, Q. He, Y. Song, A branch-cut-and-price algorithm for the energy minimization vehicle routing problem, Transp. Sci., 50 (2016), 23–34. https://doi.org/10.1287/trsc.2015.0593 doi: 10.1287/trsc.2015.0593
[9]
D. Pecin, A. Pessoa, M. Poggi, E. Uchoa, Improved branch-cut-and-price for capacitated vehicle routing, Math. Program. Comput., 9 (2017), 61–100. https://doi.org/10.1007/s12532-016-0108-8 doi: 10.1007/s12532-016-0108-8
[10]
R. Fukasawa, H. Longo, J. Lysgaard, M. P. D. Aragão, M. Reis, E. Uchoa, et al., Robust branch-and-cut-and-price for the capacitated vehicle routing problem, Math. Program., 106 (2006), 491–511. https://doi.org/10.1007/s10107-005-0644-x doi: 10.1007/s10107-005-0644-x
[11]
R. Baldacci, N. Christofides, A. Mingozzi, An exact algorithm for the vehicle routing problem based on the set partitioning formulation with additional cuts, Math. Program., 115 (2008), 351–385. https://doi.org/10.1007/s10107-007-0178-5 doi: 10.1007/s10107-007-0178-5
[12]
R. Baldacci, A. Mingozzi, R. Roberti, New route relaxation and pricing strategies for the vehicle routing problem, Oper. Res., 59 (2011), 1269–1283. https://doi.org/10.1287/opre.1110.0975 doi: 10.1287/opre.1110.0975
[13]
S. Dabia, S. Ropke, T. V. Woensel, T. D. Kok, Branch and price for the time-dependent vehicle routing problem with time windows, Transp. Sci., 47 (2013), 380–396. https://doi.org/10.1287/trsc.1120.0445 doi: 10.1287/trsc.1120.0445
[14]
A. Nagih, F. Soumis, Nodal aggregation of resource constraints in a shortest path problem, Eur. J. Oper. Res., 172 (2006), 500–514. https://doi.org/10.1016/j.ejor.2004.09.052 doi: 10.1016/j.ejor.2004.09.052
[15]
I. Himmich, H. B. Amor, I. E. Hallaoui, F. Soumis, A primal adjacency-based algorithm for the shortest path problem with resource constraints, Transp. Sci., 54 (2020), 1153–1169. https://doi.org/10.1287/trsc.2019.0941 doi: 10.1287/trsc.2019.0941
[16]
M. Behnke, T. Kirschstein, C. Bierwirth, A column generation approach for an emission-oriented vehicle routing problem on a multigraph, Eur. J. Oper. Res., 288 (2021), 794–809. https://doi.org/10.1016/j.ejor.2020.06.035 doi: 10.1016/j.ejor.2020.06.035
[17]
I. Mathlouthi, M. Gendreau, J. Y. Potvin, Branch-and-price for a multi-attribute technician routing and scheduling problem, in Operations Research Forum, Springer International Publishing, 2 (2021), 1–35. https://doi.org/10.1007/s43069-020-00044-x
[18]
S. Y. Tan, W. C. Yeh, The vehicle routing problem: State-of-the-art classification and review, Appl. Sci., 11 (2021), 10295. https://doi.org/10.3390/app112110295 doi: 10.3390/app112110295
[19]
P. Toth, D. Vigo, Vehicle Routing: Problems, Methods, and Applications, SIAM, 2014.
[20]
L. Taccari, Integer programming formulations for the elementary shortest path problem, Eur. J. Oper. Res., 252 (2016), 122–130. https://doi.org/10.1016/j.ejor.2016.01.003 doi: 10.1016/j.ejor.2016.01.003
[21]
E. Manousakis, P. Repoussis, E. Zachariadis, C. Tarantilis, Improved branch-and-cut for the inventory routing problem based on a two-commodity flow formulation, Eur. J. Oper. Res., 290 (2021), 870–885. https://doi.org/10.1016/j.ejor.2020.08.047 doi: 10.1016/j.ejor.2020.08.047
[22]
G. Lera-Romero, J. J. Miranda-Bront, A branch and cut algorithm for the time-dependent profitable tour problem with resource constraints, Eur. J. Oper. Res., 289 (2021), 879–896. https://doi.org/10.1016/j.ejor.2019.07.014 doi: 10.1016/j.ejor.2019.07.014
[23]
C. M. Damião, J. M. P. Silva, E. Uchoa, A branch-cut-and-price algorithm for the cumulative capacitated vehicle routing problem, 4OR-Q. J. Oper. Res., 2021 (2021), 1–25. https://doi.org/10.1007/s10288-021-00498-7 doi: 10.1007/s10288-021-00498-7
[24]
H. B. Ticha, N. Absi, D. Feillet, A. Quilliot, Empirical analysis for the VRPTW with a multigraph representation for the road network, Comput. Oper. Res., 88 (2017), 103–116. https://doi.org/10.1016/j.cor.2017.06.024 doi: 10.1016/j.cor.2017.06.024
[25]
H. B. Ticha, N. Absi, D. Feillet, A. Quilliot, Vehicle routing problems with road-network information: State of the art, Networks, 72 (2018), 393–406. https://doi.org/10.1002/net.21808 doi: 10.1002/net.21808
[26]
H. B. Ticha, N. Absi, D. Feillet, A. Quilliot, T. V. Woensel, A branch-and-price algorithm for the vehicle routing problem with time windows on a road network, Networks, 73 (2019), 401–417. https://doi.org/10.1002/net.21852 doi: 10.1002/net.21852
[27]
C. Archetti, M. G. Speranza, A survey on matheuristics for routing problems, EURO J. Comput. Optim., 2 (2014), 223–246. https://doi.org/10.1007/s13675-014-0030-7 doi: 10.1007/s13675-014-0030-7
[28]
D. Pecin, C. Contardo, G. Desaulniers, E. Uchoa, New enhancements for the exact solution of the vehicle routing problem with time windows, INFORMS J. Comput., 29 (2017), 489–502. https://doi.org/10.1287/ijoc.2016.0744 doi: 10.1287/ijoc.2016.0744
[29]
G. Desaulniers, J. Desrosiers, M. M. Solomon, Column Generation, Springer Science & Business Media, 2006.
[30]
M. E. Lübbecke, J. Desrosiers, Selected topics in column generation, Oper. Res., 53 (2005), 1007–1023. https://doi.org/10.1287/opre.1050.0234 doi: 10.1287/opre.1050.0234
[31]
M. Desrochers, La fabrication d'horaires de travail pour les conducteurs d'autobus par une méthode de génération de colonnes, Université de Montréal, Centre de recherche sur les transports, 1986.
[32]
M. Desrochers, F. Soumis, A reoptimization algorithm for the shortest path problem with time windows, Eur. J. Oper. Res., 35 (1988), 242–254. https://doi.org/10.1016/0377-2217(88)90034-3 doi: 10.1016/0377-2217(88)90034-3
[33]
G. Desaulniers, D. Villeneuve, The shortest path problem with time windows and linear waiting costs, Transp. Sci., 34 (2000), 312–319. https://doi.org/10.1287/trsc.34.3.312.12298 doi: 10.1287/trsc.34.3.312.12298
[34]
D. Feillet, P. Dejax, M. Gendreau, C. Gueguen, An exact algorithm for the elementary shortest path problem with resource constraints: Application to some vehicle routing problems, Networks: Int. J., 44 (2004), 216–229. https://doi.org/10.1002/net.20033 doi: 10.1002/net.20033
[35]
G. Righini, M. Salani, Symmetry helps: Bounded bi-directional dynamic programming for the elementary shortest path problem with resource constraints, Discrete Optim., 3 (2006), 255–273. https://doi.org/10.1016/j.disopt.2006.05.007 doi: 10.1016/j.disopt.2006.05.007
[36]
A. Chabrier, Vehicle routing problem with elementary shortest path based column generation, Comput. Oper. Res., 33 (2006), 2972–2990. https://doi.org/10.1016/j.cor.2005.02.029 doi: 10.1016/j.cor.2005.02.029
[37]
D. Feillet, M. Gendreau, L. M. Rousseau, New refinements for the solution of vehicle routing problems with branch and price, INFOR: Inf. Syst. Oper. Res., 45 (2007), 239–256. https://doi.org/10.3138/infor.45.4.239 doi: 10.3138/infor.45.4.239
[38]
M. Tagmouti, M. Gendreau, J. Y. Potvin, Arc routing problems with time-dependent service costs, Eur. J. Oper. Res., 181 (2007), 30–39. https://doi.org/10.1016/j.ejor.2006.06.028 doi: 10.1016/j.ejor.2006.06.028
[39]
M. Jepsen, B. Petersen, S. Spoorendonk, D. Pisinger, Subset-row inequalities applied to the vehicle-routing problem with time windows, Oper. Res., 56 (2008), 497–511. https://doi.org/10.1287/opre.1070.0449 doi: 10.1287/opre.1070.0449
[40]
G. Righini, M. Salani, New dynamic programming algorithms for the resource constrained elementary shortest path problem, Networks: Int. J., 51 (2008), 155–170. https://doi.org/10.1002/net.20212 doi: 10.1002/net.20212
[41]
G. Desaulniers, F. Lessard, A. Hadjar, Tabu search, partial elementarity, and generalized k-path inequalities for the vehicle routing problem with time windows, Transp. Sci., 42 (2008), 387–404. https://doi.org/10.1287/trsc.1070.0223 doi: 10.1287/trsc.1070.0223
[42]
A. Qureshi, E. Taniguchi, T. Yamada, An exact solution approach for vehicle routing and scheduling problems with soft time windows, Transp. Res. Part E Logist. Transp. Rev., 45 (2009), 960–977. https://doi.org/10.1016/j.tre.2009.04.007 doi: 10.1016/j.tre.2009.04.007
[43]
A. Bettinelli, A. Ceselli, G. Righini, A branch-and-cut-and-price algorithm for the multi-depot heterogeneous vehicle routing problem with time windows, Transp. Res. Part C Emerging Technol., 19 (2011), 723–740. https://doi.org/10.1016/j.trc.2010.07.008 doi: 10.1016/j.trc.2010.07.008
[44]
F. Liberatore, G. Righini, M. Salani, A column generation algorithm for the vehicle routing problem with soft time windows, 4OR, 9 (2011), 49–82. https://doi.org/10.1007/s10288-010-0136-6 doi: 10.1007/s10288-010-0136-6
[45]
D. Duque, L. Lozano, A. L. Medaglia, Solving the orienteering problem with time windows via the pulse framework, Comput. Oper. Res., 54 (2015), 168–176. https://doi.org/10.1016/j.cor.2014.08.019 doi: 10.1016/j.cor.2014.08.019
[46]
L. Lozano, D. Duque, A. L. Medaglia, An exact algorithm for the elementary shortest path problem with resource constraints, Transp. Sci., 50 (2016), 348–357. https://doi.org/10.1287/trsc.2014.0582 doi: 10.1287/trsc.2014.0582
[47]
G. Lera-Romero, J. J. Miranda-Bront, Integer programming formulations for the time-dependent elementary shortest path problem with resource constraints, Electron. Notes Discrete Math., 69 (2018), 53–60. https://doi.org/10.1016/j.endm.2018.07.008 doi: 10.1016/j.endm.2018.07.008
[48]
K. Dalmeijer, G. Desaulniers, Addressing orientation symmetry in the time window assignment vehicle routing problem, INFORMS J. Comput., 33 (2021), 495–510. https://doi.org/10.1287/ijoc.2020.0974 doi: 10.1287/ijoc.2020.0974
[49]
D. Taş, Electric vehicle routing with flexible time windows: a column generation solution approach, Transp. Lett., 13 (2021), 97–103. https://doi.org/10.1080/19427867.2020.1711581 doi: 10.1080/19427867.2020.1711581
[50]
M. Gendreau, J. Y. Potvin, O. Bräumlaysy, G. Hasle, A. Løkketangen, {Metaheuristics for the vehicle routing problem and its extensions: A categorized bibliography}, in The Vehicle Routing Problem: Latest Advances and New Challenges, Springer US, Boston, MA, (2008), 143–169. https://doi.org/10.1007/978-0-387-77778-8_7
[51]
J. Pasha, A. L. Nwodu, A. M. Fathollahi-Fard, G. Tian, Z. Li, H. Wang, et al., Exact and metaheuristic algorithms for the vehicle routing problem with a factory-in-a-box in multi-objective settings, Adv. Eng. Inf., 52 (2022), 101623. https://doi.org/10.1016/j.aei.2022.101623 doi: 10.1016/j.aei.2022.101623
[52]
H. Park, D. Son, B. Koo, B. Jeong, Waiting strategy for the vehicle routing problem with simultaneous pickup and delivery using genetic algorithm, Expert Syst. Appl., 165 (2021), 113959. https://doi.org/10.1016/j.eswa.2020.113959 doi: 10.1016/j.eswa.2020.113959
[53]
H. Fan, Y. Zhang, P. Tian, Y. Lv, H. Fan, Time-dependent multi-depot green vehicle routing problem with time windows considering temporal-spatial distance, Comput. Oper. Res., 129 (2021), 105211. https://doi.org/10.1016/j.cor.2021.105211 doi: 10.1016/j.cor.2021.105211
[54]
G. Srivastava, A. Singh, R. Mallipeddi, Nsga-ii with objective-specific variation operators for multiobjective vehicle routing problem with time windows, Expert Syst. Appl., 176 (2021), 114779. https://doi.org/10.1016/j.eswa.2021.114779 doi: 10.1016/j.eswa.2021.114779
[55]
W. C. Yeh, S. Y. Tan, Simplified swarm optimization for the heterogeneous fleet vehicle routing problem with time-varying continuous speed function, Electronics, 10 (2021). https://doi.org/10.3390/electronics10151775 doi: 10.3390/electronics10151775
[56]
M. A. Nguyen, G. T. Dang, M. H. Hà, M. T. Pham, The min-cost parallel drone scheduling vehicle routing problem, Eur. J. Oper. Res., 299 (2022), 910–930. https://doi.org/10.1016/j.ejor.2021.07.008 doi: 10.1016/j.ejor.2021.07.008
[57]
P. Sun, L. P. Veelenturf, S. Dabia, T. V. Woensel, The time-dependent capacitated profitable tour problem with time windows and precedence constraints, Eur. J. Oper. Res., 264 (2018), 1058–1073. https://doi.org/10.1016/j.ejor.2017.07.004 doi: 10.1016/j.ejor.2017.07.004
[58]
P. Sun, L. P. Veelenturf, M. Hewitt, T. V. Woensel, The time-dependent pickup and delivery problem with time windows, Transp. Res. Part B Methodol., 116 (2018), 1–24. https://doi.org/10.1016/j.trb.2018.07.002 doi: 10.1016/j.trb.2018.07.002
[59]
M. M. Solomon, Vehicle Routing and Scheduling with Time Window Constraints: Models and Algorithms (Heuristics), PhD thesis, University of Pennsylvania, 1984.
[60]
G. Clarke, J. W. Wright, Scheduling of vehicles from a central depot to a number of delivery points, Oper. Res., 12 (1964), 568–581. https://doi.org/10.1287/opre.12.4.568 doi: 10.1287/opre.12.4.568
This article has been cited by:
1.
Yuandong Chen, Jinhao Pang, Yuchen Gou, Zhiming Lin, Shaofeng Zheng, Dewang Chen,
Research on the A* Algorithm for Automatic Guided Vehicles in Large-Scale Maps,
2024,
14,
2076-3417,
10097,
10.3390/app142210097
Abdelkader Lamamri, Mohammed Hachama. Approximate solution of the shortest path problem with resource constraints and applications to vehicle routing problems[J]. Electronic Research Archive, 2023, 31(2): 615-632. doi: 10.3934/era.2023030
Abdelkader Lamamri, Mohammed Hachama. Approximate solution of the shortest path problem with resource constraints and applications to vehicle routing problems[J]. Electronic Research Archive, 2023, 31(2): 615-632. doi: 10.3934/era.2023030
Table 2.
Comparison of two approaches for solving the VRPTW for Solomon's instances with 25 customers: approximate DLC-SPPRC algorithm (2) and the classical SPPRC [32].
Table 3.
Comparison of two approaches for solving the VRPTW for Solomon's instances with 50 customers: approximate DLC-SPPRC algorithm (2) and the classical SPPRC [32].
Table 4.
Comparison of two approaches for solving the VRPTW for Solomon's instances with 100 customers: approximate DLC-SPPRC algorithm (2) and the classical SPPRC [32].
Table 5.
Comparison of two approaches for solving the VRPTW for Homberger's instances with 200 customers: approximate DLC-SPPRC algorithm (2) and the classical SPPRC [32].