2 RELATED WORK
The Periodic Vehicle Routing Problems (PVRP) has
been introduced in (Christofides and Beasley, 1984).
The objective of the PVRP is to find a set of routes
over time horizon of h periods of days that minimizes
total travel time while satisfying vehicle capacity, pre-
determined visit frequency for each client, and spac-
ing constraints. More and more variants of PVRPs
have been proposed in the literature to address real
issues such as the routing of healthcare nurses (Fikar
and Hirsch, 2017), and the transportation of elderly or
disabled persons (Ciss
´
e et al., 2017). Since the PVRP
is NP-Hard problem, most of the methods proposed in
the literature are based on heuristic and metaheuristic
approaches (Mancini, 2016), (Dayarian et al., 2016),
(Baldacci et al., 2011). A survey on the PVRP can be
found in (Francis et al., 2008).
Efficient EV routing is an important management
issue, and a considerable number of papers on sev-
eral variants of EVRP have been published in recent
years.(Schneider et al., 2014) presented the Electric
Vehicle Routing Problem with Time Windows and
Recharging Stations. (Goeke and Schneider, 2015)
addressed the EVRP problem with mixed fleet of
electric and conventional vehicles with time windows
constraints. The heterogeneous electric vehicles con-
straint is considered in (Hiermann et al., 2016). In
(Felipe et al., 2014), the authors present a variation of
the electric vehicle routing problem in which differ-
ent charging technologies and partial EV charging is
allowed. In (Sassi et al., 2015b), (Sassi et al., 2015a)
a rich variant of Electric Vehicles Routing Problem
related to a real application is proposed. This variant
considers a Mixed fleet of conventional and heteroge-
neous electric vehicles and includes different charg-
ing technologies, partial EV charging, compatibility
between vehicles. The charging stations could pro-
pose different charging costs, even if they propose
the same charging technology and they are subject to
operating time windows constraints. The tourist trip
problem for EV with time windows and range limita-
tions is proposed in (Wang et al., 2018). In (Jie et al.,
2019) a variant of two-echelon electric vehicle rout-
ing problem is proposed. (Schiffer and Walther, 2018)
and (Schiffer and Walther, 2017) present a location-
routing approach that considers simultaneous deci-
sions on routing vehicles and locating charging sta-
tions for strategic network design of electric logistics
fleets.
Despite the abundant literature on the EVRP, the
periodic extension of electric vehicles routing prob-
lem has been studied only in (Kouider et al., 2018).
The authors presented a PEVRP (Periodic Electric
Vehicle Routing Problem) variant, which deals with
tactical and operational decisions level for electric ve-
hicles routing and charging, and proposed two con-
structive heuristics to solve the problem. Another
study address the multi-periodic aspect for electric ve-
hicles could be found in (Zhang et al., 2017), but in
this study the routing and the charging over the period
is not considered.
In this paper, we develop a Large Neighborhood
Search for the PEVRP proposed in (Kouider et al.,
2018). Our goal is to enhance the known results. A
classical insertion and destroy operators have been
extended in a non-trivial way to deal with PEVRP
constraints. We propose to study the effectiveness of
these operators in the LNS scheme.
3 PROBLEM DEFINITION
The Periodic Electric Vehicle Routing Problem
(PEVRP) has been introduced in (Kouider et al.,
2018). It is defined on complete directed graph G =
(V, A). V = C ∪B ∪{0} , where 1) the vertex 0 rep-
resents the depot, which contains charging points al-
lowing free charging at night and during the day, 2)
the set C of n vertices represents the customers, for
each customer i a demand q
i
and a service time s
i
are
defined, and 3) the set B of ns vertices denotes the ex-
ternal charging stations, which can be visited during
each day of the planning horizon. A is the arc set with
for each arc (i, j) a travel cost c
i j
, a travel distance d
i j
and a travel time t
i j
. When an arc (i, j) is travelled
by an electric vehicle (EV), it consumes an amount of
energy e
i, j
= r ×d
i, j
, where r denotes a constant en-
ergy consumption rate. This common simplification
of energy consumption is used in the most studies of
the literature on the EVRP. For more details see the
study in (Sassi et al., 2015b).
We consider a time horizon H of np periods typ-
ically ”days”, in which each customer i has a fre-
quency f (i) = 1, and a set of allowed visit days
D(i) ∈ H. This means that customer i must be ser-
viced one time in D(i), and exactly once in the chosen
day.
A fixed charging cost Cc is considered, that nei-
ther depends on the amount of the delivered energy
nor on the time needed to charge the vehicle (Sassi
et al., 2015b) (Sassi et al., 2015a). The amount of
power delivered to each vehicle k at the night of day h
is a decision variable P
h,0,k
, defining the vehicle’s ini-
tial state of charge at the beginning of the trip of the
vehicle k for the day h + 1, h ∈1...np (P
np,0,k
defines
the charging at night for day 1 for the vehicle k).
The PEVRP consists of assigning each client i to
ICORES 2019 - 8th International Conference on Operations Research and Enterprise Systems
170