Next Article in Journal
Machine-Learning-Based Android Malware Family Classification Using Built-In and Custom Permissions
Next Article in Special Issue
JSON Schemas with Semantic Annotations Supporting Data Translation
Previous Article in Journal
Application of the Proposed Fiber Optic Time Differential BOCDA Sensor System for Impact Damage Detection of a Composite Cylinder
Previous Article in Special Issue
An Integrated Model for the Harvest, Storage, and Distribution of Perishable Crops
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Matheuristics for the Design of a Multi-Step, Multi-Product Supply Chain with Multimodal Transport

by
David A. Ruvalcaba-Sandoval
1,
Elias Olivares-Benitez
1,
Omar Rojas
2,3 and
Guillermo Sosa-Gómez
2,*
1
Facultad de Ingeniería, Universidad Panamericana, Álvaro del Portillo 49, Zapopan, Jalisco 45010, Mexico
2
Facultad de Ciencias Económicas y Empresariales, Universidad Panamericana, Álvaro del Portillo 49, Zapopan, Jalisco 45010, Mexico
3
Faculty of Economics and Business, Universitas Airlangga, Surabaya, East Java 60286, Indonesia
*
Author to whom correspondence should be addressed.
Submission received: 10 September 2021 / Revised: 21 October 2021 / Accepted: 26 October 2021 / Published: 1 November 2021
(This article belongs to the Special Issue Lifecycle and Supply Chain Optimization in Industry 4.0)

Abstract

:
Supply-chain network design is a complex task because there are many decisions involved, and presently, global networks involve many actors and variables, for example, in the automotive, pharmaceutical, and electronics industries. This research addresses a supply-chain network design problem with four levels: suppliers, factories, warehouses, and customers. The problem considered decides on the number, locations, and capacities of factories and warehouses and the transportation between levels in the supply chain. The problem is modeled as a mixed-integer linear program. The main contribution of this work is the proposal of two matheuristic algorithms to solve the problem. Matheuristics are algorithms that combine exact methods and heuristics, attracting interest in the literature because of their fast execution and high-quality solutions. The matheuristics proposed to select the warehouses and their capacities following heuristic rules. Once the warehouses and their capacities are fixed, the algorithms solve reduced models using commercial optimization software. Medium and large instances were generated based on a procedure described in the literature. A comparison is made between the algorithms and the results obtained, solving the model with a time limit. The algorithms proposed are successful in obtaining better results for the largest instances in shorter execution times.

1. Introduction

An optimal supply chain is a fundamental part of any company’s success; a good design and administration represent a competitive advantage or even a requirement for market participation. Supply chains represent a large part of a company’s assets. Additionally, costs or savings are dependent on their design. Among the advantages obtained by a good design of the supply chain are reduced purchase costs, reduced production costs, increased company profits, reduced investment in fixed costs, and increased cash flow, among others.
In the end, the main objective of a supply chain is to provide an efficient way to supply the products to the client at the lowest possible cost (Council of Supply-Chain Management Professionals (CSCMP), 2019). However, within a supply chain, a large number of costs are incurred. Additionally, within large companies, supply chains are becoming increasingly complex. Knowing which is the best option among all the possible combinations becomes quite a complex task. The global production and distribution networks involve many actors and variables, exploding the combinatorial nature of the decisions involved, especially when more characteristics are considered, such as location, transportation, inventory, product architecture, or sustainability considerations. These networks exist in industries such as pharmaceutical, automotive, and electronic products, with suppliers, plants, and customers in different continents.
One way to address the decision-making problem in the design of supply chains has been to propose optimization models based on mathematical programming. As long as computers increase power, it has been possible to solve more complex models involving more elements. However, the mixed-integer linear programming models that have been widely used in the optimization of the supply chain are mostly NP-hard [1], making it impossible to obtain optimal solutions in reasonable times for instances of size similar to those found in real problems. Fortunately, the ability of computers to calculate results for different scenarios brought the opportunity to use heuristics and randomness to help in the construction of solutions for NP-hard combinatorial problems. The first results showed that although these solutions had variable and worse quality than those obtained with exact methods, the computational effort required shorter times. With the goal of improving the quality of these solutions, the research on metaheuristic algorithms was born. Many advances were achieved with algorithms such as simulated annealing, tabu search, ant colony optimization, genetic algorithms, and others. Recently, new algorithms are being proposed, combining heuristics and exact mathematical programming methods, known as matheuristics. The research in this field is new, and the goal is to combine the speed of processing using heuristic components with the quality obtained with exact methods. Thus, the main contribution of the work presented in this paper is to advance in the research of matheuritics, proposing two algorithms to solve a complex problem efficiently for supply-chain network design with good quality solutions in a reasonable time.
In this work, a supply-chain network design (SCND) problem will be presented, where a literature review of both the problem and the methods of solution are shown first; then, the problem is described in detail. A mixed-integer linear programming model is presented, and the matheuristics are used to solve the same problem. The instances presented range from 100 to 200 clients, and the results of the mixed-integer linear programming model will be analyzed and compared with those of the matheuristic algorithms proposed. Finally, the conclusions will be presented in the last section.

2. Literature Review

This section will describe some of the literature, first related to the problem of supply-chain network design, and later, related to matheuristics, commenting about the gap covered by the research presented in this paper.
Pirkul and Jayaraman [2] created a model called PLANWAR, which focused on optimizing the supply chain through a heuristic to decide on the opening of plants and warehouses and the flow between them. However, the model does not handle different levels of capacity between facilities nor multimodal transportation.
Wu et al. [3] solved the supply-chain planning problem where the same product can be produced in multiple facilities, but their work focuses more on analyzing different algorithms and the complexity of each one of them. In their problem of supply-chain design, Eskigun et al. [4] consider delivery times and transportation modes, but their work focuses mainly on outbound logistics and is not multi-tier.
Sadjady and Davoudpour [5] solved a multi-product supply-chain problem using a mixed-integer linear programming model in which the opening of facilities is decided, as well as the level of capacity and the mode of transport of flows between levels of the supply-chain. However, the work takes into account only finished products. Olivares-Benitez et al. [6] focus on optimizing the transportation of a two-tier supply chain, calculating the flow and time between facilities using bi-objective optimization. The problem addressed in this work is for a single product. Rahmaniani and Ghaderi [7] developed a mixed-integer linear programming model and a heuristic based on the evolutionary algorithm of the firefly, where transport and construction costs are taken into account, but their solution method focuses on problems in telecommunications or power distribution companies.
Bertazzi et al. [8] developed min-max methods and a heuristic to solve the multi-tier inventory problem taking into account purchasing, manufacturing, and transportation costs, but they do not address the issue of opening of facilities. Additionally, they do not take into account the bill of materials.
Many more recent models address the problem of supply-chain network design with different considerations, for example, ref. [9] describe a problem with environmental and financial considerations, or [10] analyze a model considering inventory decisions besides the classic decisions for location and transportation. However, the research in the literature is far from a general model for supply-chain network design that includes all the situations, variables, and decisions. Our purpose was to analyze a problem with a high level of complexity to be a challenge for new methods of solution. In particular, very few models consider the product architecture represented in the bill of materials. One of the reasons is that introducing this element creates an explosion in the number of variables and interactions, making it very hard to solve even small instances. As can be observed in the literature presented, the most used solution methods are based on metaheuristics because of the computational complexity of the models used. We are proposing new methods of solution into the field of matheuristics, which rarely has been used in SCND.
The term matheuristic is relatively new; the term began to be used between 2008 and 2009. Maniezzo et al. [11] talk about the hybridization that can exist between mathematical programming and metaheuristics. Fischetti and Fischetti [12] explain that matheuristics exploit heuristics and metaheuristics to improve and facilitate the mixed-integer programming (MIP) model. They show three applications: optimization of layout, packaging, and routing. Moreover, there is a rising interest in these hybrid methods, demonstrated by a growing literature and specialized tutorials in operations research [13]. Matheuristics have been applied to different decision-making problems, for example in routing [14], production planning [15], lot sizing [16], and risk management [17], among others. However, we found in the literature few applications of matheuristics to supply-chain network design.
Boschetti et al. [18] solve a Single-Source Capacitated Facility Location problem (SCFLP) using different matheuristics. Raa et al. [19] use a matheuristic to solve their aggregate production-distribution problem, but the work is focused on mould-sharing between factories. Tautenhain et al. [20] use the combination of a heuristic called MathFix and a matheuristic called AugMathFix to solve a bi-objective model for sustainable supply-chain design. However, the model has only two tiers: suppliers-plant and plant-clients. Cantú et al. [21] propose a matheuristic for the design of sustainable hydrogen supply chains using a multi-objective perspective, but the model is focused on a single product and transportation mode. Souto et al. [22] propose a matheuristic algorithm to solve the problem of supply-chain network design only with two levels, a single transportation mode, and a single product.
Table 1 describe the features for the literature presented in this section. It can be noted that the problem we are solving in this work has a higher level of complexity than other problems solved in the literature using matheuristics. The elements that add this complexity beyond the classic decisions on location and transportation are: a hierarchical product architecture as described by a bill of materials, different capacities in the facilities, and different available transportation modes. The complexity of the problem represents a challenge for any solution method, and is a good choice to demonstrate the efficiency of the matheuristic algorithms proposed.

3. Problem Description

This paper addresses the problem of designing a four-tier multi-product supply-chain network (SCND): suppliers, factories, warehouses, and customers (Figure 1). The number and locations of plants and warehouses must be chosen from a set of potential plants and warehouses, respectively, and the capacity level of each factory and each warehouse must be chosen from a set of predetermined capacity levels for each location. Each location with each of its capacity levels has a fixed opening cost.
Each of the materials can be supplied by a set of suppliers that have this material. Each material has a different purchase price for each supplier. Materials are shipped to factories, where they are converted into finished products. Each finished product has its bill of materials (BOM), which states what materials are needed for each finished product and how many units, so all the materials needed to produce a finished product will have to be taken to the factory where it is produced. Figure 2, shows the representation of the BOM; it exemplifies that to produce product p 1 , 4 units of material r 1 and 3 units of material r 2 are needed. The generic description is for any product p the necessary units of material r are given by the parameter A r p .
Each product can be manufactured in a pre-established set of factories. Each of the products has a manufacturing cost in each plant. Once the products are manufactured, they can be taken to a set of pre-established warehouses. Finished products must be supplied to each customer in a single delivery; that is, products cannot be shipped to the customer from two different warehouses.
All materials and finished products can be transported by different transport methods for each destination-origin pair, which can be the following: supplier-factory, factory-warehouse, warehouse-customer. Each product or material has a transport cost for each means of transport for each possible pair. Each means of transportation for each origin-destination pair has a minimum quantity to be transported and a maximum transport capacity.
Each supplier has a maximum capacity to supply each material. Each product occupies a different manufacturing or storage capacity. Each factory has a maximum production capacity for each product, a total maximum production capacity, and a minimum production capacity so that the factory can be opened for each of its capacity levels. Each warehouse has a maximum storage capacity and a minimum of storage to be opened.
The objective of the supply-chain design is to minimize the sum of the fixed cost by opening factories and warehouses, the total purchasing costs, the total manufacturing costs, and the total transportation costs.
This supply-chain design can be applied to global networks of manufacturing and distribution in industries such as pharmaceutics, automotive, and electronics. For example, in the production of drugs, many ingredients can be blended, purchased from suppliers in different countries, and distributed to customers in other continents using alternative transportation modes. A potential example is to have suppliers in Asia, shipping materials to plants in Europe to manufacture products, to be transported to markets in the US, Canada, and Brazil. Similar cases can be devised to manufacture vehicles, tablets, cell phones, computers, or vaccines.
Some assumptions of the model that may represent limitations to its applicability are:
  • It is a single-period problem that usually is applied to long-term planning.
  • The model is deterministic and is not considering variability, although being fast to solve is useful for what-if analysis.
  • The model is not incorporating other operational and strategic elements such as routing, sustainability, inventory, service level, etc.

4. MILP Model and Matheuristics

4.1. Mixed-Integer Linear Programming Model (MILP)

Following is the notation used for the MILP, based on the model of [23].

4.1.1. Decision Variables

Binary Variables
z f q = 1 if it is decided to open a factory w with a capacity level q , f F ; q Q 0 other case
z w q = 1 if it is decided to open a warehouse w with a capacity level q , w W ; q Q 0 other case
v s f r = 1 if material r is supplied to factory f by a supplier s , s S ; f F ; r R 0 other case
u o d t = 1 if origin o destination d by mode of transport t , ( o , d ) { ( S , F ) ( F , W ) ( W , C ) } ; t T 0 other case
Real Variables
x s f r t : Amount of material r that is supplied by supplier s to factory f by mode of transport t,
s S ; f F ; r R ; t T
x f w p t : Amount of product p that is sent from factory f to warehouse w by mode of transport t,
f F ; w W ; p P ; t T

4.1.2. Objective Function

The objective function (1) is to minimize the sum of all the costs that we are taking into account in the model. The first term adds the fixed costs of opening a factory, the second, the fixed costs of opening a warehouse, the third the purchase and transportation costs from the supplier to the factories of the materials, the fourth, the cost of manufacturing and transportation from the factories to the warehouses and the fifth the transportation from the warehouses to the customers.
M i n f F q Q F C f q z f q + w W q Q F C w q z w q + r R s S r f F t T s f ( P C s r + T C s f r t ) x s f r t + p P f F p w W p t T f w ( M C f p + T C f w p t ) x f w p t + p P c C p w W p t T w c D E M c p T C w c p t u w c t

4.1.3. Constraints

Supplier constraints
Constraint (2) limits the order quantity to a material supplier’s maximum capacity, constraint (3) prevents a factory ordering a specific material from more than one supplier and constraint (4) ensures that not only can the material be transported from a supplier to a factory if we select that supplier.
f F t T s f x s f r t S Q R s r       r R , s S r
s S r v s f r 1                                 r R , f F
t T s f x s f r t S Q R s r v s f r r R , s S r , f F
Factory and warehouse constraints
Constraint (5) ensures that each potential location can only be opened with one level of capacity. Constraint (6) ensures that the amount of material ordered from the supplier is exactly what is needed to produce the finished products. Constraints (7) and (8) limit production to the minimum and maximum quantities in general of each factory and also limit the maximum capacity per product, respectively. Finally, constraint (9) imposes the lower and upper limits of storage in each warehouse.
q Q z l q 1 l F W
s S r t T s f x s f r t = p P r w W p t T f w A r p x f w p t
q Q M Q ̲ f q z f q p P w W p t T f w M Q U p x f w p t q Q M Q ¯ f q z f q f F
w W p t T f w M Q U p x f w p t q Q M Q P f q p z f q p P , f F
q Q S Q ̲ w q z w q p P c C p t T w c S Q U p D E M c p u w c t q Q S Q ¯ w q z w q w W
Customer and flow retention constraints
Constraint (10) ensures that a customer is only dispatched from a warehouse and constraint (11) ensures that the quantity of product that reaches customers is the same as that which reaches the warehouses.
w W t T w c u w c t = 1 c C
c C p t T w c D E M c p u w c t = f F p t T f w x f w p t p P , w W
Transport related constraints
Constraints (12)–(14) limit the minimum and maximum quantities to transport between origins and destinations.
T Q ̲ s f t u s f t r R T Q U r t x s f r t T Q ¯ s f t u s f t s S , f F , t T s f
T Q ̲ f w t u f w t p P T Q U p t x f w p t T Q ¯ f w t u f w t f F , w W , t T f w
T Q ̲ w c t u w c t p P T Q U p t D E M c p u w c t T Q ¯ w c t u w c t w W , c C , t T w c
Binary and non-negativity constraints
z f q { 0 , 1 }                                 f F , q Q
z w q { 0 , 1 }                                 w W , q Q
v s f r { 0 , 1 }                                 s S , f F , r R
x f w p t R 0                                 f F , w W , p P , t T
x s f r t R 0                                 s S , f F , r R , t T
u o d t { 0 , 1 }           ( o , d ) { ( S , F ) ( F , W ) ( W , C ) } , t T

4.2. Matheuristics

The model described above can be reduced to the single-source capacitated facility location problem [23] and therefore it belongs to the class of NP-hard problems. Thus, a heuristic method is justified, especially to solve large instances.The matheuristics consist of the steps described in Algorithms 1–3.The algorithm described in Algorithm 1 is the general one. The problem is divided in two parts. In the first part the warehouses are opened following one of two methods: simple or selective (with probability). Once the decision for the warehouses was fixed, an allocation sub-problem is solved using commercial optimization software. The sub-problem is described in Section 4.2.1. This sub-problem helps to determine the flows between the warehouses and the customers. Finally, a second sub-problem is solved considering the decisions fixed previously. This sub-problem is described in Section 4.2.2 as a reduced supply-chain network design (SCND) problem. Here, the remaining non-fixed variables are solved.
The algorithm described in Algorithm 2 helps to open warehouses with a certain capacity using a simple, random selection. The process finishes when the aggregated capacity is greater than the total demand. This method is reported as “Simple Heuristic”.
The other method for warehouse selection is described in Algorithm 3. In this algorithm, an estimated cost is calculated for each warehouse. This cost is a combination of the fixed cost divided by the capacity of the facility, and an estimation of a potential transportation cost per unit. A probability is calculated such that the more expensive facility has a lower probability, and the cheapest facility has a higher probability. These probabilities are used with a random number to select warehouses with a certain capacity. The process finishes when the aggregated capacity is greater than the total demand. This selective method is reported as “Heuristic with Probability”.
The complexity of both matheuristics is dominated by the complexity of the solution of the Allocation Model which can be reduced to the Linear Assignment Problem, which can be solved in O ( n 3 ) time [24].
Algorithm 1 General algorithm.
 1: Perform one of the two heuristics to decide the opening of warehouses w.
 2: Solve the allocation model with the parameter z w k obtained in step 1.
 3: Solve the reduced SCND model with the parameters z w k and x w c p t obtained in the previous steps.
Algorithm 2 Simple Constructive Heuristics.
 1: All the closed warehouses zw,q = {{0, 0, 0}, {0, 0, 0}, …, {0, 0, 0}}
 2: Demanded storage capacity = p P c C p t T w c S Q U p D E M c p u w c t
 3: Available capacity = 0
 4: Openw = {0, 0, 0,…, 0}
 5: repeat
 6:  repeat
 7:   Generate random ws
 8:   Generate random qs
 9:  while Openws = 1
 10:  Openws = 1
 11:   z w k , q s = 1
 12:  Available capacity = Available capacity + S Q ¯ w s , q s
 13: while Available capacity < Demanded storage capacity
Algorithm 3 Constructive Heuristics with Probability.
 1: All the closed warehouses zw,q = {{0, 0, 0}, {0, 0, 0}, …, {0, 0, 0}}
 2: Demanded storage capacity = p P c C p t T w c S Q U p D E M c p u w c t
 3: Total warehouse unit costwq = Unit fixed costwq + Unit transportation costwq
 4: Unit fixed costwq = F C w q S Q ¯ w q p P S Q U p
 5: Unit transportation costwq = w W p P c C p D E M c p | T w c | · w W p P c C p t w c T C w c p t D E M c p
 6: Probabilitywq = 1000 ( Total warehouse unit cost w q ) 4
 7: A probability distribution is made with Probabilitywq, ∀ wW, qQ
 8: Available capacity = 0
 9: Openw = {0, 0, 0, …, 0}
 10: {ns: random number}
 11:repeat
 12:  repeat
 13:   Generate random ns
 14:   Select w and q corresponding to the random number ns
 15:  while Openws = 1
 16:  Openws = 1
 17:   z w q = 1
 18:  Available capacity = Available capacity + S Q ¯ w q
 19: while Available capacity < Demanded storage capacity

4.2.1. Allocation Model

Allocation model 2.1 defines the decision variables u w c p t which due to the nature of the problem is the largest set of variables since the number of these variables is defined by the expression W · C · P · | T | assuming that you always have more customers than warehouses or factories.
In the case of the instances used for this work, the smallest number of variables u w c p t used in one instance was 6000, so defining those variables alternately greatly reduces the number of branches explored by the branching and cutting algorithm. This is used in its default configuration in the IBM ILOG program CPLEX to solve mixed-integer linear programming models. The allocation model is presented below.
Variables
u o d t = 1 if origin o supplies destination d by mode of transport t , ( o , d ) { ( S , F ) ( F , W ) ( W , C ) } ; t T 0 other case
The constraints used in the original model are constraints (9), (10), (14) and (21)
u w c t { 0 , 1 } w W , c C , t T
And the objective function is the following (22):
M i n p P c C p w W p t T w c D E M c p T C w c p t u w c t

4.2.2. Model of Reduced SCND

The variables of the model that become parameters are the following:
Parameters z w q = 1 if it is decided to open a warehouse w with a capacity level q , w W ; q Q 0 other case u w c t = 1 if it is decided to open a warehouse w with a client c by mode of transport t , w W ; c C ; t T 0 other case
The parameters that will no longer be used in model 2.2 with respect to the original are the following:
Parameters not used
S Q U p Storage capacity required to store a unit of p, p P
S Q ¯ w q Maximum storage capacity of warehouse f with level of capacity q, w W ; q Q
S Q ̲ w q Minimu production capacity used by factory f with level of capacity q, w W ; q Q
The SCND model defines the remaining decision variables of the original model, taking as parameters, the decision variables resolved by both the heuristic and the 2.1 allocation model, removing the constraints that are not necessary.
The model uses constraints (2) to (4), (6) to (8), (11) to (13), (15) to (19), and (23) to (24).
q Q z f q 1                               f F
u o d t 0 , 1 ( o , d ) { ( S , F ) ( F , W ) } , t T
The objective function is used the same as the original model, although some terms do not contain decision variables but parameters, with the aim of comparing the matheuristic solutions with those of the MILP.

5. Instances

The instances are generated by means of a methodology described by [25] that simulate reality. The size of the generated instances is shown in Table 2 and the size of the corresponding model is shown in Table 3.
Transport mode 1 represents the train, which is not available for all locations and the minimum amount of transport is very high. Modes 2 and 3 represent land vehicles, mode 2 represents a small vehicle such as delivery vans, and mode 3 represents a larger cargo vehicle; these two are assumed to be hired through an external logistics provider so they do not have a maximum amount of transport. For mode 3 there is a minimum quantity to transport to justify the use of the larger vehicle. For each product-customer pair a random demand D E M p c = X U N I F D [ 1 , 10 ] , is generated, where X is a random number that follows a discrete uniform distribution U N I F D [ m i n , m a x ] that goes from min to max. The fixed cost of opening a factory and a warehouse are defined by the following expression:
F C f q = 1000 M Q ¯ f q p P M Q U p | P |
F C w q = 1000 S Q ¯ w q p P S Q U p | P |
The acquisition cost of a material is generated by the following expression P C s r = X U N I F C [ 0.075 , 0.625 ] where U N I F C min , max represents a continuous uniform distribution The manufacturing cost of a product is generated by the following expression M C f p = X U N I F C [ 0.375 , 1.25 ] .
The other parameters are calculated using a more sophisticated methodology explained in Appendix A of the work by [25]. A Windows console program developed in C + + was carried out to generate an instance automatically to generate these instances.

6. Results

The generated instances were resolved with the mixed-integer linear programming model programmed in OPL in the IBM ILOG CPLEX 12.8.0 IDE, and the case of the matheuristics, an application in C + + Concert Technology was programmed with the use of CPLEX. Both were run on a Lenovo ThinkPad T580 computer with an Intel Core i7-8550U @ 1.80GHz processor and 16 GB of RAM.
The results obtained are shown in Table 4, indicating the total cost obtained for each instance with the different methods compared.
The results show that as the instances increase in size, the computation time to obtain optimal solutions increases exponentially. In all the cases, the MILP reached the time limit of 4 h. Only for instances with 100 clients, the matheuristic algorithms achieved times below 25 min. However, for instances larger than 100 clients, the matheuristic algorithms reached the time limit of 2 h. Hence, obtaining results through the use of mathematical modeling becomes impractical for large instances.
It can be observed in Table 4 that when the size of the instance grows, i.e., it has a higher number of clients, the total cost increases also. Likewise, it can be seen that as the instance size increase, the difference between the quality of solutions provided by CPLEX and those provided by the matheuristics decreases. For instances of 100, 125 and 150 clients, the results of the matheuristic algorithm with the “simple heuristic” were just 14.20% on average above those obtained with CPLEX, and the results with the matheuristic algorithm with the “heuristics with probability” were only 6.06% on average above those obtained with CPLEX.
In the instances of both 175 and 200 clients, at least one of the two implemented matheuristics obtained a better solution than that of CPLEX in most of the cases. For the instances with 175 customers, the average improvement was 1.41% comparing the result of CPLEX and the result of the matheuristic algorithm with the “simple heuristic”. For the same instances, the average improvement was 5.96% comparing the result of CPLEX and the result of the matheuristic algorithm with the “heuristics with probability”. For the instance 2–200, the improvement was 3.93% comparing the result of CPLEX and the result of the matheuristic algorithm with the “simple heuristic”. For the same instance, the improvement was 9.22% comparing the result of CPLEX and the result of the matheuristic algorithm with the “heuristics with probability”. In six cases out of 15, with 175 and 200 clients, the matheuristic algorithms were able to find a feasible solution while CPLEX could not.
Comparing the two matheuristics, it can be observed that the heuristic method used to decide the opening of warehouses has a great impact on the objective functions for the type of instances used because the fixed cost of opening a warehouse is the cost with the greatest impact. Both the first and second heuristics diversify the results at each iteration so that in small instances, the algorithms may be used on more than one occasion to increase the quality of the solutions. Regarding the use of the probability distribution used for constructive heuristics with probability, although some randomness is applied, the selected warehouses will tend to be those with the lowest cost of opening divided by their capacity, so the quality of the solutions tends to be better. In average, for all the instances tested, the matheuristic algorithm with the “heuristics with probability” was 7.15% better than the algorithm with the “simple heuristic”.
For the interested reader, a further discussion about the SCND configurations obtained and the distribution of costs, according to the design of instances proposed in [25], can be found at [23].

7. Conclusions

In this work, a problem for supply-chain network design is addressed. This problem was presented in the literature by Corthinal et al. [23]. We selected this complex NP-Hard problem to prove the efficiency of novel matheuristic algorithms. Matheuristics are algorithms that combine heuristic rules with exact optimization methods based on mathematical programming. There is a growing interest in these methods in the search for improving the quality of solutions with a fast computation. Solving hard combinatorial optimization problems, Although heuristics and metaheuristics demonstrated efficiency in obtaining feasible but poor-quality solutions in short computation times, exact methods implemented in commercial and open-source software deliver optimal solutions at the cost of long execution times. In this way, the research in matheuristics looks for the benefits of hybridization.
The problem addressed has characteristics that increase the level of complexity compared to other problems of supply-chain network design solved with matheuristics. In addition to the classic decisions on the location of facilities and transportation, the problem involves determining capacities for the facilities, choosing between different transportation modes, and considering a hierachical product architecture as described by a bill of materials. Hence, this problem is a good challenge to demonstrate the efficiency of the methods proposed. The structure of the network and decisions presented can be used for the design of global manufacturing and distribution networks in high technology industries such as pharmaceutics, automotive, or electronics.
The main contribution of this paper is the proposal of novel matheuristic algorithms to solve a challenging combinatorial optimization problem for supply chain network design. The algorithms proposed were efficient in obtaining solutions of high quality in reasonable computation times for large instances.
To study larger instances or longer supply chains, the problem can be divided into more sub-problems with heuristic decisions in between. As we observed, it is possible to obtain better solutions with a well-thought heuristic in less time as data sets grow. Additionally, more complex decisions can be added to the model to integrate routing, inventory management, sustainability issues, and variability through stochastic modeling. The key to designing efficient matheuristics is the adequate decomposition of the problem to take advantage of the quality of exact methods using heuristics and randomness to boost the execution speed.

Author Contributions

Conceptualization, D.A.R.-S. and E.O.-B.; Data curation, D.A.R.-S.; Formal analysis, D.A.R.-S., E.O.-B. and O.R.; Investigation, D.A.R.-S. and E.O.-B.; Methodology, D.A.R.-S. and E.O.-B.; Project administration, E.O.-B.; Resources, D.A.R.-S.; Software, D.A.R.-S.; Supervision, E.O.-B. and O.R.; Validation, D.A.R.-S., E.O.-B. and O.R.; Visualization, D.A.R.-S. and G.S.-G.; Writing—original draft, D.A.R.-S., E.O.-B. and O.R.; Writing—review and editing, E.O.-B., O.R. and G.S.-G. All authors have read and agreed to the published version of the manuscript.

Funding

E.O.-B. acknowledges support from Universidad Panamericana, Mexico [grant number: UP-CI-2021-GDL-04-ING].

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
NotationDescription
Sets
SSet of suppliers
CSet of clients
FSet of potential factories
TSet of modes of transport
QSet of capacity levels for factory F or warehouse W
Subsets
RSubset of raw material
PSubset of finished products
WSubset of potential warehouses
P r Subset of finished products that require raw material r, P r P ; r R
S r Subset of suppliers who supply raw material r, S r S ; r R
F p Subset of factories that can produce finished product p, F p F ; p P
W p Subset of warehouses that can store finished product p, W p ; p P
C p Subset of clients with demand of finished product p, C p C ; p P
T o d Subset of modes of transport available from origin to destination d, T o d T
Parameters
Parameters
of cost
F C f q Fixed cost of opening a factory f with capacity level q, f F ; q Q
F C w q Fixed cost of opening a warehouse w with capacity level q, w W ; q Q
P C s r Cost of buying raw material r with supplier s, s S ; r R
M C f p Cost of manufacturing product p in factory f, f F ; p P
T C o d r t Cost of transporting material r from origin o or to destination d with transport mode
t, ( o , d ) ( S , F ) ; r R ; t T
T C o d p t Cost of transporting product p from origin o or to destination d with transport mode
t, ( o , d ) ( F , W ) ( W , C ) ; p P ; t T
Parameters
of the product
A r p Number of units of material r necessary to produce product p, r R ; p P
D E M c p Demand of client c for product p, c C ; p P
Parameters
of capacity
M Q U p Production capacity required to produce a unit of p, p P
S Q U p Storage capacity required to store a unit of p, p P
T Q U p t Transport capacity used by a unit of a product p and by a mode of transport t,
i R P ; t T
S Q R s r Capacity of supplier s to supply material r, s S ; r R
M Q P f q p Capacity of factory f to produce product p with capacity level q, f F ; q Q ; p P
M Q ¯ f q Maximum production capacity of factory f with capacity level q, f F ; q Q
M Q ̲ f q Minimum used production capacity of factory f with capacity level q, f F ; q Q
S Q ¯ w q Maximum storage capacity of warehouse w with capacity level q, w W ; q Q
S Q ̲ w q Minimum used storage capacity of warehouse w with capacity level q, w W ; q Q
T Q ¯ o d t Maximum transport capacity of mode t from origin 0 to destination d,
( o , d ) { ( S , F ) ( F , W ) ( W , C ) } ; t T
T Q ̲ o d t Minimum quantity of goods transported by mode t from origin o to destination d,
( o , d ) { ( S , F ) ( F , W ) ( W , C ) } ; t T
NotationDescription
Parameters
T C w c p t Cost of transporting product p from warehouse w to customer c
with the mode of transport t, w W ; c C ; p P ; t T

References

  1. Shen, Z.J.M.; Zhan, R.L.; Zhang, J. The reliable facility location problem: Formulations, heuristics, and approximation algorithms. INFORMS J. Comput. 2011, 23, 470–482. [Google Scholar] [CrossRef]
  2. Pirkul, H.; Jayaraman, V. A multi-commodity, multi-plant, capacitated facility location problem: Formulation and efficient heuristic solution. Comput. Oper. Res. 1998, 25, 869–878. [Google Scholar] [CrossRef]
  3. Wu, S.D.; Golbasi, H. Multi-item, multi-facility supply chain planning: Models, complexities, and algorithms. Comput. Optim. Appl. 2004, 28, 325–356. [Google Scholar] [CrossRef]
  4. Eskigun, E.; Uzsoy, R.; Preckel, P.V.; Beaujon, G.; Krishnan, S.; Tew, J.D. Outbound supply chain network design with mode selection, lead times and capacitated vehicle distribution centers. Eur. J. Oper. Res. 2005, 165, 182–206. [Google Scholar] [CrossRef]
  5. Sadjady, H.; Davoudpour, H. Two-echelon, multi-commodity supply chain network design with mode selection, lead-times and inventory costs. Comput. Oper. Res. 2012, 39, 1345–1354. [Google Scholar] [CrossRef]
  6. Olivares-Benitez, E.; Ríos-Mercado, R.Z.; González-Velarde, J.L. A metaheuristic algorithm to solve the selection of transportation channels in supply chain design. Int. J. Prod. Econ. 2013, 145, 161–172. [Google Scholar] [CrossRef]
  7. Rahmaniani, R.; Ghaderi, A. A combined facility location and network design problem with multi-type of capacitated links. Appl. Math. Model. 2013, 37, 6400–6414. [Google Scholar] [CrossRef]
  8. Bertazzi, L.; Bosco, A.; Laganà, D. Min-Max exact and heuristic policies for a two-echelon supply chain with inventory and transportation procurement decisions. Transp. Res. Part E Logist. Transp. Rev. 2016, 93, 57–70. [Google Scholar] [CrossRef]
  9. Tsao, Y.C.; Nugraha Ridhwan Amir, E.; Thanh, V.V.; Dachyar, M. Designing an eco-efficient supply chain network considering carbon trade and trade-credit: A robust fuzzy optimization approach. Comput. Ind. Eng. 2021, 160, 107595. [Google Scholar] [CrossRef]
  10. Fathi, M.; Khakifirooz, M.; Diabat, A.; Chen, H. An integrated queuing-stochastic optimization hybrid Genetic Algorithm for a location-inventory supply chain network. Int. J. Prod. Econ. 2021, 237, 108139. [Google Scholar] [CrossRef]
  11. Vittorio, M.; Thomas, S.; Stephan, V. Matheuristics; Springer: New York, NY, USA, 2010. [Google Scholar]
  12. Fischetti, M.; Fischetti, M. Matheuristics. In Handbook of heuristics; Springer: New York, NY, USA, 2018; pp. 121–153. [Google Scholar]
  13. Maniezzo, V.; Boschetti, M.A.; Stützle, T. Matheuristics; Springer International Publishing: New York, NY, USA, 2021. [Google Scholar] [CrossRef]
  14. Queiroga, E.; Sadykov, R.; Uchoa, E. A POPMUSIC matheuristic for the capacitated vehicle routing problem. Comput. Oper. Res. 2021, 136, 105475. [Google Scholar] [CrossRef]
  15. Guzman, E.; Andres, B.; Poler, R. Matheuristic Algorithms for Production Planning in Manufacturing Enterprises. In Doctoral Conference on Computing, Electrical and Industrial Systems; Springer: New York, NY, USA, 2021; pp. 115–122. [Google Scholar]
  16. Goerler, A.; Lalla-Ruiz, E.; Voß, S. Late acceptance hill-climbing matheuristic for the general lot sizing and scheduling problem with rich constraints. Algorithms 2020, 13, 138. [Google Scholar] [CrossRef]
  17. Bayliss, C.; Serra, M.; Nieto, A.; Juan, A.A. Combining a Matheuristic with Simulation for Risk Management of Stochastic Assets and Liabilities. Risks 2020, 8, 131. [Google Scholar] [CrossRef]
  18. Boschetti, M.; Maniezzo, V.; Roffilli, M. Decomposition Techniques as Metaheuristic Frameworks. In Matheuristics; Springer: New York, NY, USA, 2009; pp. 135–158. [Google Scholar] [CrossRef]
  19. Raa, B.; Dullaert, W.; Aghezzaf, E.H. A matheuristic for aggregate production-distribution planning with mould sharing. Int. J. Prod. Econ. 2013, 145, 29–37. [Google Scholar] [CrossRef]
  20. Tautenhain, C.P.; Barbosa-Povoa, A.P.; Nascimento, M.C. A multi-objective matheuristic for designing and planning sustainable supply chains. Comput. Ind. Eng. 2019, 135, 1203–1223. [Google Scholar] [CrossRef]
  21. Cantú, V.H.; Azzaro-Pantel, C.; Ponsich, A. A Novel Matheuristic based on bi-level optimization for the multi-Objective design of hydrogen supply chains. Comput. Chem. Eng. 2021, 152, 107370. [Google Scholar] [CrossRef]
  22. Souto, G.; Morais, I.; Mauri, G.R.; Ribeiro, G.M.; González, P.H. A hybrid matheuristic for the Two-Stage Capacitated Facility Location problem. Expert Syst. Appl. 2021, 185, 115501. [Google Scholar] [CrossRef]
  23. Cortinhal, M.J.; Lopes, M.J.; Melo, M.T. A multi-stage supply chain network design problem with in-house production and partial product outsourcing. Appl. Math. Model. 2019, 70, 572–594. [Google Scholar] [CrossRef]
  24. Papadimitriou, C.H.; Steiglitz, K. Combinatorial Optimization: Algorithms and Complexity; Dover Publications: Mineola, NY, USA, 1998. [Google Scholar]
  25. Cortinhal, M.; Lopes, M.; Melo, M. Impact of Partial Product Outsourcing, Transportation Mode Selection, and Single-Assignment Requirements on the Design of a Multi-Stage Supply Chain Network. Hochschule für Technik und Wirtschaft des Saarlandes, Fakultät für Wirtschaftswissenschaften Technical Report. Saarland University of Applied Sciences (htw saar), Saarland Business School. , 2018. Available online: http://hdl.handle.net/10419/181867 (accessed on 10 September 2021).
Figure 1. Representation of the supply chain posed in the problem.
Figure 1. Representation of the supply chain posed in the problem.
Applsci 11 10251 g001
Figure 2. Representation of the BOM of the products.
Figure 2. Representation of the BOM of the products.
Applsci 11 10251 g002
Table 1. Description the features for the literature presented.
Table 1. Description the features for the literature presented.
Facilities
Opening
Transportation
Cost
Multi-Mode
Transportation
Multi-ProductBOM4-LevelsFacility
Capacity Levels
Matheuristics
[2]XX
[3]XX X
[4] XX
[5]XXXX X
[6]XXX
[7]XXX X
[18]XX X
[19] X X
[20]XXX XX
[21]XXX XXX
[22]XX X
Our proposal,
based on
[23]
XXXXXXXX
Table 2. Size of the sets in each instance.
Table 2. Size of the sets in each instance.
| C | | S | | F | | W | | Q | | T | | R | | P |
100101020332020
125131325332525
150151530333030
175181835333535
200202040334040
Table 3. Statistics of the instances and their values for MILP.
Table 3. Statistics of the instances and their values for MILP.
Name
of the Instance
| C | Number of
Continuous Variables
Number of
Binary Variables
Number
of Constraints
*-10010018,000899017,190
*-12512537,05015,19628,103
*-15015060,75022,41040,785
*-175175100,17032,73657,893
*-200200144,00043,78076,380
Table 4. Table of results.
Table 4. Table of results.
InstanceMILP *Matheuristic **
Simple Heuristic
Matheuristic **
Heuristic with
Probability
No. of Clients
1-100$457,969$533,871$494,606100
2-100$396,124$469,641$437,017100
3-100$454,499$528,758$484,789100
4-100$454,535$499,858$451,079100
5-100$421,027$438,128$464,642100
1-125$603,112$692,654$643,217125
2-125$524,209$624,083$565,659125
3-125$569,020$602,907$617,547125
4-125$566,296$646,428$604,259125
5-125$521,739$622,127$577,284125
1-150$713,102$796,459$753,579150
2-150$709,303$861,745$770,492150
3-150$695,731$789,834$668,408150
4-150$713,282$816,635$717,607150
5-150$679,902$768,746$713,473150
1-175$912,030$945,357$904,579175
2-175$1,100,417$970,647$898,271175
3-175***$930,802$857,758175
4-175$1,099,033$994,140$939,693175
5-175$915,431$865,468$929,748175
6-175$882,227$925,900$798,514175
7-175$856,623$912,108$881,164175
8-175$940,480$955,951$912,570175
9-175***$970,484$854,358175
10-175$977,692$965,596$919,445175
1-200***$1,153,589$1,115,358200
2-200$1,061,059$1,019,363$963,204200
3-200***$1,138,016$1,015,605200
4-200***$1,129,623$1,019,119200
5-200***$1,130,032$994,430200
* Target function values of incumbent solution running the solver with a 4-h limit; ** Target function values of incumbent solution running executable with a 2-h limit; *** No integer solution found.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Ruvalcaba-Sandoval, D.A.; Olivares-Benitez, E.; Rojas, O.; Sosa-Gómez, G. Matheuristics for the Design of a Multi-Step, Multi-Product Supply Chain with Multimodal Transport. Appl. Sci. 2021, 11, 10251. https://0-doi-org.brum.beds.ac.uk/10.3390/app112110251

AMA Style

Ruvalcaba-Sandoval DA, Olivares-Benitez E, Rojas O, Sosa-Gómez G. Matheuristics for the Design of a Multi-Step, Multi-Product Supply Chain with Multimodal Transport. Applied Sciences. 2021; 11(21):10251. https://0-doi-org.brum.beds.ac.uk/10.3390/app112110251

Chicago/Turabian Style

Ruvalcaba-Sandoval, David A., Elias Olivares-Benitez, Omar Rojas, and Guillermo Sosa-Gómez. 2021. "Matheuristics for the Design of a Multi-Step, Multi-Product Supply Chain with Multimodal Transport" Applied Sciences 11, no. 21: 10251. https://0-doi-org.brum.beds.ac.uk/10.3390/app112110251

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