Abstract

We describe mathematical models and practical algorithms for a problem concerned with monitoring the air pollution in a large city. We have worked on this problem within a project for assessing the air quality in the city of Rome by placing a certain number of sensors on some of the city buses. We cast the problem as a facility location model. By reducing the large number of data variables and constraints, we were able to solve to optimality the resulting MILP model within minutes. Furthermore, we designed a genetic algorithm whose solutions were on average very close to the optimal ones. In our computational experiments we studied the placement of sensors on 187 candidate bus routes. We considered the coverage provided by 10 up to 60 sensors.

1. Introduction

A current project is concerned with the quality of air in the city of Rome. Part of this project is devoted to measuring the air pollutants in the city. This is a large scale task which, in principle, could call for many expensive measuring devices to be placed on certain chosen sites or mounted on dedicated vehicles.

In order to reduce the costs and at the same time assure a good significance to the measurements, it has been decided to mount the sensors on the public buses. These sensors measure the pollutants and immediately send the data to a central station, while they are moving within the city according to the bus route.

Clearly only the air pollution in the proximity of a bus route can be measured with a good degree of accuracy. Given that there are only a relatively small number of available sensors, one needs to choose which buses to place the sensors on in order to get the best possible covering of the city area.

Notice that any individual bus on a particular bus route could be used to measure the level of air pollution within the area in proximity of the route itself. Therefore, more than the choice of a set of buses, the problem consists in the choice of a set of bus routes. Once a bus route is chosen in the solution, the sensor can be placed on any of the buses assigned to that route, as long as this bus is not moved from a route to another for a sufficiently long period of time.

The exact number of sensors that will be used in the experiment is not a given parameter. In particular, since sensors are expensive pieces of equipment, one has to face the trade off between the cost of the sensors and the percentage of the urban area that can be covered in the sampling. Hence the goal of our study is to find all Pareto optimal solutions under the objectives of maximizing the sampled area and minimizing the cost of the sensors.

We have been contacted by people involved in the project in order to mathematically model the problem and suggest possible solution procedures. In this paper we report on the outcome of this particular application in which we had to pursue a twofold goal.

On one side we wanted to develop an exact procedure despite the large size of the data set. Having an exact solution is important because it makes it possible to check the quality of the solutions provided by heuristic procedures.

On the other side we wanted also to develop a simple procedure that could be later implemented by persons with a very limited knowledge of operations research tools. This procedure had not to be a black box to be plugged into a larger code, since the people in charge of the final implementation of the project wanted to have full control of each line of the code and they did not want to rely on proprietary software.

As for the exact procedure, we had to overcome the difficulty of dealing with the very large data set which, at first sight, gave no possibility to solve a typical integer linear programming model. However, thanks to the particular form of the objective function, it has been possible to dramatically reduce the number of variables and consequently to solve the exact model.

As for the heuristics, our choice was to use a genetic algorithm due to its implementation simplicity and its potential in solving complex optimization problems. The comparison between the exact solution and the heuristic one has shown a satisfactory quality of the obtained solutions and, in accordance with the people responsible for the final implementation, the genetic heuristic was accepted to generate solutions.

Problems of sensor placement have obtained a considerable attention in the literature. These problems strongly differ from each other depending on the particular application context (for recent surveys we direct the reader to [1, 2]).

In wireless sensor networks [3] sensors transmit data among themselves thus constituting a communication network. Moreover, part of the nodes (both target nodes and sensor nodes) can be mobile, there can be only a partial location awareness, messages can require a routing to reach the central station, energy consumption may affect the activity of the sensors, and obstacles may cause imprecise measurements. Therefore different objective functions are considered in order to take care of all these issues [47]. Another research field concerns sensor placement problems in real-time early warning systems, expecially in water distribution networks [2]. In this case the minimization of both the expected (or worst-case) impact of a contamination and the contamination detection time [810] is the most relevant task.

Concerning the special application of detecting pollutants, besides placing the sensors in fixed sites [11], in recent years the idea of placing sensors on urban transportation has gained popularity [1215]. All these contributions focus mainly on the technological aspects of both building the sensors and the network infrastructure, but they do not consider the problem of placing the sensors in an optimal way. In this paper we focus essentially on this aspect.

The paper is organized as follows. In Section 2 we describe the problem and the way we have formally modeled it. In Section 3 we present an exact integer linear programming model and describe how we can reduce its size. In Section 4 we describe the genetic algorithm that we use as a heuristic. In Section 5 we describe the computational tests we have carried out both on the exact model and on the heuristic model for our specific application. Finally, in Section 6 we present the computational results.

2. Problem Modeling

Let be the number of all bus routes in the urban area under study (in our case the city of Rome). Among these routes we must select a subset of routes which cover the area in the best possible way. In order to assess the dependence of the coverage on the number of used sensors, the value of will be varied within a given range.

In order to solve the problem, it is convenient to first discretize the urban area so it becomes a set of equally spaced points of a grid (which we will simply call points hereafter). The higher the refinement of this discretization is, the larger becomes, and this can affect significantly the computing time needed to obtain a solution. In this study we have opted for a discretization of the city into a regular grid of squares of size 100m 100m. Due to the shape of Rome the grid is inscribed in an ellipsis (see Figure 1) and the resulting total number of points within the ellipsis is 21615.

Each bus route can be approximated by a sequence of consecutive segments, where each segment is identified by a pair of points (its endpoints). In Rome there are 187 bus routes and the number of segments in each route is variable (it obviously depends on the road being relatively straight or having a lot of turns).

Given the city map data, we have computed an matrix storing the distance of each point from each route . Even if obtaining the distance matrix is computationally quite demanding (there are 4,042,005 distances to be determined and each distance requires computing a distance for each of the segments of a bus route), the matrix can be computed once and for all in a preprocessing phase.

The computation is based on the following straightforward procedure. The distance of a point from a segment defined by its endpoints and is achieved by a point that can be an internal point of the segment or one of the endpoints, according to the following cases:(1),(2),(3) internal point.

For cases and the respective distances are In case , the well-known formula for computing the distance of a point from a line yields the value

In order to compute the distance of a point from a broken line defined as an ordered set of points , we can simply repeat the above computations for each line segment and then return the smallest of the distances thus computed.

It is reasonable to assume that the route which best covers a given point is the closest one among those that have been equipped with a sensor. Hence, if is a subset of routes on which sensors have been placed (i.e., routes that have been “activated”), we can define the distance of from as

A crucial constraint of the air-pollution monitoring process is that, in order to cover a point, the sensor, i.e., the bus route, needs to pass sufficiently close to the point. If the distance from a route to a point exceeds some given threshold (and it does not matter if it is much larger or just a little) that point is not covered by the route. Given the distance threshold, we can redefine each distance as Alternatively, we can use a continuous distance measure, such as

Either way, the important aspect is that each distance exceeding the threshold is a constant; namely, its value is 1. Let us define Then, the total coverage of the solution can be measured as If we use as defined in (4), the objective is the minimization of the uncovered points, which can be seen as representative of the uncovered urban area. If we adopt as defined in (5) the objective, as before, assigns a penalty to the uncovered points, but it also penalizes the remaining points with a penalty proportional to their distance from the solution.

In accordance with the people responsible for the project we have adopted the definition (5) with . For this threshold value there are 2941 points out of 21615 which are further away than from each existing route and which therefore cannot be possibly covered by any solution.

By modeling the problem in the way we just described, we obtain a problem that falls in the class of “Facility Location” problems and is generally referred to in the literature as the “Simple Plant Location Problem” (SPL). See [16, 17] among the many bibliographical sources. In SPL there is a set of candidate sites for the construction of a certain number of facilities each of which offers the same service. Each client needs to be served by a facility, so that he will choose, among the activated facilities, the most convenient one (depending on the distance or some other cost). Clearly, the activation of a facility is expensive. The SPL problem requires to decide how many facilities need to be activated and which are the sites for their construction, so as to minimize the construction cost plus the cost of servicing the customers.

If we interpret each sensor as a facility, each bus route as a site for a facility, and each point as a customer, it is clear that our problem is similar to SPL. The only difference is that while in SPL the costs of activation and service are combined into a unique objective, in our case these two aspects (on one side the cost of the sensors and on the other the quality of the monitoring) are not combined, rather they are considered within a multiobjective approach. In particular, as we already mentioned, the mathematical problem requires determining a good coverage for a fixed value of and the problem is then solved several times for various values of . The problem that has to be solved for each is known as the -median problem [18]. This problem has been studied in the literature, with different heuristic approaches proposed for its solution [1921] (although, in general, for smaller instances than the ones we consider). We were told that a possible number of sensors could be around forty, but the decision was not taken yet and indeed our study was supposed to provide concrete suggestions. Therefore we decided to let vary in the range .

3. A Mixed Integer Linear Programming Model

We can readily express the above problem by a Mixed Integer Linear Programming (MILP) formulation as follows. There are binary variables equal to one if the route is activated and binary variables equal to one if the route is the closest, among the activated ones, to the point . The model isThe variables need not be constrained to be binary since they are guaranteed to be binary in all optimal solutions. The main issue with (8) is its huge number of variables and constraints. In particular, there are 4,042,005 variables and even more constraints. This makes the resolution of (8) prohibitive.

By exploiting the fact that all distances are set to 1 when the actual distance exceeds the threshold, we can simplify model (8). Indeed, in this case we can remove from (8) all the pairs for which , since we already know that when any of the variables takes the value 1, it will contribute exactly 1 to the objective function.

The simplification of (8) proceeds as follows. Let We only define variables for . If (i.e., is the closest route to point ), we associate a ’profit’ to the variable , and we try to maximize the total profit. The new model is then In our case with , the cardinality of is 108,387, which is a significant improvement over 4,042,005. Thanks to this reduction it has become possible to solve (10) in a reasonable time by using CPLEX as the MILP solver, as shown in Section 5. The values and are clearly correlated by .

We may further reduce the size of the model by the following considerations. If there is a set of points such that is close to a line (, for all ) but far away from all other lines ( for all and all ), then the variables will be all equal to zero if line is not activated and all equal to one if line is activated. We may therefore consider just one of these variables as representative of all others and measure its profit as By exploiting this idea in our case we may reduce the number of variables by 2320. However, we have judged that the improvement with respect to 108,387 is not worth the extra effort of a new implementation with an ad hoc data structure. Hence we have used model (10) in our computations.

We could also decide to reduce the number of constraints by replacing the constraints with constraints In this case, however, we would obtain a much weaker model than the original one. We have not pursued this idea.

4. The Genetic Algorithm

Due to the problem size, we have considered the use of heuristic algorithms. In particular, genetic algorithms (GAs) have proved to be a powerful approach when faced with hard optimization problems [22], and they seem appropriate in our case for two main reasons. First, in genetic algorithms it is very easy to implement changes in the objective function (such as introducing penalties, even nonlinear, or having costs expressed in the form of a big “if-then-else” switch). This feature is quite appealing in our case, since our preliminary model can then be adapted to more complex objective functions that could arise in the future. Second, each solution has a natural representation as a binary vector of components (one for each bus route) in which the bits set to one correspond to the activated routes. Consequently, each binary vector that has exactly ones represents a potential solution to the problem. It is well-known that binary vectors of fixed size are the most common representation for chromosomes in a GA.

In the general paradigm for genetic algorithms, at each iteration there is a population of individuals (i.e., solutions). In a selection phase, a subset of individuals are randomly chosen from the current population (with a probability biased toward the most fit individuals), and then they breed a new generation. In particular, the pairs of selected solutions are used to randomly generate new solutions (their “offspring”) which will form the population for the next iteration. The new individuals also undergo a process of random mutations, in which they may acquire features that are not shared by any of their parents. The whole procedure is then repeated until there is no improvement for a certain number (decided by the user) of consecutive iterations.

The main characteristic of a genetic algorithm is probably its cross-over procedure, i.e., the way in which a new individual is generated starting from its parents. In the genetic algorithm that we have designed the cross-over works as follows. After generating a random number , with , a set of routes is randomly chosen among the activated routes of the first parent. These routes are inherited by the offspring. Then, a set of routes is randomly chosen among the routes activated in the second parent and not belonging to (it is easy to see that this choice is always possible). These routes are then added to the offspring.

The remaining aspects of a GA are the selection procedure and the mutation phase. For selection, we have used the standard approach in which individuals with better fitness (i.e., objective function value) are more likely to be selected than others. As for the mutations, we proceed as follows. Let be the set of routes activated in a newly generated individual. Then, routes are eliminated randomly from and replaced with random routes which do not belong to . We have noticed that yields the best results for the values of in the range of interest for our instance.

5. Computational Results

We expected the computational effort required to run a full set of tests on the real data to be substantial. In particular, in such tests we would have varied the number of sensors and some parameters of the genetic algorithm (most notably, the population size). Furthermore, we would have also tried to compute the optimal solutions so as to assess the effectiveness of the heuristics. Therefore, we decided to run a set of preliminary tests in which we tried to get an estimate of the running time for the MILP and the genetic algorithm. For these preliminary tests we have used a relatively low threshold, i.e., m, so as to have a smaller number of variables and constraints in the MILP model. Furthermore, we set the number of sensors to , i.e., the possible value suggested by the people responsible for the project. All the computational experiments were run on an Intel Core I3 machine with 4GB RAM. The algorithm was coded in C and compiled under Linux with gcc 4.7.

In these tests we used both the binary distance (4) and the continuous distance (5). The running time of GA was around one minute, while the time needed for MILP was about 15 minutes.

We were then able to evaluate the relative error of the genetic algorithm, which turned out to be less than in both cases. The error was quite low, so that we took the decision to use GA for the real computations. Some further tests were run to decide the best parameters for GA, like the population size, the number of iterations, and the rate of mutations.

After the above preliminary tests, we first made some computations to assess the quality of the solutions provided by the genetic algorithm by using the distance function that was considered adequate with respect to the project goal, namely the distance (5) with , i.e., The genetic algorithm and the exact MILP formulation were run for . The genetic algorithm was tested with three values of the population size, namely, , , and and we used selection values of , , and , respectively. As a stopping criterion, we fixed the maximum number of iterations to 200 and the maximum number of iterations without improvements in the incumbent value to 100. For each choice of and we carried out 10 computations. In Table 1 we report the average, minimum, and maximum values of out of the 10 runs and in Table 2 the corresponding relative errors with respect to the optimal values multiplied by .

As expected, the errors are increasing with and decreasing with . We note that for the case the GA almost always produces the optimal solution for and . The average errors are low for and (less than ). The average error is also acceptable () and the minimum error is low () for . Only for there is a sharp increase in the errors; namely, we have , , and for the average, minimum, and maximum errors. Moreover, the range between the minimum and the maximum value is quite narrow. Hence we concluded that the genetic algorithm applied to our specific case exhibits a good performance around the values of which are more likely to be chosen.

Since the final goal was to provide a tool to the decision makers to analyze the situation and decide about the number of sensors to buy, we had to make a final computation for each value of in the range . In spite of the fact that the running time of the MILP solution was high (about one hour) for the larger values of , we let the MILP solver go and compute the optimal solutions for all values of , so as to be able to further evaluate the performance of the genetic algorithm by comparison.

We ran GA, only once for each value of , with value . Although the optimal values are monotonically decreasing with respect to , we have observed that this is not necessarily the case for the solutions provided by GA, clearly because it is a heuristic. To avoid such nonsense outcomes we have devised a reoptimization procedure that can exploit the information contained in the various runs. The reoptimization procedure works in a greedy way for increasing values of . For any given , we take the solution obtained for and then add the -th sensor to it by choosing the best route among those not already selected. This way, we are able to obtain a monotonic behavior of the suboptimal values.

In Figure 2 we report the optimal values obtained by the MILP (in black) and the values obtained by the genetic algorithm with the reoptimization phase (in red). The same data are displayed in Table 3 (the values for are not shown) where in addition the relative errors with respect to the optimal values multiplied by are also shown.

We also provide a particular plot (see Figure 3) in which we may better understand how the points are covered by the solution. The red line (bottom) reports the number of uncovered points, i.e., the points with distance exceeding 400 m from each activated route. The blue line (top) shows the number of uncovered points plus the number of partially covered points, i.e., with distance between 200 m and 400 m. The black line shows the values of the objective function . Since the black line is almost halfway between the other two lines, this shows that the number of partially covered points is distributed in a quite uniform way in the range 200-400 m.

In Figure 4 we show in a third different way the solution values (obtained by GA) for 10, 20, 30, 40, 50, and 60 sensors. The black points are the 2941 points that cannot be possibly covered by any solution. The red points are the uncovered points, i.e., the points exceeding 400 m from each activated route (these points could be covered by some of the nonactivated routes). The purple points are the partially covered points (i.e., with distance between 200 m and 400 m) while the blue points are the points whose distance from the activated routes is smaller than 200 m.

6. Conclusions

In this paper we have investigated a particular problem of sensor placement originated by a real application. The application is related to a project aimed at assessing and improving the air quality in the city of Rome. One of the issues of the project is concerned with the determination of the number of sensors in order to have a good coverage of the measured air, taking into account the decision of mounting the measuring devices on the urban buses.

It turned out that a Facility Location model (in particular the -median problem) best fits the real problem. In spite of the large number of data we have been able to develop a viable integer linear programming model to find exact solutions. Although only a genetic algorithm will be eventually used in the real application, we found that it is mandatory to have available also the exact solutions to check the quality of the heuristic solutions. We have found out that a genetic algorithm meets in a satisfactory way the two goals of having a simple procedure to be implemented and at the same time a reliable solution.

Data Availability

There are no available data due to proprietary reasons of the company involved in the project.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.