Abstract

The incorporation of emissions minimization in the vehicle routing problem (VRP) is of critical importance to enterprise practice. Focusing on the tractor and semitrailer routing problem with full truckloads between any two terminals of the network, this paper proposes a mathematical programming model with the objective of minimizing emissions per ton-kilometer. A simulated annealing (SA) algorithm is given to solve practical-scale problems. To evaluate the performance of the proposed algorithm, a lower bound is developed. Computational experiments on various problems generated randomly and a realistic instance are conducted. The results show that the proposed methods are effective and the algorithm can provide reasonable solutions within an acceptable computational time.

1. Introduction and Problem Description

Along with the growth of the demand for goods, transportation volume is increasing rapidly. For door-to-door transportation, the most widely used mode is road transportation. However, road transportation has some negative impact on the environment because of the land use, energy resource consumption, and so forth. Road transportation accounts for almost 80% of total energy demands from transportation [1]. Fossil fuels are the main energy sources of transportation and is emitted during the combustion of fossil fuels. As a dominant mode of freight movement, road transportation accounts for the largest share of the freight-related emissions [2]. The percentages of road freight transportation emissions compared to the entire transportation sector from 1985 to 2007 in China were between 29% and 34% [3]. More and more tons of are released into the environment annually and the road freight transportation emissions are likely to keep growth. Recent studies on freight transportation have focused not only on cost minimization or profit maximization for a freight company but also on carbon reduction to enhance the corporate social responsibility for the company [4].

The fuel consumption is the most expensive variable cost of the transportation process to road freight transportation enterprises [5]. The efficient use of trucks and road networks becomes more and more important. Compared with costly network infrastructure modifications, optimized routing strategies have been proven to be more efficient in enhancing network capacity [6]. Optimized vehicle routing can reduce the number of trucks and utilize the network better by reducing vehicle movements. The optimization problem has been extensively studied in the literature, known as the vehicle routing problem (VRP). The VRP and its various extensions have long been one of the most studied combinatorial optimization problems due to the problem’s complexity and extensive applications [7, 8].

The incorporation of the minimization of energy and emissions in the VRP is a relatively recent topic addressed in the research work. VRP-related research that aims to minimize total fuel consumption is rather rare [9]. Kuo [9] proposed a model for calculating total fuel consumption for the time-dependent VRP. A SA algorithm was proposed. The experimental results showed that there may be a trade-off between fuel consumption, transportation time, and transportation distances. Pradenas et al. [10] presented a mathematical model for vehicle routing with time windows and backhauling. A Scatter Search (SS) metaheuristic that minimized the emission of greenhouse gases for a homogeneous vehicle fleet was designed and implemented. The experimental results showed that the environmental impacts of the vehicle routing are related to the vehicle use rate, the loads that are transported among customers, and the distances between customers.

In general, various types of vehicles are used by enterprises. Through the constitution mode of the autonomous part and the nonautonomous part [11], vehicles can be classified into two main types: trucks and combination vehicles. A truck, that is, a single-unit truck, has its fixed autonomous and nonautonomous parts and the two parts cannot be separated. Within the class of combination vehicles are truck tractor-semitrailer combinations and trucks or truck tractors with semitrailers in combination with full trailers. In some extensions of the VRP, the combination vehicles, especially the use of trailers (a commonly neglected feature in the VRP), are considered. We study a variant of the combination-vehicle routing problem where tractor-semitrailer combinations are utilized. We call this variant of the VRP as the tractor and semitrailer routing problem (TSRP). As concern over global warming has grown, reducing emissions is becoming important for transportation. Minimizing fuel consumption will be increasingly influential in the VRP. Differing from other literature, we aim to minimize fuel consumption of the TSRP through considering the vehicle type and its use rate.

The TSRP in the paper has the following characteristics.(1)A tractor of the tractor with semitrailer combination can pull independent semitrailers. The tractor cannot load goods and it is only used for pulling semitrailers. The time to attach/detach a semitrailer to a tractor at a location is usually considerably less than the time to load/unload all cargoes in a semitrailer, so the tractor in the TSRP has a high use rate.(2)The transportation service provider serves the customer orders from a number of depots. Shipments occur between depots and the pickup/delivery locations of an order, and between depots. Either full truckload (TL) or less than truckload (LTL) shipments may exist. Trucks considered in the VRP are fit for LTL shipments. In the TSRP, semitrailers are fit for TL.(3)The tractor and semitrailer transportation is promoted to be more energy-efficient than single-unit trucks transportation [12]. As mentioned by Ierland et al. [13], the emission factor, which can be defined as emissions per ton-kilometer (unit: g /t-km), is a typical index to describe the emission effects of the road freight transportation.(4)One of the important applications of the TSRP is the concept of multilevel freight distribution systems (e.g., city logistics and multimodal freight transportation systems), in which freight arrives at a central depot and is transported further to satellite facilities by larger vehicles, and the freight is then brought to the final customers by smaller vehicles. The problem of how to efficiently route vehicles operating at both levels is known in the literature as the Two-Echelon Vehicle Routing Problem (2E-VRP) [14], the generalized vehicle routing problem (GVRP) [15], or the single-sourcing two-echelon capacitated location-routing problem (2E-CLRP) [16]. The tractor and semitrailer combination has high average loads and a high use rate of tractors, which makes it feasible to be used in the level where shipments are large or TL.

We propose the TSRP on a loaded-semitrailer flow network. There are two types of terminals on the network: one central depot and a number of satellite facilities. At the beginning, all tractors locate in the central depot, while the satellite facilities have loaded-semitrailers waiting for sending. All tractors or vehicles (a vehicle is one tractor pulling one semitrailer) originate and terminate at the central depot. A homogeneous fleet composed of tractors and semitrailers serves the flow demand among terminals. A tractor can pull one loaded-semitrailer and can also run alone. The loaded-semitrailers are assumed TL. The objective of the TSRP is to determine the number of tractors and the route of each tractor so as to minimize emissions per ton-kilometer.

There are some features that distinguish the TSRP from existing research on routing problems. Firstly, we extend the application background of tractor and semitrailer combinations to the TL transportation course of multilevel freight distribution systems. The application of the TSRP is different from tractor and semitrailer combination applications in the literature, which is called the roll-on roll-off vehicle routing problem (RRVRP). Secondly, the TSRP takes a composite index, that is, emissions per ton-kilometer, as the objective. It is different from most of the VRPs which take single index (e.g., total distance, total cost, etc.) as the objective. In practice, statistical data on emissions per ton-kilometer can be used to calibrate the experimental results of the TSRP. Thirdly, the nodes of the TSRP may send more than one loaded-semitrailer and the nodes and linked arcs must be visited more than once. A node may appear more than once in the same route of the solution.

Our interest in the TSRP arises from real-life regional-level truck operations in China and the TL transporting of multilevel freight distribution systems. Our aim is to develop a solving method for the TSRP and to demonstrate the effect of emission mitigation. The paper is organized as follows. The next section introduces the relevant literature. A mathematical model and a lower bound for the TSRP are developed in Section 3. Section 4 proposes the heuristic algorithm for solving the problem. Computational experiments are described in Section 5. Finally, conclusions and future work are given in Section 6.

2. Literature Review

In this section we turn to an overview of contributions to the combination-vehicle routing problem the TSRP addresses.

Research on the VRP to date has considered especially trucks, truck and full trailer combinations. The truck and trailer routing problem (TTRP) has been brought forward for decades. In the TTRP, a heterogeneous fleet composed of trucks and truck and full trailer combinations serves a set of customers. Each customer has a certain demand, and the capacities of the trucks and trailers are determinate. Some customers must be served only by a truck, while other customers can be served either by a truck or by a combination vehicle. The objective of the TTRP is to find a set of routes with minimum total distance or cost so that each customer is visited in a route. Chao [17] distinguished three different types of routes in a TTRP solution: a pure truck route (PTR) where a truck serves all customers without using a trailer, a pure vehicle route (PVR) where all customers are served by a truck with a coupled trailer, and a complete vehicle route (CVR) where at least once the trailer is uncoupled from the truck at a vehicle customer and the truck continues serving a subset of customers on a truck subroute.

Semet and Taillard [18] and Gerdessen [19] studied the TTRP in the 1990s. Semet and Taillard [18] and Caramia and Guerriero [20] gave some real-world TTRP applications. Gerdessen [19] extended the VRP to the vehicle routing problem with trailers and investigated the optimal deployment of a fleet of truck-trailer combinations. Scheuerer [21] proposed construction heuristics along with a Tabu search algorithm for the TTRP. Tan et al. [22] proposed a hybrid multiobjective evolutionary algorithm to solve the TTRP. Lin et al. [23] proposed a simulated annealing (SA) heuristic for the TTRP. Villegas et al. [24] solved the TTRP by using a hybrid metaheuristic. On the extensions of the TTRP, Villegas et al. [25] proposed two metaheuristics to solve the single truck and trailer routing problem with satellite depots (STTRPSD). Considering the number of available trucks and trailers being limited in the TTRP, Lin et al. [26] relaxed the fleet size constraint and developed a SA heuristic for solving the relaxed truck and trailer routing problem (RTTRP). Lin et al. [27] proposed a SA heuristic for solving the truck and trailer routing problem with time windows (TTRPTW). Recently, Derigs et al. [28] combined local search and large neighborhood search metaheuristic to solve the TTRP with/without load transfer and the TTRP with/without time windows. Computational tests on benchmark instances showed that the approach was at least competitive to state-of-the-art approaches for the TTRP without time windows.

In the TTRP, each trailer can be pulled by a unique associated truck, and only this truck is permitted to transfer the load into the trailer. The amount of trucks is generally more than that of trailers. Drexl [11] described the VRP with trailers and transshipments (VRPTT) in which there is no fixed truck-trailer assignment. The TTRP is evidently a special case of the VRPTT. Besides, Pureza et al. [29] addressed the VRP with time windows and multiple delivery men (VRPTWMD) that allows a number of delivery men to be assigned to each route. Two solution approaches based on Tabu search and ant colony optimization were proposed. The impact of the use of extra delivery men in route planning was assessed by means of computational experiments. If regarding delivery men as trucks, the VRPTWMD becomes the TTRP when there is only one deliveryman.

There are several variants of the VRP which consider tractor and semitrailer combinations. These variants include the RRVRP and others. In the literature, the RRVRP arises when tractors move large trailers between locations generating a high volume of waste like construction sites and disposal facilities. In the basic RRVRP, there is a single depot where all tractors are located at the beginning. There is a single disposal facility where full trailers are dumped and empty trailers can be put on or pulled from inventory. At the end of the day, all tractors return to the depot while trailers may remain at customer locations or the disposal facility. The problem is to assign trips to tractors and to find routes for the tractors that do not exceed a given maximal duration and that minimize the nonproductive deadhead time of tractors between trips as well as the number of tractors used.

Bodin et al. [30] studied the RRVRP with a depot and a disposal site and classified customer demands into four trip types. They defined the RRVRP as a combination of an asymmetric vehicle routing problem with a bin packing problem. Heuristic methods were proposed to solve some benchmark problems on the RRVRP. Derigs et al. [31] solved the RRVRP by combining local search and large neighborhood search controlled by two relatively simple and parameter-free/-poor metaheuristic control procedures. Wy et al. [32] introduced the RRVRP with time windows (RRVRPTW). The objective of the RRVRPTW is to minimize the number of required tractors and their total route time. A LNS based iterative heuristic approach consisting of a construction algorithm and several improvement algorithms was proposed. Baldacci et al. [33] modeled the multiple disposal facilities and multiple inventory locations RRVRP (M-RRVRP) as a time constrained vehicle routing problem on a multigraph.

There are other variants concerning the tractor and semitrailer combination routing problem. Hall and Sabnani [34] studied routes that consisted of two or more segments and two or more stops in the route for a tractor. Control rules based on predicted route productivity were developed to determine when to release a tractor. Francis et al. [35] solved the multiresource routing problem (MRRP) with flexible tasks. Two resources (tractors and trailers) performed tasks to transport loaded and empty equipment. Cheng et al. [36] proposed a model for a steel plant to find the tractor and semitrailer running routes for the purpose of minimizing transport distance. Derigs et al. [37] presented two approaches to solve the vehicle routing problem with multiple uses of tractors and trailers. Li et al. [38] studied the tractor and semitrailer routing problem on a unit-flow network, and a heuristic algorithm was used to decide the number of tractors and the route of each tractor.

In the literature, combination-vehicle routing problem is becoming hot in recent years. The background of the TTRP applications is similar to that of the VRP, that is, city logistics or other delivery process. In fact, an intercity line-haul tier is necessary to perfect city logistics or other delivery systems. Bulk transportation of large volumes of freight between cities allows economies of scale to be achieved by using large-capacity vehicles. Although the use of tractor and semitrailer combinations is considered by the RRVRP in the literature, the RRVRP applications are mainly limited in waste collection business. Because of high use rate of tractors, tractor and semitrailer combinations are promoted to be more energy-efficient than single-unit trucks. There is another variant of the RRVRP when the application background becomes intercity line-haul transportation. Among all the work we have reviewed in literature, little work has been done on the TSRP we have described earlier. The problem considered in the present study involves incorporating emissions minimization in the TSRP. In addition, the transportation enterprise can reject customer order either because serving the order is impossible or because the cost of serving the order is too high.

3. Model Formulation

The underlying assumptions of the TSRP model are (i) all loaded-semitrailer flow demands are known in advance. The problem is static. Empty semitrailer exchanges are ignored. (ii) Loaded-semitrailer flow demands can originate between any two terminals. At the central depot, the number of incoming semitrailers is equal to the number of outgoing semitrailers; that is, the central depot has balanced flows. (iii) Some loaded-semitrailer flow demands may be rejected. The transportation service level is based on the percentage of flow demands that are satisfied. (iv) A route must not exceed a given time-span. In order to balance the route lengths, a route has to exceed a given minimization-time. If a satellite facility is already in a route, it cannot be reinserted in the same route. (v) All tractors are assigned to the central depot where they must return to after each route. Routes must start from and end at the central depot. Each tractor leaves from and returns to the depot exactly once. (vi) The TSRP deals with TL and does not consider cross-docking options.

The TSRP can be formulated as follows.

Let be a directed graph where is the vertex set and , the arc set. Vertex 0 () is the central depot and the other vertices () in (i.e., ) correspond to satellite facilities. Loaded-semitrailer flows between any two terminals are : where denotes that there are loaded-semitrailers needed to be transported from to .

and are the decision variables. If the th tractor runs from to , ; otherwise, . If the th loaded combination vehicle (i.e., the th tractor pulling one loaded-semitrailer) runs from to , ; otherwise, .

is the fuel consumption of the th tractor running from to . is the fuel consumption of the th loaded combination vehicle running from to . is the running time of the th tractor running from to and the average velocity. is the running time of the th loaded combination vehicle running from to and the average velocity. The tractor’s on-duty hours per day is .

The objective function is

The constraints are ; ; ; ; ; is an integer and the maximum is the total of tractors used.

The objective function is the emissions per ton-kilometer of the TSRP, where is the emission coefficient (a constant) and the freight weight on a loaded-semitrailer.

Constraints (3) and (4) guarantee that the total freight flow demand is satisfied by a certain percentage (), while the demand of any terminal is respected. Constraints (5) and (6) guarantee that any tractor starts from the central depot and terminates at the central depot. Constraints (7) guarantee that satellite facilities cannot reserve any tractor. Constraints (8) are the restrictions of the tractor (i.e., running-alone tractor and tractor attached in combination vehicle) passing by a certain arc. Constraints (9) guarantee the flow balance of the central depot. Constraints (10) forbid the illegal segments of routes. Constraints (11) guarantee the load-running rate of tractors.

Constraints (12) and (13) are the restrictions of balancing the route lengths, where () and ( is a limited number) are the lower and upper limits of the utilization ratio of the tractor’s on-duty hours, respectively. is the tractor’s residence time at the central depot. is the total of tractors’ attach/detach time at satellite facilities. is affected by the number of satellite facilities included in a route. When a route includes satellite facilities and the tractor’s attach/detach time at a satellite facility is , , where .

Although the decision variables of the formulation are binary, the route is decided. Constraints (5)~(10) suggest that the route is made up of sequential arcs which are passed by the tractor or the loaded combination vehicle. We denote the terminal sequence of a route by , where is the central depot and satellite facility.

Generally, efficient exact algorithms to solve the model we presented here for realistic problem sizes do not exist. Thus, such model can only be solved by heuristics to attain suboptimal solutions of a priori unknown quality. In such cases, it is useful to find lower bounds to get an estimate for the quality of the solution found by the heuristics. If the number of variables and constraints in a derivative model is significantly less than those in the original model, the derivative model is expected to be solved in a much shorter time. This derivative model is solved to find lower bounds on the objective values of the solutions to the original model [39]. If we relax the route length constraints (12) and (13) in the model above, the objective function and constraints (3)~(11) can be reformulated as another model (denoted as LBM) that can be solved on small-scale instances. The solution of LBM may also be the optimal solution of an instance if it satisfies the relaxed time-span constraints. We use this lower bound to compare the performance of the heuristics presented in Section 4.

In addition, the objective function of the TSRP model is substantially affected by two parts: one and the other . When constraints (3) and (4) are equations and the satisfied demand percentage is 100%, the objective function is affected by the former part. If any segment on routes has loaded-semitrailer transported, that is, for all , , and , the objective function reaches the minimum. The minimum is suggested as a benchmark for LBM.

4. Heuristic Algorithm

Three types of algorithms are used to solve the VRP [40]. The first type consists of exact algorithms that are time-consuming. The second type consists of classical heuristics such as greedy, local search, and relaxation based. The third type consists of heuristics that are based on some metaheuristic rules. Such metaheuristics or framework for building heuristics are SA, Tabu search, Genetic algorithms, Variable neighborhood search, and so forth. The high computational cost of exact methods and their poor performance in large problems have involved that the current research concentrates on stochastic algorithms that are capable of producing feasible but not necessarily optimal solutions in limited time [5]. The SA algorithm is one of the commonly used metaheuristics, which has been successfully applied to solve several types of VRP. Motivated by the success of the SA for the TTRP (e.g., [26, 27]), we have therefore opted a heuristic algorithm based on the SA to solve the TSRP.

The SA uses a stochastic approach to search for and move to neighborhood solutions. If a better neighborhood solution is identified in the search starting from the current solution, the move will be accepted and the current solution will be replaced by the better neighborhood solution. The search for a better neighborhood solution then continues. Besides, the SA will accept the moving to a worse neighborhood solution with a certain probability to escape from a local optimum. The accepted probability is based on two parameters, the temperature which gradually reduces and the objective function difference between the two solutions. At the beginning of the search, the accepted probability of the move is higher. When nearing the end of the search process, the accepted probability of the move is smaller. Generally, the initial temperature, the cooling function, and the final temperature will affect the results of the SA.

4.1. The Neighborhood and Initial Solution

Braysy and Gendreau [41] stated that local search plays a very important role in the design of metaheuristics for the VRP. A local search operator iteratively improves a solution by exploring its neighborhood. The TSRP model suggests that the route is made up of sequential arcs. Any ones of the constraints of (5) to (10) guarantee some requirements for segments of a route, while the route length constraints (12) and (13) guarantee an entire requirement of a route. We regard constraints (12) and (13) as the most important factors to decide a solution’s neighborhood.

The tractor’s on-duty hours per day () depend on the on-duty hours of the driver team. A driver’s on-duty hours (denoted by ) consist of driving hours, attach/detach time () and residence time () at terminals. If the number of drivers allocated to each tractor is , . When the transporting distance between terminals and is and the average velocity, the running time between and is . Constraints (12) and (13) are rewritten as

The vehicle-kilometer (v-km) is the most important index for enterprises to evaluate the performance of vehicles and drivers. When there are satellite facilities in a route, the more the, the slower the average velocity because the tractor/vehicle has to frequently enter into and depart off terminals where a slow velocity is allowed. The average velocity (denoted by ) is regarded as a decreasing function. If the utilization ratio of the tractor’s on-duty hours is 100%, the running time of the route is . Then, the v-km of vehicles/drivers is . The v-km will decrease along with increasing . Therefore, the routes include finite inserted satellite facilities. We enumerate the number of satellite facilities in a route to search entirely to find all routes that satisfy constraints (14). When the routes include at least 1 and at most satellite facilities, there are potential routes for selection, which also make up the neighborhood.

Unlike the VRP or the TTRP where every removal is accompanied by an insertion, one may decide removal and not continue an insertion in our problem. This partial solution will still be feasible when the demand satisfied percentage keeps larger than the minimum (). By referring to the traditional destroy and repair framework, we take a whole route as the operator unit. There are three types of operators. (i) A route is removed from the current solution by a destroy operator. (ii) A route is removed from the current solution by a destroy operator and another route is reinserted by a repair operator. The removed route is recorded by the neighborhood and is still a candidate route of the repair operator. (iii) A route may clone itself several times. The times are decided by the maximum demand of satellite facilities included by the route. The clone operator is a special type of repair operator. The realistic-size instance results in Section 5 show the effect of the clone operator.

To the generation of the initial solution, our computational tests show a similar conclusion as that of Coelho et al. [42]. The initial solution does not have significant impacts on the overall solution cost or the running time. We therefore generate randomly the initial solution.

4.2. The SA Heuristic

The number of tractors (or the number of routes in the solution) is unknown, but it is an essential parameter at the beginning. It is likely that a tractor pulls more than one independent semitrailer on the route. Denoting the average number of transported loaded-semitrailers on a route as , is an important benchmark of the number of tractors. The number of tractors should be limited integers. Our experimental results show that the emissions per ton-kilometer can be decreased by adding or subtracting up to extra tractors. It is suggested that the SA heuristic for the TSRP does not take the number of tractors as one of the objective values. Meanwhile, the computational tests show that it is feasible for . The SA procedure is started by selecting randomly routes as the initial solution where denotes the largest integer which is smaller than or equal to the enclosed number. In each iteration, the objective function which is used to evaluate the sequential solutions is the percentage of satisfied freight demand. When the percentage of satisfied freight demand reaches , the SA procedure finds a nondominated solution for the number of tractors. If the percentage of satisfied freight demand is less than , the number of routes in the former solution () is enlarged by times (where ) and the SA procedure started with routes. Finally, the number of tractors is decided.

The SA procedure is run in two phases. In the first phase, a nondominated solution with the minimum number of tractors is obtained. In the second phase, successively emissions per ton-kilometer are minimized for the current number and for the number of tractors which is increased by one every time until a predefined stopping criterion is met (e.g., the emissions per ton-kilometer stop decrease).

The initial temperature, the final temperature, the Boltzmann constant used in the probability function, the maximum number of iterations, and the cooling mechanism adjusted by the number of iterations are made certain firstly. The probability function used for the SA procedure deciding the number of tractors is different from that for the SA procedure deciding the final solution of the TSRP. The former mainly considers the percentage of satisfied freight demand, while the latter considers synchronously the percentage of satisfied freight flow demand and the emissions per ton-kilometer. As proposed by Kuo [9], our SA model also involves the temperature being cooled each iteration, which is different from general SA where a certain number of iterations take place between each cooling. We use an initial temperature of 100, a final temperature of 1 and the number of iterations in the SA equals to 100000 (for the small-scale random instances of the next section) or 4500000 (for the realistic instance of the next section). The cooling mechanism is adjusted based on the number of iterations. The termination condition is to stop the algorithm when the number of iterations reaches its maximum and the temperature becomes 1.

5. Computational Study

Since we are not aware of any prior test instance for the TSRP minimizing emissions per ton-kilometer, the proposed model and algorithm were tested on a range of small-scale instances generated randomly and a realistic instance. Our computational experiments were carried out in two parts. First, the small-scale instances were used to show the effectivity of our model and the heuristic. We have also calibrated the solution methods on small-scale instances as explained in Section 5.1. Second, we have run the heuristic on a realistic instance with varying central depot location as explained in Section 5.2. The emphasis lies on summing some calibrating methods to seek a closely parameter-free metaheuristic by small-scale instances generated randomly. Referring to calibrating methods, the SA heuristic algorithm can generate high-quality solutions in relatively little time with some parameter tuning.

5.1. Small-Scale Instances

The proposed TSRP model and the SA heuristic are assessed on a number of small-scale test problems on grid graphs. Several parameters are considered while the problems are created the number of satellite facility nodes (Cn); the number of loaded-semitrailers of each satellite facility; the location of the central depot; the location of the satellite facilities; the parameters of tractors and semitrailers (e.g., fuel consumption, cargo weight of a loaded-semitrailer, velocity, etc.); the distance between any two nodes; the distance span of a route.

The small-scale instances are divided into four sets according to the number of satellite facilities. The small-scale instances are created by a random fashion as follows. The “RANDOM” function in Matlab is used. By RANDOM (“norm”,1,1,5,5), random arrays are generated. We select the minimum position of a random array as the central depot and other Cn negative positions of the array satellite facilities. The distance between any two terminals is calculated by the gaps of rows and columns. The “RANDOM” function is used ten times and each set includes ten instances. The “RANDOM” function is also used to determine the number of loaded-semitrailers of terminals.

The tractor-semitrailer combination, which can load maximally 30 tons and satisfies the fuel-efficiency requirements of “Regulation of Supervising Vehicle Fuel Consumption” (number 11/2009 Decree of Ministry of Transport of the People’s Republic of China (MOTPRC)), is used to transport goods. The type code of the selected combination is “CQ4254HTVG324V” or “ND4251B32J7.” The fuel consumption is 18 liters diesel per 100 kilometers for a tractor running alone and 32 liters diesel per 100 kilometers for a combination run. Suppose that: the gap between adjacent rows or columns of the random array is 50 km; the loading factor of loaded-semitrailer is 60%; the velocity is 50 km/h; the distance span is around 650 km; and the percentage of satisfied freight demand is not less than 85%.

The test problems are detailed in Table 1. Columns 1–9 indicate the test problem, the rectangle region, the total number of loaded-semitrailers, the average loaded-semitrailer number of all satellite facilities, the variance of loaded-semitrailer number of all satellite facilities, the minimum distance between central depot and satellite facility, the maximum distance between central depot and satellite facility, the average distance between any two terminals and the variance of distances between any two terminals respectively.

To obtain lower bounds, the integer programming model (LBM) presented in Section 3 has been implemented and solved using LINGO11. The solving course of LBM took the number of tractors as a precondition; that is, . When computing the lower bound LBM for an instance, we may find a better value of during the computational experiments. In course of finding feasible solution for LBM, the number of tractors is adjusted manually. Besides, the proposed SA algorithm has been coded in MATLAB R2010b and run on a computer with an AMD Athlon(tm) X2 Dual-Core QL-65 running at 2.10 GHz under Windows 7 ultimate (32 bits) with 2 GB of RAM. The computational results are presented in Table 2.

When there idealistically exists a situation in which the distribution of terminals and the loaded-semitrailer flows right satisfy all constraints so that any segment on routes has loaded-semitrailer transported, the emissions per ton-kilometer will reach the minimum. According to our assumption, the minimum is 48.53 g /t-km. Since most instances can hardly satisfy the idealistical requirement, the emissions per ton-kilometer of the LBM will be larger than 48.53 g /t-km. We calculate the percentage gap by or . The results show that the average percentage gap between LBM and the theoretical minimum is 4.72%. 72.5% of the 40 test instances have percentage gaps of lower than 5%.

As showed in Table 2, the solution emissions per ton-kilometer obtained by the proposed SA heuristic are close to the lower bound. For some instances, such as RAND5-4, RAND5-8, RAND6-8, RAND7-1, RAND7-2, RAND7-4, RAND7-6, and RAND8-1, the gaps between the heuristic solution and LBM are less than 1%. For all 40 test instances, the largest percentage gap between the heuristic solution and LBM is 14.20%, and the average percentage gap is 2.79%. 87.5% of the 40 instances have percentage gaps of lower than 5%.

It is worth noting that the location of a central depot likely affects the percentage gap. The instances with percentage gaps of over 5% have their central depots located alongside the boundary of the regions.

5.2. A Realistic Instance

The main purpose of the realistic instance study is to evaluate the applicability of the developed heuristics for realistic-size problems.

A trucking company in Shandong province of China, simply named SDEXP, is the object of our computational study. SDEXP comprises 17 affiliates distributed in 17 cities of Shandong province (Figure 1). SDEXP employed hundreds of single-unit trucks to transport cargoes before 2007 and had a road freight market share of about 1.25% in Shandong province. Along with the policy on encouraging and popularizing tractor and semitrailer combinations issued by the MOTPRC during the 11th five-year plan period (2006~2010), SDEXP plans to gradually substitute tractor and semitrailer combinations for single-unit trucks.

We abstract the transportation network of SDEXP on a graph, where the nodes denote the cities and the arcs denote road infrastructure connecting every two cities. Suppose any city node can be regarded as a central depot and other city nodes satellite facilities. Table 3 gives the distances between every two cities. SDEXP’s expected freight flows between any two cities per day are given in Table 4.

The tractor-semitrailer combination adopted in the small-scale instances is used in the realistic instance. Suppose that the loading factor of loaded-semitrailer is 50%; the velocity is 80 km/h; and the percentage of satisfied freight flow demand is not less than 80%. The fuel consumption is 17 liters diesel per 100 kilometers for a tractor that runs alone and 40 liters diesel per 100 kilometers for a combination runs. The distance span is affected by drivers’ on-duty time. According to SDEXP experience, a driver’s average on-duty time is 8.5 hours per day. A tractor with two drivers can work consecutively for not more than 17.0 hours in a 24-consecutive-hour period. The attach/detach time at satellite facilities is 2/3 hour, and the residence time in the central depot is 2 hours. . .

Supposing any one of the 17 cities the candidate central depot city for SDEXP, there are 17 scenarios classified by the location of the central depot. The satisfactory solutions of the 17 scenarios are in Table 5. When cities located in different spatial zone and having various freight flows are, respectively, regarded as the central depot, the performance of the satisfactory solution varies obviously. We use “Tractor quantity,” “Percentage of fuel consumption for tractor running alone,” and “ emissions per ton-kilometer” to analyze the performance of the solutions.

At an approximative level of the percentage of satisfied freight demand, the needed quantity of tractors is about 64 for different central depot location except YT and WH. The average quantity of tractors is around 1/4 of total freight demand.

There exists a relationship between the quantity of needed tractors and the average loaded-semitrailer number of a route. Since the number of loaded-semitrailers is decided by the percentage of satisfied freight demand, the less the tractor number (or the route number), the more the loaded semitrailer on a route. When the number of loaded-semitrailers and the distance span are decided, the more the tractor number, the more the percentage of fuel consumption for tractor running alone. The results are accordant with the above two relationships (Figure 2). The SA heuristics is stable to solve the realistic instance.

According to the methodology and factors developed by the Intergovernmental Panel on Climate Change (IPCC), emissions are in direct proportion to fuel consumption, so emissions of the solutions can express the variable cost of transportation. Escobar et al. [43] and Hashemi and Seifi [39] pointed that the transportation costs are often influenced by the decision of locating a depot and vice versa. Our results show a similar conclusion. The solutions for various central depot cities have different emissions per ton-kilometer. Central depot cities located near the center of the research spatial scope (e.g., TA, LW, JNA, and ZB) have relatively good solutions. Besides, central depot cities located along Jinan-Qingdao Highway (JNA-ZB-WF-QD line) have good solutions that include more loaded-semitrailers on a route and a low level of emissions per ton-kilometer. In fact, the transportation economic belt along Jinan-Qingdao Highway contributed around 40% of Shandong GDP and over 30% of Shandong road freight volume in the recent 5 years. It is implied that the emissions per ton-kilometer of the solutions for different central depot cities are affected not only by central depot locations but also by transportation flows from economic relations.

There are estimation results of emissions per ton-kilometer for various countries. For example, Ierland et al. [13] noted that the emission factor for trucks was 155 g /t-km in the Netherlands; European Environment Agency [44] noted that the average emissions were 62~110 g /t-km for road transportation in EU Member States; Li et al. [3] noted that the average emissions fluctuated between 100 g /t-km and 132 g /t-km from 1985 to 2007 in China. We have investigated some point-to-point haulages of SDEXP in 2009 and found that the emission factor ranged from 100 g /t-km to 180 g /t-km, and the average was 135 g /t-km. Our realistic-instance study shows that the vehicle scheduling provided by the TSRP is promising to reduce road freight transportation emissions.

The results are helpful and meaningful for SDEXP to select the location of the central depot, to configure tractors and the routes, and to reduce emissions.

6. Conclusions and Future Work

This paper discussed the tractor and semitrailer routing problem and its mitigation effect of emissions, which are promising with applications in multilevel freight distribution systems and full truckload to road freight-related emissions reduction. A mathematical programming model with the objective of minimizing emissions per ton-kilometer is presented for the tractor and semitrailer routing problem with full truckloads between any two terminals of the network. The SA heuristic is put forward to solve this problem of a realistic size. To validate the proposed heuristic, a lower bound is designed. The heuristic algorithm is tested on different types of problems. The results show that the proposed heuristic provides high-quality solutions in a reasonable computing time. The impact of the central depot location and the freight flow distribution on the solution quality is also explored. In conclusion, the proposed algorithm can provide robust solutions.

For future research, it would be interesting to test the effectiveness and efficiency of the proposed TSRP model and its solution approach on various practical examples. Some efficient heuristics for the TSRP may also be proposed. Besides, attentions can be focused on the extension of the TSRP, for example, TSRP with time windows and TSRP with vehicle routing of other levels of freight distribution system, which are properly of critical importance to the practical viability.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgment

This work was supported by Research Grant from the National Natural Science Foundation of China (no. 71202016). This support is gratefully acknowledged.