Next Article in Journal
Ensemble Learning with Pre-Trained Transformers for Crash Severity Classification: A Deep NLP Approach
Previous Article in Journal
Qualitative Perturbation Analysis and Machine Learning: Elucidating Bacterial Optimization of Tryptophan Production
Previous Article in Special Issue
Multi-Criteria Decision Support System for Automatically Selecting Photovoltaic Sets to Maximise Micro Solar Generation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Maximizing the Average Environmental Benefit of a Fleet of Drones under a Periodic Schedule of Tasks

1
Institute for Industrial Mathematics, Ben Gurion University, Beer-Sheva 8424902, Israel
2
School of Computer Science, Holon Institute of Technology, Holon 5810201, Israel
*
Author to whom correspondence should be addressed.
Algorithms 2024, 17(7), 283; https://doi.org/10.3390/a17070283
Submission received: 7 May 2024 / Revised: 24 June 2024 / Accepted: 24 June 2024 / Published: 28 June 2024
(This article belongs to the Special Issue Scheduling Theory and Algorithms for Sustainable Manufacturing)

Abstract

:
Unmanned aerial vehicles (UAVs, drones) are not just a technological achievement based on modern ideas of artificial intelligence; they also provide a sustainable solution for green technologies in logistics, transport, and material handling. In particular, using battery-powered UAVs to transport products can significantly decrease energy and fuel expenses, reduce environmental pollution, and improve the efficiency of clean technologies through improved energy-saving efficiency. We consider the problem of maximizing the average environmental benefit of a fleet of drones given a periodic schedule of tasks performed by the fleet of vehicles. To solve the problem efficiently, we formulate it as an optimization problem on an infinite periodic graph and reduce it to a special type of parametric assignment problem. We exactly solve the problem under consideration in O(n3) time, where n is the number of flights performed by UAVs.

1. Introduction

Transport by road and air is one of the largest contributors to the highest greenhouse gas emissions and fuel consumption in the logistics industry. In recent years, due to rising carbon dioxide emissions and fuel costs, the issue of sustainable daily scheduling of transport operations aimed at reducing environmental pollution has attracted increasing interest and concern from large logistics companies. In such a situation, unmanned aerial vehicles (UAVs, drones) are not just a technological advancement based on modern ideas of artificial intelligence but actually provide a sustainable solution to green technologies in logistics, transport, and material handling. In this light, the ability of UAVs to carry out sustainable autonomous deliveries efficiently and effectively has been researched and explored by large logistics companies (e.g., DHL Express, UPS), e-commerce retailers, and companies (e.g., Walmart, Google) [1,2].
The environmental benefits of UAVs are universal and intertwined with economic and social benefits; their environmental friendliness has systematically improved in recent years as drone delivery technologies (e.g., batteries, autonomous navigation, obstacle avoidance, and detection algorithms) have been greatly improved. Because drones are much smaller than trucks and airplanes, drones generally cost less and consume less energy and fuel per unit distance traveled. Furthermore, most delivery drones consume electricity, which can be generated from clean energy sources such as solar or wind, so they emit fewer harmful emissions per unit of energy consumed compared to traditional trucks and airplanes while also increasing the efficiency of clean technologies.
We observe that the environmental benefits of UAVs are mainly driven by the overall benefits and profits of modern digital and artificial intelligence-based technologies. They were comprehensively studied and classified by Dolgui and Ivanov [3,4]. Here, we select and highlight three main factors that directly lead to environmental benefits and economic profits:
  • Using battery-powered UAVs in the air instead of trucks on the road can significantly reduce energy and fuel expenses;
  • It reduces environmental pollution, carbon dioxide emissions, and other negative impacts of transport processes on the environment;
  • It improves the efficiency of clean technologies by increasing energy-saving efficiency.
A broader and more detailed categorization of the relevant environmental benefits of UAVs is beyond the scope of this article. The interested reader is referred to the available comprehensive surveys and studies in this area cited therein [1,2,5,6,7].
It is known that scheduling and routing of vehicles subject to external, in particular, environmental constraints, is a complex combinatorial problem that, generally, is NP-hard, meaning it cannot be solved optimally for large instance sizes in reasonable (polynomial) computational time [8,9]. In this regard, a practical alternative would be either to obtain efficient exact algorithms for practically important special cases of the problem or to develop fast and sufficiently effective approximation algorithms. Increased theoretical and practical interest in this problem and its applications has been noted, for example, in a number of reviews [1,2,5,6,7]. For a detailed description of various problem formulations, models, and corresponding algorithms for the general drone fleet assignment problem, we refer the interested reader to the surveys [10,11,12,13,14,15], which provide excellent reviews of work in this area.
In what follows, we limit our attention to graph models for maximizing the average UAV fleet profit and solve this optimization problem in strongly polynomial time, reducing it to a special type of parametric assignment problem. In addition to the results presented in the above-mentioned reviews and the works cited there, the main contributions of this paper are as follows:
(i) We present and explore a new, environmentally oriented problem of finding the optimal number of vehicles that maximizes the average profit of a UAV fleet; (ii) the maximum-profit problem for a UAV fleet is formulated as a graph-theoretic problem and reduced to a parametric assignment problem; (iii) a new efficient algorithm for the parametric assignment problem has been developed, which continues and extends the well-known polynomial algorithms of Ford and Fulkerson, Karzanov and Livshits, and Orlin for robotics and aircraft flight scheduling; (iv) the parametric assignment problem under study is exactly solved in strongly polynomial time using a Newton-type algorithm; and finally; (v) a method is introduced to speed up the Newton-type algorithm by a factor of n, which exactly solves the original UAV fleet scheduling problem in O(n3) time, where n is the given number of flights.
The rest of the article is organized as follows: In the next section, we describe previous work. In Section 3, we describe the problem under study. In Section 4, we reformulate it as a graph-theoretic problem of maximizing the average total weight of a chain cover on an infinite graph; then we re-construct the infinite graph into an equivalent finite graph; as a result, the problem under consideration is reduced to the problem of covering the nodes of the last graph with a set of cycles that maximizes the average total weight. Section 5 reformulates the cycle-covering problem as a bi-matrix assignment problem and reduces the latter problem to a particular type of fractional assignment problem (FAP). Section 6 reduces FAP to a parametric assignment problem, and Section 7 solves it using Newton’s method. Section 8 improves the complexity of the latter algorithm. Section 9 concludes the paper.

2. Previous Work

Since we realize that the general problem under study is very complex (NP-hard in fact) and large in size, making it difficult to solve exactly, the challenge is to decompose it into smaller and simpler sub-problems that can be solved efficiently and thus provide the “building blocks” for solving the overall problem. We are interested in finding a special case that, on the one hand, makes the problem solvable and, on the other hand, gives good upper/lower bounds on the objective functions of the general optimization problem.
The special case studied in this paper is an extension of the problem of minimizing the number of vehicles (airplanes, drones, robots, cars, etc.) needed to meet a fixed, periodically repeating schedule of tasks. This optimization problem has a long history in operations research. A non-periodic, finite-horizon version of the problem, concerned with minimizing the number of tankers to meet a fixed schedule, was solved in 1954 by Dantzig and Fulkerson [16]. A few years later, Ford and Fulkerson [17] reduced that problem to finding a chain cover of minimum cardinality for finitely partially ordered sets. Using an infinite periodic graph model and a chain covering, Karzanov and Livshits [18] elegantly reduced the periodic minimum-size vehicle problem to an assignment problem solvable in polynomial time. Kats [19] has modified and slightly simplified the Karzanov–Livshits algorithm. Orlin [20] proposed a chain-covering algorithm for the periodic case, where a finite number of tasks must be executed periodically over an infinite horizon to efficiently solve the problem as a finite network flow problem. Kats and Levner [21,22] proposed a periodic graph model that solved a similar scheduling problem with non-Euclidean distances. Orlin [23] has solved the more general problem of minimizing the average fleet cost per day of flying subject to a fixed number of aircraft; however, this optimization problem is different from the problem in this study, and besides this, it involves a solution technique induced from dynamic minimum-cost network flows that is substantially different from the technique presented here. Campbell and Hardin [24] considered the problem of minimizing the number of vehicles required to make periodic deliveries to a set of customers under the assumption that each delivery requires the use of a vehicle for a full day; they thoroughly examined the problem structure, evaluated its complexity, and presented an algorithm that optimally solved the problem for some special cases. Extensive reviews of UAV fleet size optimization techniques and industrial applications are presented, for example, in [12,13,14,15].
In this paper, we present and explore a more general case of the vehicle scheduling problem; namely, our goal is to find the optimal number of vehicles that maximizes the average environmental fleet benefit per vehicle and, thereby, the UAV fleet’s environmental efficiency. This problem is a continuation and extension of the models studied in [16,17,18,19,20,21,22,23]. Note that the optimal number of vehicles in the latter problem may be strictly greater than the minimum number of vehicles required to meet a given periodic schedule. We propose a new fast algorithm, the logic and main stages of which are presented in Figure 1.

3. Description of the Problem

Let J1, …, Jn be a set of n tasks (e.g., flights) that must be carried out periodically by a fleet of drones, and let p denote a given period length. Associated with task Ji are non-negative real numbers ai and bi such that ai < p and bi < p, where ai and bi are the start and finish times of task Ji in the time interval [0, p), respectively. If ai < bi, then the kth iteration (or instance) of task Ji is executed in the time interval [ai + kp, bi + kp). If ai > bi, then the kth iteration of task Ji is performed in the time interval [ai + kp, bi + (k + 1)p), for k = 0, 1, 2, …. Thus, the times ai, bi, i = 1, …, n, define a predetermined periodic schedule for all tasks.
Any task can be conducted by any autonomous vehicle, and any vehicle can carry out any task. We use this assumption to simplify the presentation of our algorithm, though, in fact, the proposed general graph approach can be extended to handle multiple aircraft types and efficiently solve other combinatorial problems. There is a known setup time rij between the sequential processing of instances of task Ji and task Jj by the same vehicle. The setup time rij is the required delay between the arrival of flight Ji and the departure of flight Jj, assuming the same aircraft is used for both flights. It is allowed that the arrival site s for flight Ji may differ from the departure site t for flight Jj; in this case, the setup time rij will include the deadhead time from s to t.
Unlike the known models mentioned above, this study takes into account not only the size of the fleet but also the environmental benefit (profit) accrued from using the UAV fleet, which depends on the fleet size and the assignment of tasks performed by the vehicles. Suppose that profit eij is accrued from the use of a UAV when performing task Jj following task Ji; this quantity is known in advance, while the number of vehicles and the assignment of tasks to vehicles are the decision variables that need to be found.
Let K be the (unknown) number of vehicles required to meet a periodic fixed schedule, and let E be the total environmental profit obtained by all vehicles over period p. Then our problem to be solved is the following:
Problem 1.
Assign tasks to vehicles so as to maximize the ratio.
E / K = T o t a l   e n v i r o n m e n t a l   b e n e f i t   a c c r u e d   f r o m   t h e   u s e   o f   t h e   U A V   f l e e t   o v e r   p e r i o d   p N u m b e r   o f   v e h i c l e s   r e q u i r e d   t o   m e e t   a   f i x e d   s c h e d u l e   o f   t a s k s ,
That is, to maximize the average benefit obtained by the fleet of vehicles over the period for a given task schedule, which is defined by the known times {ai, bi, i = 1,…. n}.
Remark 1.
In the verbal formulation of Problem 1 above, we do not reveal the explicit dependence of the total environmental benefit on the distribution of vehicles among tasks. This will be explained and formalized below in Problems 4 and FAP in the following sections.
Remark 2.
The reader may notice that the problem under consideration in its current formulation resembles the well-known vehicle allocation problem. The latter problem, in its various forms, is known to be NP-hard (see, for example, [8,20,25,26]). However, in this paper, we will prove that the problem under study can be solved in polynomial time; this is because this problem has a special structure that greatly reduces the problem’s complexity.

4. Reduction to Graph Problems

Consider an infinite weighted periodic graph G, which is constructed as follows: G = (N, A), where N is an infinite set of nodes and A is an infinite set of arcs. In this graph, node ikN represents the kth iteration of task Ji. A directed arc (ik, jl) ∈ A leads from node ik to node jl if the vehicle is able to carry out the lth iteration of task Jj after it has completed the kth iteration of task Ji. The weight of the arc (ik, jl) represents the profit eij collected by the vehicle from serving the task Jj following the task Ji. Let us formulate all profits eij in the form of the n × n matrix E = ‖eij‖.
Consider a periodic directed chain in graph G. Note that the period of such a chain can span several periods, p, as defined in the previous section. The chain determines the schedule of an individual vehicle visiting a sequence of tasks, and the sum of its arc weights eij determines the profit earned by that vehicle during that period. The set of directed chains in G covering all nodes determines the total number of required vehicles, their schedule, and the total environmental benefit obtained. Thus, the original allocation Problem 1 is reduced to the following graph-theoretic problem on the infinite graph G:
Problem 2.
Find a periodic infinite chain cover of graph G that maximizes the following average environmental benefit (profit) obtained by the UAV fleet:
E / K = T o t a l   e n v i r o n m e n t a l   p r o f i t   o b t a i n e d   b y   t h e   U A V   f l e e t   i n   p e r i o d   p N u m b e r   o f   v e h i c l e s   r e q u i r e d = S u m   o f   a r c   w e i g h t s   e i j   i n   c h a i n   c o v e r   i n   p e r i o d   p N u m b e r   o f   d i r e c t e d   c h a i n s   c o v e r i n g   n o d e s
The next step is to transform the infinite graph G into an equivalent finite graph. Due to the periodicity of the graph G, we can roll it up into the so-called finite generating graph, Ggen = (Ngen, Agen), defined as follows: node iNgen represents all periodic implementations of task Ji; in other words, all nodes ikN, 0 ≤ k < ∞, of the infinite graph G are “packed” into one node i of the graph Ggen. Similarly, all arcs (ik, jl) ∈ A are “packed” into one arc (i, j) ∈ Agen. Thus, every infinite, periodically repeated arc chain in graph G can be transformed into a corresponding directed cycle in graph Ggen. Knowing the generating graph Ggen, we can transform Problem 2 of covering graph G with chains into the following Problem 3 of covering the nodes of the graph Ggen with cycles. Let c denote a set of such cycles.
Problem 3.
Find a covering of the nodes of the graph Ggen with a set of cycles c so as to maximize the ratio.
E / K = i , j c     e i j N u m b e r   o f   r e q u i r e d   v e h i c l e s
Next, we associate two weights with each arc (i, j) ∈ Agen. The first weight is the profit eij introduced above. The second weight, denoted kij, is needed to calculate the required number of vehicles. It is defined similarly to the model in [20]; namely, kij is the number of periods p that must exist between an arbitrary departure iteration k(i) of a flight Ji and the departure iteration l(j) of the flight Jj that is closest to Ji in the graph G, provided that the two flights are operated by the same aircraft; it is possible that j = i. Then,
kij = l(j) − k(i).
For the reader’s convenience, consider the definition of the weight kij in more detail. Let k(i) be an arbitrary integer, and the symbol k(i) denotes that the flight Ji occurs during the k(i)-th period. Further, suppose that in graph G, there are arcs from the node representing the flight Ji to all other nodes representing iterations (repetitions) of the flight Jj; it is clear that then, in our notation, the numbers {k(j)} will denote the numbers showing in which periods those repetitions of Jj occur. Among these numbers, k(j), choose the minimum one—this number is denoted as l(j). Then, as stated above, kij = l(j) − k(i). In other words, after completing the k(i)th iteration of task Ji, the vehicle does not have enough time to arrive and carry out the (l(j) − 1)th iteration of task Jj but has time to successfully perform the l(j)th iteration of task Jj.
Remark 3.
Since the process under consideration is periodic, the values kij are valid for all task iterations. As we will show shortly, the sum of kij over all cycles in any cycle covered in the graph Ggen is equal to the number of vehicles required to meet a given schedule.
Remark 4.
Formally, the main property of the parameter l(j) can be presented as follows: Let di denote the duration of the flight, Ji, that is,
di = biai, if ai < bi and
di = bi + pai, if ai > bi.
Then, the following inequalities hold:
aj + (l(j) − 1)·p < ai + k(ip + di + rijaj + l(jp.
Thus, we introduce the n × n matrix K =kijwith the entries kij just described. If the arc (i, j) does not exist in the graph Ggen, then we set eij = 0 and kij = ∞. To obtain this matrix, we need O(n2) time.
Consider a small example to illustrate the above definition of kij in Equation (1). Assume that we have three tasks: J1, J2, J3; p = 10, a(J1) = a1 = 5, b(J1) = b1 = 8; a(J2) = a2 = 9, b(J2) = b2 = 2; a(J3) = a3 = 4, b(J3) = b3 = 9; r12 = 2, r13 = 1, r21 = 1, r23 = 3. Let us consider, for example, the 12th iteration of these tasks, i.e., set k(1) = 12, k(2) = 12, and k(3) = 12; then the task J1 will be executed in the time interval [125, 128], the task J2—in the time interval [129, 132], and the task J3 in the time interval [124, 129]. Therefore, the nearest iteration of task J2 that can be performed by the same vehicle, which has performed the 12th iteration of J1, will be the 13th iteration. Therefore, the nearest iteration of task J3, which can be performed by the same vehicle following the 12th iteration of J1, will also be the 13th iteration. Hence, k12 = k13 = 13 − 12 = 1. Similarly, we obtain that k23 = 14 − 12 = 2; k21 = 1.
At this point, let us recall a remarkable property of the weights kij in the periodic minimum-size vehicle problem, discovered by Karzanov and Livshits [18] in 1978 and independently by Orlin [20] in 1982, that establishes a direct connection between the minimum number of vehicles required and the minimum-weight cycle cover of the graph Ggen, the arc weights of which are the weights kij defined by Equation (1). Denote by c an arbitrary cycle cover of the generating graph Ggen, and S the set of all possible cycle covers of the graph Ggen.
The Karzanov–Livshits–Orlin Theorem. A minimum-weight cycle cover, having the total weight mincS(i,j)∈c kij, provides the minimum number of vehicles Kmin required to perform a given task schedule: Kmin = mincS(i,j)∈c kij.
For our further analysis, we need to extend the above claim to formulate it for the bi-matrix optimization Problem 3:
Proposition 1.
Let c be an arbitrary cycle cover of the generating graph Ggen with two arc weights, eij and kij, where kij is the weight defined by Equation (1). Then, the total weight ∑(i,j)c kij of the cycle cover is equal to the number of vehicles K required to carry out all the tasks in the considered cycle cover c in Problem 3: K = (i,j)c kij.
Proof. 
Let σ be a simple cycle entering the cycle cover c of the generating graph Ggen with two arc weights, and let s = ∑(i,j)∈σ kij. Consider the periodic graph G that corresponds to the initial Problem 2, which has generated the generating graph Ggen. Recall that each node i ∈ σ corresponds to an infinite number of nodes ik in graph G, 0 ≤ k < ∞. As proven in [20], a cycle σ can be unpacked into exactly s chains in graph G such that no node in one chain is linked to a node in another chain. From the description of Problem 2 and the definition of the cycle weight, it follows that each chain corresponds to one vehicle performing the tasks of the chain, and then the value ∑(i,j)∈σ kij is equal to the number of vehicles required to carry out all the tasks of the cycle σ. To complete the proof, it suffices to notice that the graph Ggen can be partitioned into a set c composed of a finite number of simple cycles, and therefore, the total number of chains ∑(i,j)∈c kij corresponding to all simple cycles in partition c is equal to the number of vehicles required, which proves the claim.
From Proposition 1, it follows that Problem 3 reduces to the following Problem 4. □
Problem 4.
Find a cycle cover of the graph Ggen with a set of cycles c, so as to maximize the ratio E/K = ∑(i,j)c eij/(i,j)c kij.
The question remains: how to efficiently solve the resulting cycle-covering problem for the graph Ggen? We will answer this question in the following sections:
The illustrative example. For the reader’s convenience, consider a numerical example. It is adapted from the work of Orlin [20], who studied the problem of minimizing the number of aircraft to operate a fixed daily repeating set of flights; we generalize Orlin’s example for the problem of maximizing the average fleet profit. While the latter numerical example was used in [20] to schedule daily aircraft flights, it is extended here to also serve to illustrate all the steps of the proposed algorithm for maximizing the average benefit of a drone fleet.

4.1. Model of the Fixed Daily Repeating Set of Drone Flights

Three daily flights are shown in Table 1.
It is also necessary to take into account the “deadhead” time, that is, the time that a given aircraft takes after completing a flight to reach the departure location of the next scheduled flight. The deadhead times are given in Table 2.
In the notation introduced above, the input data from Table 1 and Table 2 are given in Table 3. Tasks J1, J2, and J3 represent flights 1, 2, and 3, respectively.
We consider a daily repeating schedule of flights; therefore, the period length p is 24 h.

4.2. Reduction to a Problem on a Periodic Graph

Let the profits be given by the following matrix E:
E = 300 900 600 600 600     1200 900 300 300
Using the flight schedule given in Table 3, it is possible to plot graph G. A fragment of graph G drawn for three consecutive periods, starting with period 1, is presented in Figure 2.
The nodes in Figure 2 depict the daily flights denoted 1, 2, 3 and repeated for three sequential periods indexed by 1, 2, and 3; node ik depicts flight i (i = 1, 2, 3) during period k (k = 1, 2, 3). For simplicity of notation, Figure 2 shows only the arcs (ik, jl) between the nearest iterations k and l of tasks Ji and Jj. Each arc (ik, jl) in G has the associated weight e(i, j). However, the weights are not shown in Figure 2 in order not to overload it. At this point, our initial fleet assignment problem is equivalent to finding the optimal number of infinite periodic disjoint paths covering all nodes and having a maximum average profit per path per period.

4.3. Construction of the Generating Graph

According to the above description, the finite graph Ggen can be portrayed as follows (see Figure 3):
Each arc is double-weighted, and the weight of arc (i, j) has the form (eij, kij), where the number kij is determined by arc (ik, jl) in Figure 2, kij = lk (i, j = 1, 2, 3). Note that the generating network for the airplane scheduling example presented in [20] is different from the graph Ggen; namely, the arcs of the graph Ggen are double-weighted, whereas in the Orlin graph, the weights on arcs (i, j) are specified by a single number.

4.4. Calculation of the Second Weight kij

According to the definition of the second weight kij and the data in Table 1, we see that flights 1 and 3 can be repeated every period (every day) by the same aircraft (the arc from node 11 to node 12 and the arc from node 31 to node 32 in Figure 2); therefore, k11 = k33 = 1. Flight 2 can be repeated by the same vehicle every two days; therefore, k22 = 2. Further, if an aircraft starts its flight no. 2 at 15:00 in the first period (node 21 in Figure 2), then it can start the nearest flight no. 3 only after 13 + 12 = 25 h, i.e., on the third day at 13:00 (node 33 in Figure 2); hence, k23 = 3 − 1 = 2. Similarly, we compute all other values kij shown in Figure 3 and the following matrix K:
K = 1 1 1 1 2 2 1 1 1
The illustrative numerical example will be continued and completed in Section 7.

5. Reduction to the Fractional Assignment Problem

In this section, we reformulate Problem 4 as a fractional assignment problem. Recall that an assignment can be stated in the form of an n × n matrix A whose entries, denoted aij, are 0 or 1, and aij = 1 occurs in each row and each column of the matrix A exactly once.
Consider Problem 4, defined in the previous section, and the corresponding cycle cover of the graph Ggen.
Proposition 2.
The set of all cycles in the cycle cover c = (C1, C2, …, Cq) of the graph Ggen, where q is the number of cycles in c, can be considered as an n × n assignment A in the matrix form defined as follows:
aij = 1 if and only if the arc (i,j) from Ggen belongs to c, and aij = 0 otherwise.
Indeed, from the definition of the cycle cover, it follows that the matrix A contains n rows and n columns, its elements are 1 or 0, and each aij = 1 occurs exactly once for each row i and each column j (i, j = 1,…, n), which proves the claim.
Given a profit matrix E, a weight matrix K, and an arbitrary assignment matrix A, the profit and weight values corresponding to the assignment A are defined, respectively, as follows:
E(A) = ∑(i,j)A eijaij  and  K(A) = ∑(i,j)A kijaij.
In the above expression and wherever necessary, the notation (i, j) ∈ A denotes all pairs of indices i, j corresponding to entries aij = 1 of the assignment matrix A. For ease of notation, in the expressions E(A) and K(A) below, we will omit the symbol aij. In what follows, in accordance with (2), instead of maximizing P = ∑(i,j)∈c eij/(i,j)∈c kij over all cycle covers of the graph Ggen (Problem 4), we will focus on finding the optimal assignment that maximizes P = E(A)/K(A) = ∑(i,j)∈A eij/∑(i,j)∈A kij.
Let us denote by C the set of all assignments A in the form of n × n matrices. Now Problem 4 in Section 2 reduces to the following fractional assignment Problem 5 (FAP):
Problem 5 (FAP).
Given two n × n matrices E and K, find the optimal assignment A*, common to the matrices E and K, that is, the one that maximizes the average fleet profit per vehicle P = E(A)/K(A):
P* = E(A*)/K(A*) = maxAC E(A)/K(A) = max AC(i,j)∈A eij/∑(i,j)∈A kij.
The following statement shows that the elements of matrix K in the considered problem are the small positive integers not exceeding 3; in fact, this is an important property that reduces the complexity of the problem by a factor of n.
Proposition 3.
If the arc (i, j) ∈ Ggen, then, for any element kij of matrix K, it holds that kij ≤ 3.
Proof. 
Consider the k(i)th iteration of task Ji that starts at time ai + k(ip, and let l(j) be the nearest iteration of task Jj that the vehicle can perform after the k(i)th iteration of task Ji. Consider two cases: ai < bi and ai > bi.
(i)
ai < bi.
In this case, the k(i)th iteration of task Ji ends at time bi + k(ip. Then, the nearest iteration of task Jj satisfies the following inequalities:
aj + [l(j) − 1]·p < bi + k(ip + rijaj + l(jp,
or
aj + [l(j) − k(i) − 1]·p < bi + rijaj + [l(j) − k(i)]·p.
(ii)
ai > bi.
In this case, the k(i)th iteration of task Ji ends at time bi + [k(i) + 1]·p. Then, the nearest iteration of task Jj satisfies the following inequalities:
aj + [l(j) − 1]·p < bi + [k(i) + 1]·p + rijaj + l(jp,
or
aj + [l(j) − k(i) − 1]·p < bi + p + rijaj + [l(j) − k(i)]·p.
From the definition of kij = l(j) − k(i) in Section 2, it immediately follows that each element kij is an integer satisfying the following relations:
aj + (kij − 1)·p < bi + rijaj + kij·p, if ai < bi
and
aj + (kij − 1)·p < bi + p + rijaj + kij·p, if ai > bi.
This means that, due to the given time constraints, the element kij is equal to the minimum number of periods p that the vehicle must skip before it can start task Jj after it has started task Ji. Since each task (flight) Jj is to be executed in every period p, the vehicle must skip kij instances of task Jj in the skipped periods.
It is natural to assume that all the setup times are rij < p; then, from the definition of kij, we derive that the largest value of kij can appear only in the following inequalities:
aj + (kij − 1)·p < bi + p + rijaj + kij·p.
Suppose that bi > aj and p > rij > p − (biaj). Then, on the one hand, we have that
bi + p + rij > bi + p + p − (biaj) = aj + 2p,
and, on the other hand, bi < aj + p; then we have that
bi + p + rij ≤ (aj + p) + p + p = aj + 3p.
Comparing inequalities (3)–(5), we find that, in this case, kij = 3. Q.E.D. □

6. Reduction to the Parametric Assignment Problem

In this section, we reduce the fractional assignment problem FAP with the objective function P defined above to a parametric assignment problem. Let us introduce a parameter λ that, for each assignment A from the set C of all assignments, satisfies the following inequality:
(i,j)A eij/∑(i,j)A kijλ, for all AC.
Since the sum ∑(i,j)∈A kij is positive in any assignment A, inequalities (6) can be rewritten as follows:
(i,j)A eijλ(i,j)A kij
or
0 ≤ λ(i,j)∈A kij − ∑(i,j)A eij
and, finally,
0 ≤ ∑(i,j)A (λ kijeij) for all AC.
Thus, problem FAP of finding the maximum average profit P* presented in the previous section takes the following form:
To find the minimum λ that satisfies (6), or, equivalently, to find the minimum λ that satisfies (7).
Consider the matrix W(λ) = λ·KE with entries wij = (λ·kijeij), called arc costs, or simply costs. Consider some fixed value of λ. Let A*(λ) denote the assignment with the minimum cost across all the assignments AC, defined as follows:
(i,j)A*(λ) (λ·kijeij) = minAC ∑(i,j)A (λ·kijeij),
and denote the latter function, called the minimum-cost function, by L(λ):
L(λ) = ∑ (i,j)A*(λ) (λ·kijeij).
Proposition 4 below states that the assignment problem of finding the maximum average fleet profit P*, defined in problem FAP, can be reduced to the following parametric minimum-cost assignment problem PAP:
Problem 6 (PAP).
Find the value of the parameter λ = λ* for which the minimum-cost function L(λ) is equal to zero:
L(λ) = ∑ (i,j)A*(λ) (λ·kijeij) = 0,
and, further, together with the optimal value of the parameter λ*, find the corresponding minimum-cost assignment A*(λ*) for the matrix W(λ*); for the simplicity of notation, we denote the latter assignment by Φ*: Φ* = A*(λ*).
Proposition 4.
Let λ* be the optimal solution to the problem PAP, and Φ* = A*(λ*) be the corresponding minimum-cost assignment for the matrix W(λ*). Then,
λ* = P* = ∑(i,j)A* eij/∑(i,j)A* kij = maxAC(i,j)A eij/∑(i,j)A kij,
and Φ* = A*,
that is, in meaningful terms, (i) the value of λ = λ* defined by expression (10) is equal to the optimal profit value P*, which we are looking for, and (ii) the assignment Φ*, which is optimal for the problem PAP, coincides with the optimal assignment A* for the maximum average fleet profit in the problem FAP.
Proof. 
From Equation (10), we have:
L(λ*) = ∑ (i,j)A*(λ*) (λkijeij) = 0.
In addition, from (8), we have:
(i,j)A*(λ*) (λkijeij) = minAC(i,j)A (λkijeij).
Then,
(i,j)∈A (λkijeij) ≥ 0 for all AC.
Thus, from (11), we obtain that
λ* = ∑(i,j)A*(λ*) eij/∑(i,j)A*(λ*) kij,
and from (12), we have
λ* ≥ ∑(i,j)A eij/∑(i,j)A kij for all AC,
that is, λ* = P* and Φ* = A*, which completes the proof. □
The following claim is an extension of Proposition 4 that formulates a way of how we can optimally and efficiently solve the optimization problem PAP:
Corollary 1.
Let λ* be the optimal parameter value, i.e., one such that
L(λ*) = ∑ (i,j)∈A*(λ) (λ·kijeij) = 0.
Then, the parameter λ* represents the maximum average profit per vehicle in the problem under study, and K(A*) = ∑(i,j)∈A* kij is equal to the optimal number of required vehicles, where A* = A*(λ*).
In the following sections, we propose two strongly polynomial time algorithms for the parametric assignment problem under consideration, which in turn optimally solve the problem of maximizing the average profit of a fleet of identical vehicles.

7. A Newton-Type Algorithm for the Parametric Assignment Problem

Consider the cost value w(A, λ) = ∑(i,j)∈A (λ·kijeij) of an arbitrary assignment A, whose costs are the elements of the matrix W(λ). This value is a linear function w(A, λ) = (dA λfA) of the parameter λ, where dA = ∑(i,j)∈A kij is the slope and fA = ∑(i,j)∈A eij. In the UAV model considered, each kij ≤ 3, so dA ≤ 3n. Let A be a collection of q cycles—A = (C1, C2, …, Cq). Consider an arbitrary cycle C ∈ (C1, C2, …, Cq). The sum of the elements kij over the cycle C is not less than one; ∑(i,j)∈C kij ≥ 1. Indeed, if C = {i1, i2 = j(i1), i3 = j(i2), …, is = j(is1), i1 = j(is)}, then after task Ji1, the vehicle performs task Ji2, and after task Jis, the vehicle again performs task Ji1, but not at the same iteration as at the previous one. Two iterations of task Ji1, carried out by the same vehicle, are separated by a time interval equal to ∑(i,j)∈C kij ≥ 1 period. Therefore, 1 ≤ dA ≤ 3n.
There is a set of linear functions corresponding to different assignments A of the matrix W(λ), each of which has the form:
(i,j)A (λ·kijeij), AC.
According to (8) and (9), L(λ) is a lower bound for the costs of all assignments AC; it is an increasing concave piecewise linear function of the parameter λ with slope ∑(i,j)∈A*(λ) kij. Since 1 ≤ ∑(i,j)∈A*(λ) kij ≤ 3n, the number of pieces in L(λ) does not exceed 3n.
Let us select some arbitrary value, λ = λ′. Determine the corresponding minimum-cost assignment A′ = A*(λ′) and the corresponding cost as follows:
L(λ′) = ∑(i,j)A′ (λ′kijeij).
Consider the function dA′ λfA′ = ∑(i,j)∈A′ (λ·kijeij). Let us select a starting value λ′ such that it is so small that L(λ′) < 0, then λ′ < ∑(i,j)∈A′ eij/∑(i,j)∈A′ kijλ*. The first inequality follows from (13); the second inequality follows from (12). Now we can set a new value of λ′ that is equal to ∑(i,j)∈A′ eij/∑(i,j)∈A′ kij. Then, determine the minimum-cost assignment for the updated λ = λ′. This procedure must be continued until the optimal solution λ* of the problem PAP is found. The following Algorithm 1 implements the described idea.
Algorithm 1. Implementation of the described idea.
Initialization
Step 1. Solve the standard assignment problem for the known matrix K (using a standard assignment algorithm). Denote by I the obtained optimal (minimum-cost) assignment for this matrix.
Step 2. Calculate the average profit λ0 received for the obtained assignment I:
                  λ0 = ∑ (i,j)∈I eij/∑(i,j)∈I kij.
(Note that at this stage, λ0λ*, where λ* is the maximum average profit that we are looking for).
Step 3. Set i = 0.
Iterative procedure
Step 4. Find the minimum-cost assignment A*(λi) for the matrix W(λi).
Step 5. Calculate the average profit λi+1 of the assignment A*(λi):
                λi+1 = ∑(i,j)∈A*(λi) eij/∑ (i,j)∈A*(λi) kij.
Step 6. If λi+1 > λi then {set i = i + 1; go to Step 4},
else go to step 7.
Solution
Step 7. Set the maximum average profit per vehicle: P* = λ* = λi.
Set the optimal assignment Φ* = A*(λi)
Determine the optimal number of vehicles needed to meet the obtained schedule:
                    K = ∑(i,j)∈Φ* kij.
End.
The proposed algorithm is a discrete version of Newton’s optimization method adapted to solving Equation (10).

7.1. Complexity of Algorithm 1

In Algorithm 1, in the iterative procedure (Steps 4–6 above), the slope of the minimum-cost function L(λ) in (9), ∑ (i,j)∈A*(λi) kij, decreases, i.e.,
(i,j)A*(λi) kij > ∑ (i,j)A*(λi+1) kij.
Therefore, steps 4–6 return at most O(n) times. Each pass of the iterative procedure solves the assignment problem once. The complexity of solving the assignment problem is O(n3), which is repeated at most O(n) times. Thus, the overall complexity of Algorithm 1 is O(n4).

7.2. The Illustrative Example (Continued)

7.2.1. Reduction to the Fractional FAP and Parametric PAP Problems

Problem FAP. Given two n × n matrices E and K, defined in the previous step, find the optimal assignment A*, common to the matrices E and K, that is, the one that maximizes the average fleet profit per vehicle P = E(A)/K(A):
P* = E(A*)/K(A*) = maxAC E(A)/K(A) = max AC(i,j)∈A eij/∑(i,j)∈A kij.
To solve this problem, we reduce it to the following parametric assignment problem:
Problem PAP. Find the value of the parameter λ = λ* for which the minimum-cost function L(λ) is equal to zero: L(λ) = ∑ (i,j)∈A*(λ) (λ·kijeij) = 0, and find the corresponding minimum-cost assignment A*(λ*) for the matrix W(λ*).

7.2.2. Solution of the Parametric Assignment Problem by the Newton-Type Algorithm

Let us solve the standard minimum-weight assignment problem with the matrix K. We can see that assignment I = {C1 = [(1, 2), (2, 1)]; C2 = (3, 3)} is optimal for this standard single-matrix problem, ∑(i,j)∈I kij = k1,2 + k2,1 + k3,3 = 3. This is the minimum number of vehicles required to meet the given flight schedule.
Calculate the average profit received with the assignment I:
λ0 = (900 + 600 + 300)/(1 + 1 + 1) = 600.
The value λ0 can be taken as the lower bound of the desired maximum average profit P*, 600 ≤ P*.
Consider the following matrix W(λ0 = 600):
W 600 = 600 · 1 300 600 · 1 900 600 · 1 600 600 · 1 600 600 · 2 600     600 · 2 1200 600 · 1 900 600 · 1 300 600 · 1 300 = 300 300 0 0 600 0 300 300 300
The optimal assignment A*(λ0 = 600) of the matrix W(λ0 = 600) is as follows:
A*(λ0 = 600) = {C = [(1, 2), (2, 3), (3, 1)]}.
The cost of the assignment A*(λ0 = 600) at point λ0 = 600 is negative; w(A*, λ0) = −300 + 0 + (−300) = −600. Therefore, λ0 = 600 is not an optimal solution to the PAP problem considered. This means that the average profit λ1 obtained with the assignment A*(λ0) is greater than λ0: λ1 = (900 + 1200 + 900)/(1 + 2 + 1) = 750.
Now, in a similar way, consider the following matrix W(λ1 = 750):
W 750 = 750 · 1 300 750 · 1 900 750 · 1 600 750 · 1 600 750 · 2 600     750 · 2 1200 750 · 1 900 750 · 1 300 750 · 1 300 = 450 150 150 150 900 300 150 450 450
The optimal assignment A*(λ1 = 750) of the matrix W(λ1 = 750) is the same as A*(λ0 = 600). The cost of the assignment A*(λ1 = 750) at the point λ1 = 750 is zero; w(A*, λ1) = −150 + 300 + (−150) = 0. Thus, λ* = λ1 = 750 is the optimal solution to our PAP problem, and according to Proposition 4, the maximum average profit per aircraft is P* = λ* = 750.

7.2.3. Solution of the Original Vehicle Fleet Optimization Problem

The optimal assignment A*(λ1 = 750) consists of only one cycle C = [(1, 2), (2, 3), (3, 1)]. It corresponds to the following optimal sequence of flights:
Flight 1 from Honolulu to Washington, DC, then deadheading flight to New York, then
Flight 2 from New York to Tokyo, then a deadheading flight to London,
Flight 3 from London to Paris, then a deadheading flight to Honolulu.
The considered circular route C takes four days; ∑(i,j)∈c kij = k1,2 + k2,3 + k3,1 = 4. This schedule requires four aircraft, each repeating the same sequence of flights as the previous one, lagging behind it in time by a day. This is the optimal number of aircraft in the considered example. Note that in this illustrative example, the optimal number of vehicles is four, and the minimum number of vehicles required to meet a given flight schedule is three; the optimal average fuel efficiency obtained in this example (i.e., for four vehicles) is 20% better than the corresponding fuel efficiency for the minimum number of vehicles required; (750 − 600)/750 = 0.2.

7.2.4. Discussion

The Newton-type algorithm proposed in this section is relatively simple and easy to program. The question arises whether an algorithm of similar or even better complexity can be obtained for the problem under study if one exploits the existing polynomial algorithms for the general fractional assignment problem. However, all polynomial algorithms for the general fractional assignment problem known to us (see, e.g., [26,27,28,29,30]) have a total running time similar to or worse than O(n4), even in the case where the coefficients of the linear function in the denominator of the fractional objective are restricted to the values {0, 1}. However, unlike these studies, we found another way to speed up the solution time of the Newton-type algorithm. In the next section, we present an improved algorithm that can solve the parametric assignment problem under study in O(n3) time and, hence, can optimally solve the original max-benefit UAV fleet problem in O(n3) time.

8. A Faster Parametric Assignment Algorithm

8.1. Comparison of Two Parametric Assignment Problems

Reducing the original aircraft profit maximization Problem 1 to the special-type parametric assignment problem PAP formulated in Section 6 opens an opportunity to exploit another solution algorithm that is faster than the Newton-type algorithm proposed in the previous section. For this purpose, we adapt and use, after appropriate adaptation, a fast and elegant parametric assignment algorithm developed more than a decade ago by Elizabeth Gassner and Bettina Klinz [31].
Although the parametric assignment problem solved by Gassner and Klinz is similar to the assignment problem described above and denoted PAP, the two problems are quite different and cannot be solved by simply changing the sign of the objective function. Actually, we should make the necessary changes to the Gassner–Klinz algorithm (GKA) to make the adapted version of GKA applicable to solve the PAP in question. We begin by comparing two related parametric assignment problems, focusing on their differences (see Table 4). Note that the significant difference between the two studies is that the present work is motivated and focused on the practical aircraft fleet assignment problem, while the problem in [31] is rooted in and limited to an application in the max-plus algebra.
Table 4. Comparison of two assignment problems.
Table 4. Comparison of two assignment problems.
Gassner and Klinz [31]Problem PAP in This Paper
Problem formulationGiven a bipartite graph G and parametric arc costs cλ(i, j) = (cijλ·bij), find the minimum of objective function z(λ) = {∑(i,j)∈A cλ(i, j): A is an assignment in G}, for all λR together with the corresponding optimal assignments.Given a matrix W with parametric entry costs wλ(i, j) = (λ·kijeij) and the minimum cost function
L(λ) = ∑ (i,j)∈A*(λ) (λ·kijeij),
find a parameter value λ = λ* for which the L(λ) = 0 and the optimal assignment A*(λ*) (see Figure 4)
Parametric arc costscλ(i, j) = (cijjλ·bij), where bij = 0, 1wλ(i, j) = (λ·kijeij), where kij = 0, 1, 2, 3
Decision to be foundTo solve the problem for all λ in (−, +) and to find all the assignments. To find a single value λ* and a single assignment, for which L(λ) = 0
Practical application To solve the problem of computing the characteristic max-polynomial of a matrix in the max-plus algebra.To solve the problem of maximizing the average profit for a fleet of vehicles.
Figure 4. Graph of two objective functions, z(λ) of the Gassner–Klinz problem and L(λ) of the average fleet profit maximization problem.
Figure 4. Graph of two objective functions, z(λ) of the Gassner–Klinz problem and L(λ) of the average fleet profit maximization problem.
Algorithms 17 00283 g004

8.2. A Brief Review of the Gassner–Klinz Algorithm and Its Adaptation

The GKA algorithm aims to solve the parametric assignment problem described in Table 4 for all possible values of parameter λ; its worst-case complexity is O(n3). That is, the same as that for the standard (non-parametric) linear assignment problem. In contrast to the Newton-type Algorithm 1, the GKA does not solve each of the O(n) assignment problems appearing at critical points but rather solves an assignment problem only once and then transforms the obtained assignment into a new one with certain local operations so that the minimum-cost assignments for all the values of λ are found in O(nm + n2 log n) time, where m and n are the number of arcs and the number of nodes, respectively, in an underlying bipartite graph described below. We will follow the same idea of the GKA and adapt it, adding necessary changes, in order to take into account that the objective functions in the two problems are different (see Table 4).
Since the two optimization problems in Table 4 are very close, it suffices to replace cλ(i, j) = (cijλ·bij) in the Gassner–Klinz problem by c′λ(i, j) = (c′ijλ·b′ij) = (−eijλ·(−kij)) and then use the existing algorithm GKA. In this case, the slope of the parametric objective function in the derived problem (which, obviously, in this case, will be our PAP) will be positive and will decrease with the growth of parameter λ until L(λ) becomes zero, whereas the slope of the objective function in the original Gassner–Klinz problem is negative and its absolute value increases when the parameter increases to infinity (see Figure 4). Another observation is that in the original Gassner–Klinz problem, bij ∈ {0, 1}, whereas b′ij are to be {0, −1, −2, −3}; however, this difference can be easily overcome, and it does not influence the algorithm complexity. Finally, the starting point and the stopping rule are different in the GKA and in the modified algorithm. Indeed, when solving the PAP problem, one does not need to solve the assignment problems at all the critical points for all possible λ ∈ (−∞, +∞); rather, the modified algorithm starts with a known lower bound of the parameter and stops as soon as the cost L(λ) of a current assignment becomes zero.
Below, for the reader’s convenience, we review the proposed modification of the GKA and, in order to give a more complete picture, describe the steps of the adapted algorithm. For easier comparison, in this subsection, we borrow graph-theoretic terminology from [31] to describe the modified algorithm.
Consider the parametric assignment problem as a minimum-cost matching problem in a bipartite graph G = (U, V, W), where the vertices U and V correspond, respectively, to the rows and columns of the matrix W(λ), |U| = |V| = n, |W| = m. Arc (i, j) ∈ W only if arc (i, j) exists in the graph Ggen. Arcs lead from set U to set V. The parametric cost of arcs (i, j) ∈ W is w(i, j) = (λ·kijeij), where iU and jV, i.e., the element of the matrix wijW(λ) is equal to the cost of the arc (i, j), w(i, j) = wij.
Let A*(λ′) be a minimum-cost assignment in graph G for λ = λ′. Exactly as in [31], we associate with the graph G and assignment A = A*(λ′) a residual graph N(A) = (U, V, W*) constructed as follows: All the arcs (i, j) ∈ A, where iU and jV, are replaced by backward arcs (j, i) of cost w(j, i) = − w(i, j) = (−λ·kij + eij).
Note that it is at this point that we make changes that need to be made because the coefficients kij in our objective function have the opposite sign compared with the corresponding bij in the GKA.
The remaining arcs, called forward arcs, as well as their costs, remain the same as in graph G. Graph N(A) has no cycles with a negative cost for λ = λ′. Let us increase parameter λ and let λc be the minimum value of λ such that in the residual graph N(A), there is a cycle C with zero cost, w(C, λc) = 0, and w(C, λ) < 0 when λ > λc. Value λc and cycle C are the critical point and critical cycle, respectively. The assignment A remains a minimum-cost assignment in the interval λ ∈ [λ′, λc]. Then, in the interval λ ∈ [λc, λ′c], where λ′c is a critical point next to the critical point λc, the minimum-cost assignment changes to A′ = (A\C′) ∪ (C′\A), where C′ is a subset of the arcs obtained from the C by replacing all the backward arcs with the corresponding forward arcs; the cost of A′ changes to w(A′, λ) = w(A, λ) + w(C, λ). It is worth noticing at this stage that the following essential property is valid: when the parameter λ increases, the objective function of our problem also increases, while the objective function in the Gassner–Klinz problem decreases (see Figure 4). At point λ = λc, the costs of assignments A and A′ are equal; w(A, λc) = w(A′, λc). By changing the cost and the direction of all the arcs in cycle C to opposite ones in the residual graph N(A), one obtains the residual graph N(A′).
The following question is crucial: Starting with the minimum-weight assignment A for λ = λ′, how can one determine the critical point λc? Recall that in the residual graph N(A), for λ = λ′, there are no cycles with a negative cost, and that when the parameter λ increases, some cycle C with a zero cost appears only at the point λ = λc, w(C, λc) = 0. To determine this cycle, we follow the approach proposed in [31] and also use the parametric shortest path algorithm of Karp and Orlin [32] and its improved version in [33].
Let us take some vertex s as the source vertex in the graph N(A) and build a shortest path tree T(λ) = T(λ′) for λ = λ′. As λ increases from λ′ to λc, the tree T(λ) is transformed; namely, some arcs are replaced by others. The values of λ at which the tree changes are called breakpoints. Let us denote these breakpoints in ascending order as μ1, μ2, and μl. Denote Tr = T(λ), λ ∈ [μr, μr+1], where r = 0, 1, 2, …, l − 1. Tree Tl−1 = T(λ), where λ ∈ [μl−1, μl], is the last constructed tree. Since in our problem of fleet assignment μl ≠ ∞, it follows that a zero-weight cycle C appears in N(M) at λ = μl, and at λ > μl, the weight of the cycle C becomes negative. This means that μl is a critical point, and λc = μl. At each breakpoint, the slope of any path can only decrease. Since at each breakpoint, at least one path to a vertex changes, the number of breakpoints is limited to O(n2). Thus, it turns out that transforming the current assignment into a new one at a critical point is simpler than solving the assignment problem anew.
The steps of the modified GKA adapted for solving our PAP problem are the following Algorithm 2:
Algorithm 2. The modified GKA adapted for solving our PAP problem.
Step 1. Initialization
1.1. Solve the initial standard assignment problem for the known matrix K. Denote by I the obtained optimal (minimum-cost) assignment.
1.2. Calculate the average profit λ0 achieved with the obtained assignment I:
                λ0 = ∑ (i,j)∈I eij/∑(i,j)∈I kij.
//This step is different from the corresponding initialization step in the original GKA.
1.3. Find the minimum-cost assignment A = A*(λ0) in the graph G for λ = λ0.
1.4. Construct the residual graph N(A).
Step 2. Finding the nearest critical point.
//In this step, we take into account that in the objective function, the term b′ij = −kij is of the opposite sign compared to the Gassner–Klinz assignment problem.
2.1. Apply the parametric shortest path algorithm to find the nearest critical point λc and the critical cycle C for which w(C, λc) = 0.
2.2. Calculate the cost of the assignment A at the point λ = λc:
             w(A, λc) = λc(i,j)∈A kij − ∑(i,j)∈A eij.
//When we increase the values of parameter λ from one critical point to the next, we stop and go to Step 3.1 at the moment when we find (for the first time) a current assignment A such that w(A, λc) ≥ 0. According to Proposition 4 in Section 4, this assignment A maximizes the average fleet profit per vehicle.
2.3. If w(A, λc) ≥ 0, go to Step 3.
2.4. Create the new minimum-cost assignment A′ = (A\C′) ∪ (C′\A).
//C′ is a subset of arcs obtained from C by replacing all the backward arcs with the corresponding forward arcs.
2.5. Convert graph N(A) to graph N(A′); set N(A) := N(A′) and A := A′.
2.6. Return to Step 2.1.
Step 3. Solution of the vehicle scheduling problem
//This step is absent in the GKA because the max-benefit UAV fleet problem was not a subject studied by Gassner and Klinz.
//Let us denote by A* the optimal assignment, which maximizes the average fleet profit per vehicle; ∑(i,j)∈A* kij expresses the corresponding optimal number of the required vehicles.
3.1. Set the assignment that maximizes the average fleet profit per vehicle: A* = A.
Calculate the maximal average profit P* = λ* = ∑(i,j)∈A* eij/∑(i,j)∈A* kij.
3.2. Calculate the optimal number of vehicles, which is ∑(i,j)∈A* kij, to meet the given vehicle schedule.
End.
Evidently, the adapted version of GKA has the same complexity as the original GKA, and hence, the original max-benefit UAV fleet problem is solved in O(n3) time.

9. Conclusions

In this article, we consider the problem of scheduling/assigning periodically repeated flights performed by a fleet of UAVs/drones. We extend the known scheduling/assignment problem for minimizing the number of aircraft to a more general problem of maximizing the average drone fleet profit per vehicle.
The main contribution of the present study is two-fold. First, we formulate and optimally solve a new bi-matrix average fleet profit maximization model using profit and capacity matrices, which is a special case of airline fleet assignment problems widely used in the airline industry. Secondly, the aircraft fleet profit optimization problem is reduced to a special type of parametric assignment problem. Moreover, we find a way to speed up the solution time of a Newton-type algorithm and provide an improved algorithm that solves the initial aircraft assignment problem in question in O(n3) time. Such a noticeable improvement in the worst-case algorithm complexity (by a factor of n) allows us to optimally solve the profit maximization problem for significantly larger fleets of UAVs than any previously known exact algorithm.
In addition to the above, the special case problem solved in this study clearly not only has its own merits but can also serve as a “building block” for solving more complex problems. For example, it can be used as a “warm start” for solving a mathematical programming-based model using branch-and-bound strategies.
A challenging open question for further research is to find other solvable cases of the general max-profit fleet assignment/scheduling problem. We believe that the proposed graph approach to problem analysis and algorithm design can be extended and applied to efficiently solve other combinatorial periodic assignment/scheduling problems, such as minimizing fuel consumption and CO2 emissions, planning periodic maintenance checks and recovery operations for unexpected disruptions, dynamic scheduling of periodic and sporadic tasks in real time for large-size fleets, and others.

Author Contributions

Conceptualization, V.K. and E.L.; formal analysis, E.L.; investigation, V.K. and E.L.; methodology, E.L.; validation, V.K. and E.L.; visualization, V.K.; writing—original draft preparation, V.K. and E.L.; writing—review and editing, E.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The original contributions presented in the study are included in the article, further inquiries can be directed to the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Engesser, V.; Rombaut, E.; Vanhaverbeke, L.; Lebeau, P. Autonomous Delivery Solutions for Last-Mile Logistics Operations: A Literature Review and Research Agenda. Sustainability 2023, 15, 2774. [Google Scholar] [CrossRef]
  2. Rejeb, A.; Rejeb, K.; Simske, S.J.; Treiblmaier, H. Drones for supply chain management and logistics: A review and research agenda. Int. J. Logist. Res. Appl. 2021, 26, 708–731. [Google Scholar] [CrossRef]
  3. Dolgui, A.; Ivanov, D. Ripple effect and supply chain disruption management: New trends and research directions. Int. J. Prod. Res. 2021, 59, 102–109. [Google Scholar] [CrossRef]
  4. Dolgui, A.; Ivanov, D. 5G in digital supply chain and operations management: Fostering flexibility, end-to-end connectivity and real-time visibility through internet-of-everything. Int. J. Prod. Res. 2021, 60, 442–451. [Google Scholar] [CrossRef]
  5. Shakhatreh, H.; Sawalmeh, A.H.; Al-Fuqaha, A.; Dou, Z.; Almaita, E.; Khalil, I.; Othman, N.S.; Khreishah, A.; Guizani, M. Unmanned Aerial Vehicles (UAVs): A Survey on Civil Applications and Key Research Challenges. IEEE Access 2019, 7, 48572–48634. [Google Scholar] [CrossRef]
  6. Manfreda, S.; McCabe, M.F.; Miller, P.E.; Lucas, R.; Madrigal, V.P.; Mallinis, G.; Ben Dor, E.; Helman, D.; Estes, L.; Ciraolo, G.; et al. On the Use of Unmanned Aerial Systems for Environmental Monitoring. Remote Sens. 2018, 10, 641. [Google Scholar] [CrossRef]
  7. Maffezzoli, F.; Ardolino, M.; Bacchetti, A.; Perona, M.; Renga, F. Agriculture 4.0: A systematic literature review on the paradigm, technologies and benefits. Futures 2022, 142, 102998. [Google Scholar] [CrossRef]
  8. Garey, M.; Graham, R.; Johnson, D. Some NP-complete geometric problems. In Proceedings of the 8th Annual ACM Symposium on Theory of Computing, Hershey, PA, USA, 3–5 May 1976; pp. 10–22. [Google Scholar]
  9. Psaraftis, H.N.; Wen, M.; Kontovas, C.A. Dynamic vehicle routing problems: Three decades and counting. Networks 2015, 67, 3–31. [Google Scholar] [CrossRef]
  10. Rave, A.; Fontaine, P.; Kuhn, H. Drone location and vehicle fleet planning with trucks and aerial drones. Eur. J. Oper. Res. 2023, 308, 113–130. [Google Scholar] [CrossRef]
  11. Zhang, K.; Lu, L.; Lei, C.; Zhu, H.; Ouyang, Y. Dynamic operations and pricing of electric unmanned aerial vehicle systems and power networks. Transp. Res. Part C Emerg. Technol. 2018, 92, 472–485. [Google Scholar] [CrossRef]
  12. Balac, M.; Vetrella, A.R.; Rothfeld, R.; Schmid, B. Demand Estimation for Aerial Vehicles in Urban Settings. IEEE Intell. Transp. Syst. Mag. 2019, 11, 105–116. [Google Scholar] [CrossRef]
  13. Otto, A.; Agatz, N.; Campbell, J.; Golden, B.; Pesch, E. Optimization approaches for civil applications of unmanned aerial vehicles (UAVs) or aerial drones: A survey. Networks 2018, 72, 411–458. [Google Scholar] [CrossRef]
  14. Attenni, G.; Arrigoni, V.; Bartolini, N.; Maselli, G. Drone-Based Delivery Systems: A Survey on Route Planning. IEEE Access 2023, 11, 123476–123504. [Google Scholar] [CrossRef]
  15. She, R.F. Design of Freight Logistics Services in the Era of Autonomous Transportation. Doctoral Dissertation, University of Illinois at Urbana-Champaign, Champaign, IL, USA, 2023. [Google Scholar]
  16. Dantzig, G.B.; Fulkerson, D.R. Minimizing the number of tankers to meet a fixed schedule. Nav. Res. Logist. Q. 1954, 1, 217–222. [Google Scholar] [CrossRef]
  17. Ford, L.R.; Fulkerson, D.R. Flows in Networks; Princeton University Press: Princeton, NJ, USA, 1962. [Google Scholar]
  18. Karzanov, A.V.; Livshits, E.M. Minimal quantity of operators for serving a homogeneous linear technological process. Autom. Remote Control 1978, 39 Pt 2, 538–542. [Google Scholar]
  19. Kats, V.B. An exact optimal cyclic scheduling algorithm for multi-operator service of a production line. Autom. Remote Control 1982, 43 Pt 2, 538–542. [Google Scholar]
  20. Orlin, J.B. Minimizing the Number of Vehicles to Meet a Fixed Periodic Schedule: An Application of Periodic Posets. Oper. Res. 1982, 30, 760–776. [Google Scholar] [CrossRef]
  21. Kats, V.; Levner, E. Minimizing the number of robots to meet a given cyclic schedule. Ann. Oper. Res. 1997, 69, 209–226. [Google Scholar] [CrossRef]
  22. Kats, V.; Levner, E. Minimizing the number of vehicles in periodic scheduling: The non-Euclidean case. Eur. J. Oper. Res. 1998, 107, 371–377. [Google Scholar] [CrossRef]
  23. Orlin, J.B. Minimum Convex Cost Dynamic Network Flows. Math. Oper. Res. 1984, 9, 190–207. [Google Scholar] [CrossRef]
  24. Campbell, A.M.; Hardin, J.R. Vehicle minimization for periodic deliveries. Eur. J. Oper. Res. 2005, 165, 668–684. [Google Scholar] [CrossRef]
  25. Kochenberger, G.A.; Glover, F.; Alidaee, B.; Rego, C. A unified modeling and solution framework for combinatorial optimization problems. OR Spectr. 2004, 26, 237–250. [Google Scholar] [CrossRef]
  26. Kabadi, S.N.; Punnen, A.P. A strongly polynomial simplex method for the linear fractional assignment problem. Oper. Res. Lett. 2008, 36, 402–407. [Google Scholar] [CrossRef]
  27. Megiddo, N. Combinatorial Optimization with Rational Objective Functions. Math. Oper. Res. 1979, 4, 414–424. [Google Scholar] [CrossRef]
  28. Gallo, G.; Grigoriadis, M.D.; Tarjan, R.E. A Fast Parametric Maximum Flow Algorithm and Applications. SIAM J. Comput. 1989, 18, 30–55. [Google Scholar] [CrossRef]
  29. Shigeno, M.; Saruwatari, Y.; Matsui, T. An algorithm for fractional assignment problems. Discret. Appl. Math. 1995, 56, 333–343. [Google Scholar] [CrossRef]
  30. Radzik, T. Newton’s method for fractional combinatorial optimization. In Proceedings of the 33rd Annual Symposium on Foundations of Computer Science, Pittsburgh, PA, USA, 24–27 October 1992; pp. 659–669. [Google Scholar]
  31. Gassner, E.; Klinz, B. A fast parametric assignment algorithm with applications in max-algebra. Networks 2009, 55, 61–77. [Google Scholar] [CrossRef]
  32. Karp, R.M.; Orlin, J.B. Parametric shortest path algorithms with an application to cyclic staffing. Discret. Appl. Math. 1981, 3, 37–45. [Google Scholar] [CrossRef]
  33. Young, N.E.; Tarjant, R.E.; Orlin, J.B. Faster parametric shortest path and minimum-balance algorithms. Networks 1991, 21, 205–221. [Google Scholar] [CrossRef]
Figure 1. Schematic diagram of the proposed fast algorithm.
Figure 1. Schematic diagram of the proposed fast algorithm.
Algorithms 17 00283 g001
Figure 2. A 3-period fragment of the graph G.
Figure 2. A 3-period fragment of the graph G.
Algorithms 17 00283 g002
Figure 3. Generating graph Ggen.
Figure 3. Generating graph Ggen.
Algorithms 17 00283 g003
Table 1. Daily required flights.
Table 1. Daily required flights.
Flight No.DepartureArrival
1Honolulu, 1:00 p.m.Washington, DC, 11:00 p.m.
2New York, 3:00 p.m.Tokyo, 4:00 a.m.
3London, 1:00 p.m.Paris, 2:00 p.m.
Table 2. The deadhead flight times are in hours.
Table 2. The deadhead flight times are in hours.
ToHonoluluLondonNew York
From
Paris1517
Tokyo81213
Washington1071
Table 3. Input data.
Table 3. Input data.
Flight No.DepartureArrivalSetup Times rij
iaibi j123
i
1132311017
2154281312
3131431571
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Kats, V.; Levner, E. Maximizing the Average Environmental Benefit of a Fleet of Drones under a Periodic Schedule of Tasks. Algorithms 2024, 17, 283. https://doi.org/10.3390/a17070283

AMA Style

Kats V, Levner E. Maximizing the Average Environmental Benefit of a Fleet of Drones under a Periodic Schedule of Tasks. Algorithms. 2024; 17(7):283. https://doi.org/10.3390/a17070283

Chicago/Turabian Style

Kats, Vladimir, and Eugene Levner. 2024. "Maximizing the Average Environmental Benefit of a Fleet of Drones under a Periodic Schedule of Tasks" Algorithms 17, no. 7: 283. https://doi.org/10.3390/a17070283

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop