Next Article in Journal
Computational Evaluation of Mixing Performance in 3-D Swirl-Generating Passive Micromixers
Next Article in Special Issue
Enhancement Effect of Ordered Hierarchical Pore Configuration on SO2 Adsorption and Desorption Process
Previous Article in Journal
Mechanistic Models of Inducible Synthetic Circuits for Joint Description of DNA Copy Number, Regulatory Protein Level, and Cell Load
Previous Article in Special Issue
A Composite Evaluation Model of Sustainable Manufacturing in Machining Process for Typical Machine Tools
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Realizing Energy Savings in Integrated Process Planning and Scheduling

1
Department of Mechanical Engineering, Shaoxing University, 508 Huancheng West Road, Shaoxing 312000, China
2
School of Mechanical Science & Engineering, Huazhong University of Science & Technology, Wuhan 430070, China
*
Author to whom correspondence should be addressed.
Processes 2019, 7(3), 120; https://doi.org/10.3390/pr7030120
Submission received: 25 January 2019 / Revised: 20 February 2019 / Accepted: 21 February 2019 / Published: 26 February 2019
(This article belongs to the Special Issue Energy, Economic and Environment for Industrial Production Processes)

Abstract

:
The integration of scheduling and process planning can eliminate resource conflicts and hence improve the performance of a manufacturing system. However, the focus of most existing works is mainly on the optimization techniques to improve the makespan criterion instead of more efficient uses of energy. In fact, with a deteriorating global climate caused by massive coal-fired power consumption, carbon emission reduction in the manufacturing sector is becoming increasingly imperative. To ease the environmental burden caused by energy consumption, e.g., coal-fired power consumption in use of machine tools, this research considers both makespan as well as environmental performance criteria, e.g., total power consumption, in integrated process planning and scheduling using a novel multi-objective memetic algorithm to facilitate a potential amount of energy savings; this can be realized through a better use of resources with more efficient scheduling schemes. A mixed-integer linear programming (MILP) model based on the network graph is formulated with both makespan as well as total power consumption criteria. Due to the complexity of the problem, a multi-objective memetic algorithm with variable neighborhood search (VNS) technique is then developed for this problem. The Kim’s benchmark instances are employed to test the proposed algorithm. Moreover, the TOPSIS decision method is used to determine the most satisfactory non-dominated solution. Several scenarios are considered to simulate different machine automation levels and different machine workload levels. Computational results show that the proposed algorithm can strike a balance between the makespan criterion and the total power consumption criterion, and the total power consumption can be affected by machine tools with different automation levels and different workloads. More importantly, results also show that energy saving can be realized by completing machining as early as possible on a machine tool and taking advantage of machine flexibility.

1. Introduction

Process planning and scheduling are two important functions in a flexible manufacturing system (FMS) [1,2,3]. Process planning determines the best-fitting technological requirements as well as corresponding manufacturing schemes with desired equipment to convert raw material to qualified parts [4,5]. In contrast to process planning, scheduling relates more closely to shop floor activities; it allocates operations to one of the available machines from another perspective, e.g., makespan minimization [2]. Traditionally, these two functions are treated separately and sequentially [6,7,8,9], and the critical failing is that this will cause resource conflicts in the shop floor. For instance, a previously determined process plan may not be used in actual manufacturing procedure due to some bottleneck machines on shop floor because the real-life shop floor status has not been considered in generating the process plan. Therefore, such resource conflicts greatly restrict the flexibility in a FMS. Due to such limitations and shortcomings in applications of FMSs, relative studies on integrated process planning and scheduling have been performed to achieve an efficient use of an FMS. According to existing publications [8,9,10,11,12,13,14,15,16], corresponding research on integrated process planning and scheduling (IPPS) are quite fruitful, and significant improvements have been achieved with the objective of makespan minimization, which is a primary criterion to evaluate the effectiveness of a schedule scheme. For instance, Doh et al. [10] adopted the priority dispatch rules to quickly determine a feasible scheduling scheme; nevertheless, this method usually cannot ensure a competitive solution. Kim et al. [8] proposed a symbiotic evolutionary algorithm for the IPPS problem. However the proposed symbiotic evolutionary algorithm lacks effective local search methods. Mathematical models of the IPPS problem have also been studied [15]; due to the complexity of the problem, existing mathematical models cannot capture satisfactory results.
Nevertheless, with a rapidly deteriorating global climate and the urgency of energy efficiency and carbon emission reduction requirements [17], environmental friendliness, which has never been a major concern in existing research on the IPPS problem, should be considered to be a serious topic [18,19]. The absence of sustainable practices will lead to negative impacts on the environment and society [20,21]. Although there are many approaches to realize energy savings in manufacturing processes, energy-effective scheduling is a very effective way with no capital investment to reduce energy consumption in manufacturing processes. Li et al. [22] have pointed out that machine tools have huge potential for energy saving. With a different perspective, energy savings have been achieved through the optimization of CNC machining parameters in their research. By reasonably determining machine tools, operation permutations (process plans), and operation sequences on machines, lot of energy consumption can be reduced.
This research mainly considers the energy consumption reduction (also carbon emission reduction) for the IPPS problem. The makespan and the total energy consumption have been considered as two criteria. The main idea of the proposed method is to take the advantage of the flexibilities in the IPPS problem and the idle time intervals on machines can be shortened or eliminated by properly assigning operations to machines with the optimal operation starting times, and hence energy consumption reduction caused by idle energy consumption on machines can thus be reduced. In this research, a novel mixed-integer linear programming (MILP) model is established first, and, in tandem with the complexity of the problem, a multi-objective memetic algorithm is then developed to capture the non-dominated solutions in the optimal Pareto front. The TOPSIS decision method is also adopted to determine the most promising non-dominated solution to strike a balance between the makespan criterion and the energy consumption criterion. Different machine automation levels and workload levels are considered and analyzed in both the MILP model as well as the proposed memetic algorithm; computational results indicate that these two factors will affect the total energy consumption.

2. Literature Review

At the beginning of the research on the IPPS problem, process planning and scheduling are integrated in a sequential manner [13]; this paradigm takes no advantage of the flexibilities in both the process planning module and the scheduling module since there are still serious bottlenecks in actual manufacturing activities. After that, relative research tends to integrate the two functions coherently to achieve a superior overall system performance mainly by three means: (1) mathematical modelling and corresponding solutions; (2) meta-heuristic-based approaches, such as genetic algorithm (GA); and (3) other approaches, e.g., agent-based methods [14].
For the first kind of approach, Özgüven et al. [15] give a MILP model for small-scale IPPS instances; nevertheless, their model belongs to the sequential paradigm where all the alternative process plans should be generated in advance to accommodate the scheduling constraints. In cases where flexible process plans are expressed in network graphs and process plans cannot be generated manually, their model cannot be used. Similar models can also be find in Tan et al.’s research [23]. In our previous research [2], we presented some MILP models to achieve a true integration of process planning and scheduling based on Wagner’s and Manne’s approach; complex network graph-based IPPS instances have been solved. However, existing MILP models cannot efficiently solve middle- or large-scale IPPS instances, since the Branch and bound method is a non-polynomial time algorithm. Therefore, practical solution approaches, represented by meta-heuristic algorithms, received noteworthy research attention. Kim et al. [8] first generalize the IPPS problem and give a set of benchmark instances with various flexibilities; they proposed a novel meta-heuristic algorithm—the symbiotic evolutionary algorithm—to optimize both process planning and scheduling schemes. Later, Li et al. [7] gives a GA combined with learning effects to solve IPPS instances. They also developed a tabu search (TS)-based hybrid meta-heuristic algorithm to obtain more promising results [24]. According to existing publications regarding meta-heuristic-based approaches, embedding local search methods in plain meta-heuristic algorithms can improve the quality of solutions. Lian et al. [6] adopted a novel algorithm, imperialist competitive algorithm (ICA), to address the IPPS problem, and they obtained more promising results on Kim’s benchmark. Other meta-heuristic algorithms have also been considered, such as the particle swarm optimization (PSO) algorithm [25,26,27], honey bee mating optimization (HBMO) algorithm [12], hybrid simulated annealing (SA) and TS algorithm [11], and the ant colony algorithm [28]. Recently, Liu et al. [29] proposed a quantum-inspired hybrid algorithm to minimize the makespan of IPPS instances, and outstanding outcomes have been observed. Other approaches in solving the IPPS problem concentrate mainly on agent-based approaches [14,30] and priority dispatch rule (PDR)-based approaches. PDR-based methods are practical and efficient; nevertheless, this kind of method has been given less emphasis due to the lack of efficaciousness. Recently, Zhang et al. [31] considered an IPPS problem in a flexible assembly job shop with sequence-dependent setup times and part sharing; they use constraint programming, MILP and dispatching rules to tackle the problem and the results show that constraint programming is the most effective approach while dispatching rules are simple to implement.
In general, the IPPS problem can be described in a network graph [8]. As illustrated in Figure 1, the network graph corresponds to a job to be processed; the starting node ’S’ and the ending node ’E’ are dummy nodes; representing the beginning and the end of a job. Most of the nodes are operation nodes, in which the operation ID and alternative machine tools with corresponding processing times are specified. Operation flexibility (OF) means that there is more than one feasible machine tool to finish an operation. Arrows between nodes indicate the precedence relations: if node A points to node B, operation B can only be processed after operation A directly or indirectly (sequencing flexibility, SF). The OR node appears in a bifurcation of two link-paths and only one of the two OR link-paths will be visited (processing flexibility, PF); otherwise, operations in both link-paths should be visited. For instance, a feasible operation permutation in Figure 1 is 1 7 2 8 4 5 6 10 .
Unfortunately, as one shortcoming of previous research, environmental friendliness has seldom been considered in IPPS optimizations. With carbon emission and global warming becoming increasingly severe problems, energy-efficient scheduling is attracting much more attention than before. Massive consumption of coal-fired electricity in manufacturing sectors causes more greenhouse gas and lots of carbon dioxide (CO 2 ) will be released into the atmosphere directly; finally, the greenhouse effect has arisen [32]. Therefore, carbon emission reduction appears especially urgent [33]. To cope with such a grim situation, critical environmental regulations in many countries have forced relevant parties to take actions for carbon emission reduction. Clearly, considering only the economic criteria, e.g., makespan, in IPPS problems cannot satisfy the requirement of environmental friendliness presently.
Recently, researchers have performed some explorations on carbon emission reduction or energy saving in manufacturing activities (exact scheduling problems). He et al. [34] applied a nested partitions algorithm to realize energy saving by reasonably sequencing operations for each machine. May et al. [35] investigated the energy efficiency of a job shop manufacturing system; machine “switch ons” and “switch offs” have been considered to save energy. Similar to their research, Lin et al. [36] consider carbon footprint optimization in flow shop scheduling with parameter optimization; they developed three strategies to reduce carbon emission where the machine “switch on”-“switch off” technique was also adopted. As an intuitionistic method, the machine “switch on”-“switch off” technique was first proposed by Mouzon et al. [37] to reduce the energy consumption of non-bottleneck machines. Dai et al. [38] adopted the same technique for both makespan and total energy consumption reduction using a genetic-SA algorithm in flexible flow shop scheduling optimization. Recently, Meng et al. [39] developed some novel MILP models for the energy-conscious hybrid flow shop scheduling problem with unrelated parallel machines; again, the strategy of machines turning off and on has been adopted in their model.
Due to the considerable amount of additional energy in restarting machines as well as the damage to the machine tools caused by frequent machine switch “ons” and “offs”, Zhang et al. [40] adopted the machine speed scaling-based paradigm [41] to reduce energy consumption in a job shop. Later, based on the novel shuffled frog-leaping algorithm, Lei et al. [42] realized the minimization of both workload balance and total energy consumption in flexible job shop scheduling; in their work, the energy consumption model is also constructed based on the “machine speed scaling” paradigm. In the machine speed scaling-based paradigm, a machine tool can work at different speed levels with corresponding energy consumption levels and processing times. Wu et al. [43] suggested a green scheduling algorithm in flexible job shop scheduling; they divided the machining speed into three levels with corresponding machining power values; they adopted the NSGA-II algorithm to optimize the makespan, the energy consumption, and the numbers of turning-on/off machines. In their model, machine “turning-ons” and “offs” can minimize the energy consumption, but the number of turning-on/off machines is minimized to avoid the damage to the machines. Since the short processing times corresponds to high machining power values, generally, their model is a variant of machine speed scaling-based paradigm. However, this paradigm sometimes goes against real-life mechanical manufacturing environments, since the cutting speed is usually quite slow to increase the cutting moment in rough machining, while the cutting speed in fine machining is fast to ensure a satisfactory surface roughness. In addition, the cutting speed cannot be changed by traditional machine tools, and in such a case the “machine speed scaling” technique cannot be applied to realize energy saving.
Other researchers also developed energy-saving methods with corresponding optimization algorithms in different scheduling situations. Wang et al. [44] developed a genetic algorithm-based two-stage optimization technique to realize energy reduction in flexible job shop scheduling. Based on the energy consumption characteristics, they performed machine selection in the first stage to reduce both energy consumption and production cost; the operation sequencing on each machine is performed in the second stage to obtain a feasible scheduling scheme. However, since the integrated optimization of the flexible job shop scheduling problem can reduce conflicts of resources, the two-stage optimization technique in their research may not be the best optimization scheme. Giglio et al. [45] solved an integrated lot sizing and energy-efficient job shop scheduling problem using a relax-and-fix heuristic algorithm; they show that their method can reduce energy consumption, machines idle times, and the overall cost of the system. Some researchers also considered the optimal scheduling method with time-sharing prices [46,47]; however, that belongs to another topic where only the time period with low electric charge is considered, and this goes out of the scope of this research. For the IPPS problem, owing to complexity in the integration of process planning and scheduling, studies on the IPPS problem with energy-saving criteria appear to be limited according to existing publications. Recently, Zhang et al. [48] considered the energy consumption during setup and inspection times for the IPPS problem using the nonlinear process planning (NLPP) paradigm. However, the NLPP mode is a very elementary integration pattern in the IPPS problem, and it cannot truly ingrate the process planning function and the scheduling function closely [2]. For the cases where flexible process plans are expressed using network graphs (Figure 1) the NLPP paradigm becomes totally powerless. More importantly, as pointed out by Dahmus et al. [49], the energy consumption in a job shop is affected by many factors, such as the type of machine tools (e.g., general-purpose machine tools or CNC machine tools). Dahmus et al.’s research [49] also reveals that the workload of machines is the other factor that determines energy consumption in a job shop.

3. Methodological Approach and Advantages

According to the literature review presented above, the energy consumption reductions in scheduling problems are realized mainly by reducing the idle energy consumption; that is, avoid any energy consumptions as much as possible when a machine is in the non-cutting state. Based on this principle, there are mainly two methods in solving energy-efficient (or low carbon emission) production scheduling problems in early research. In the first kind of method, the energy consumption reduction is realized by turning off machine tools when they are in idle time intervals; in the other method, the total energy consumption can be reduced by controling the processing time to edge out the idle time intervals. In other words, the cutting times of an operation can be lengthened or shortened to occupy the idle time intervals. Although the two methods seem very effective according to previous publications, in many real-life situations in a flexible job shop frequent machine turning “ons” and “offs” will cause damage to machine tools. Moreover, a changeable processing time paradigm for energy consumption is also impractical due to technical requirements in cutting processes; for example, the surface roughness of a part highly relies on the cutting speed: with changeable cutting speed, the actual cutting speed will deviate from the predesigned one and the surface roughness of a part will not match the desired values specified in blueprint.
In general, the energy consumption in a job shop can be classified into three categories [50]: the common energy consumption, the processing energy consumption and the idle energy consumption; among the three, the common energy consumption stands for the indirect energy consumed, such as lighting, air conditioning, ventilation, etc., and this indirect energy consumption is not considered in this research. For the other two kinds of energy consumptions, Dahms et al. [49] have presented an energy use breakdown of a machine tool as shown in Figure 2. It can be seen that the total energy consumption can be divided into two parts—the constant part and the variable part—and the two parts exactly correspond to the idle energy consumption and the processing energy consumption respectively. In other words, there must be energy consumption whether the workpiece is being processed or not if the machine tool is turned on. The constant energy consumption is mainly determined by machine types (machine automation levels) and non-machining procedures, e.g., the use of oil pumps. The variable part, however, relies on the workpiece being processed.
In contrast to previous research that energy consumption is reduced by machine “turning-ons” and “offs” or controling the operation processing time, this research gives a novel perspective in both energy consumption reduction and makespan minimization for the IPPS problem. As analyzed above, there are some drawbacks in existing mainstream optimization methods in production scheduling problems with energy awareness. To make the optimization results more practical or make the optimal scheduling scheme match the real-life production situations as much as possible, machines are not allowed to be shut down during idle time intervals and the operation machining times are also fixed in this research; all the machines in this research have two statuses only: cutting status and standby status (idle status). By properly allocating operations to the machines and determining the starting times of operations, an energy-efficient scheduling scheme can be obtained.
Since the machine automation levels and the workload levels will affect the energy consumptions, two kinds of scenarios are considered to simulate different processing scenes in a job shop: the first kind of scenario is the machine tool types (that is, the automation levels of machine tools); the other kind of scenario relates to different machine workload levels. For different types of machine tools, based on their automation degree, the constant energy use may be different. In general, the higher degree of automation of a machine, the larger proportion of constant energy consumption it will occupy [49].
The research on the energy-efficient IPPS problem is rather limited, according to the literature mentioned in Section 2. The advances of this research can be summarized as follows:
  • In this research, frequent machine turning “ons” and “offs” as well as changeable processing times are not allowed to make the resultant scheduling scheme of the energy-efficient IPPS problem more practical. The energy consumption reduction of the IPPS problem is realized by the optimal scheduling scheme.
  • Based on the two scenarios, we analyze the impacts of different machine automation levels (different types of machine tools, represented by the α value in Figure 2) and different workloads (represented by the β value in Figure 2) on the energy consumptions of IPPS instances. Before this research, the impacts of machine automation levels on the energy consumption reductions have seldom been discussed in energy-efficient production scheduling optimizations.
  • There are two types of MILP models for the IPPS problem, and the Type-2 MILP model can realize a true integration of process planning and scheduling [2]. Based on our previous Type-2 MILP model [2], this research reports a novel multi-objective MILP model for the energy-efficient IPPS problem for the first time where the energy consumption criterion together with the makespan criterion is optimized simultaneously.
  • Due to the complexity in solving the MILP model, a multi-objective memetic algorithm is developed to accommodate multi-objective optimization of the IPPS problem. In the proposed algorithm, the variable neighborhood search (VNS) is adopted to enhance the search ability of the algorithm. Instead of the abusive weighted sum method, the Pareto-based method [51] is adopted in the proposed memetic algorithm; this multi-objective optimization paradigm allows a set of non-dominated solutions for the decision maker. To determine the most promising scheduling scheme from the Pareto front, the TOPSIS decision method is adopted.
Figure 3 presents the flowchart of the proposed multi-objective memetic algorithm. It can be seen that the algorithm can be divided into two parts. The first part is the procedure of multi-objective memetic algorithm where the VNS local search method is introduced to explore more competitive solutions. The other part is the procedures of the TOPSIS method; the main steps of TOPSIS are elaborated in the figure.
To summarize, compared with existing research, this paper performs energy-efficient scheduling optimization from a novel and practical perspective: the energy-efficient scheduling optimization without machine turning “ons” and “offs” is performed; moreover, a novel MILP model is established and a VNS-based memetic multi-objective algorithm together with the TOPSIS decision method is presented to obtain an energy-efficient scheduling scheme. The remainder of this paper will be organized as follows. Section 4 presents the MILP model for the multi-objective IPPS problem. Section 5 introduces the proposed multi-objective memetic algorithm, and corresponding results with discussions will be reported in Section 6. Last section gives the conclusion as well as further research directions.

4. Mathematical Modelling

In traditional MILP models of the IPPS problem, all the available operation permutations (process plans) should be generated in advance; however, this method is total powerless in dealing with network graph-based IPPS instances in this paper because one cannot generate all the possible operation permutations in advance. In our previous research [2], novel MILP models (called Type-2 models) are reported to address such drawbacks. The MILP model for the energy-efficient IPPS problem in this paper is established based on the Type-2 model and the Manne’s modelling technique [52]. In a Type-2 model, operation precedence relationships are described by a pre-ordered set, a back-ordered set and a set of 0–1 variables to determine which operation should appear or be processed before the other one. In Manne’s approach, there is a set of variables Z i j j to determine whether operation j before operation j in the same job; besides, the operation sequence on the same machine should also be determined using the corresponding 0-1 variables. After this, the whole scheduling scheme can be determined. In the following, each constraint set will be detailed. For the sake of completeness, the subscripts, notations, sets, parameters, and variables are listed below.

Subscripts and notations

i , i jobs, 1 i | n | ,
j , j operations, 1 i | n i | ,
k , k machines,
hcombinations,
O i j the j-th operation of job i,
O i h j the j-th operation of job i using the h-th combination of that job.

Sets and parameters

Aa very large positive integer,
p i j k the processing time of O i j on machine k,
R i h the set that contains the operations belonging to the h-th combination of job i,
K i the set of combinations of job i,
nthe set of all the jobs,
n i the set of all the operations in the network graph of job i,
M i j the set of available machines for O i j ,
V i j j 1, if O i j is to be processed before O i j represented directly by the network graph; 0, otherwise,
Q i j j 1, O i j should be processed directly or indirectly before O i j ; 0, otherwise,
P k the rated power of machine k,
P c u t k the cutting power of machine k, P c u t k = P i d l e k + ( 1 - α ) β P k ,
P i d l e k the idle power of machine k, P i d l e k = α P k .

Variables

C m a x makespan,
E C total energy consumption,
Y i h 1, if the h-th combination of job i is selected; 0, otherwise,
X i h j k 1, if operation O i h j is processed on machine k; 0, otherwise,
Z i j j 1, if operation O i j is processed directly or indirectly before O i j ; 0, otherwise,
C i h j the completion time of O i h j ,
W i j i j 1, if O i j is processed before O i j on a machine; 0, otherwise,
M C k the completion time of the last operation on machine k,
M C T k the total production time of the operations on machine k (the time in cutting on machine k).

Objectives

The first objective is to minimize the makespan, and the other one is to minimize the total energy consumption.
min C max

Constraints

min E C = k M C T k · P c u t k + k M C k - M C T k P i d l e k

Constraints

h K i Y i h = 1 , i
k M i j X i h j k = Y i h , i , h K i , j R i h
A · Y i h C i h j , i , h K i , j R i h
C i h j C i h j + k M i j X i h j k p i j k , i , h K i , j , j R i h , j j , V i j j = 1
Z i j j + Z i j j = 1 , i , j , j n i , Q i j j + Q i j j = 0 , j j
C i h j C i h j + k M i j X i h j k p i j k - A 1 - Z i j j , i , h K i , j , j R i h , j j ,
C i h j C i h j + X i h j k p i j k - A 1 - W i j i j - A 2 - X i h j k - X i h j k , i , i , i i , h K i , h K i j R i h , j R i h , k , k M i j M i j , k = k
C i h j C i h j + X i h j k p i j k - A · W i j i j - A 2 - X i h j k - X i h j k , i , i , i i , h K i , h K i j R i h , j R i h , k , k M i j M i j , k = k
C max C i h j , i , h K i , j R i h
M C k C i h j - A 2 - Y i h - X i h j k , i , j R i h , k M i j , h K i
M C T k = i = 1 n j R i h h K i p i j k Y i h + X i h j k Y i h + X i h j k 2 2 , i
In the proposed MILP model, the network representation of a job is first decomposed into at least one combination; a feasible process plan can thus be obtained by properly arranging the operations belonging to a certain combination. For example, there are four operation combinations in the example in Figure 1, according to the two OR nodes. Once any one of the four combination is selected, e.g., the combination ( O 1 , O 2 , O 3 , O 6 , O 7 , O 9 , O 10 ) is selected, a part can be completed by properly arranging the operations in the combination. Constraint set (3) states that exactly one combination is selected for each job to generate a process plan. Constraint set (4) relates the variables X i h j k and Y i h ; this means that if the h-th combination of job i is used, the corresponding operation of this combination of job i, e.g., O i h j , will be assigned to an available machine. Constraint set (5) forces the completion time of the operations in an unselected combination of job i to be zero. Constraint set (6) schedules two operations of the same job by determining the completion time of the two operations. If the completion time of operation j is less than or equal to the starting time of operation j , then operation j should be scheduled before operation j . For two operations of the same job that have no precedence relationships, constraint set (7) determines which operation should be processed ahead; in other words, one of the two 0-1 variables should take value 1 and the other take value 0. Following this line, constraint set (8) schedules the operations that have no precedence relationships. Constraint sets (9) and (10) arrange different operations on a machine by determining the completion times of two operations that will be processed on the same machine. Constraint (11) determines the makespan of the whole schedule scheme. Constraint set (12) is introduced to obtain the latest completion time of operations on machine k; it includes the time in cutting and the time in the idle state of that machine. Finally, the actual time in cutting of machine k is expressed in constraint (13). Since the IPPS problem is an NP-hard problem, the model proposed above cannot be used due the intolerable computational time; therefore, this research suggests a multi-objective memetic algorithm to address such NP-hard problem.

5. Multi-Objective Memetic Algorithm

5.1. Encoding & Decoding

Compared with well-known NSGA-II algorithm, the proposed multi-objective memetic algorithm can achieve both the local exploitation and global exploration since a local search method is added in the memetic algorithm. As shown in Figure 4, the multi-string coding method is adopted in the proposed algorithm. The first part is the scheduling string; it adopts the operation-based representation paradigm [53]. In the scheduling string, the permutation of job IDs means the sequence of the operations to be processed in the decoding procedure: if number i appears exactly for the j-th time, the corresponding operation can be found in the j-th position of job i’s operation string. The number of positions of the scheduling string is predetermined and it equals the sum of the maximum possible number of operations of each job, e.g., i R i h max . If the actual number of operations in a selected combination of a job is less than the maximum one, e.g., R i h < R i h max , corresponding zeros will be filled in the positions. This operation-based coding scheme avoids unfeasible scheduling schemes in the decoding procedure. In Figure 4, there are 12 positions in the scheduling string, and this means that each job adopts the process plan with the maximum number of operations.
The second string is the process plan string; it contains the information of the selected process plan (combination) of a job. The number i in the j-th position corresponds to the i-th process plan (combination) of job j, and this combination is adopted. According to Figure 4, the number in the third position of the process plan string is 4; this means that the forth combination is adopted in job 3.
The third string is the operation strings. The number of operation strings corresponds to the number of jobs. In each operation string, each position stands for an operation of that job, and the operation ID as well as the ID of the selected machine are specified. The number of positions is exactly the number of actual operations of the job using the correspond process plan (combination). It can be seen that such coding scheme reflects the logical relationship of the process planning module and the scheduling module. Table 1 gives a clear description of the three strings.
The active scheduling paradigm [54] is adopted in the decoding procedure. For each position in the scheduling string, if the number i in the position is not equal to zero, then the operation of job i can be determined: if number i appear exactly for j times, the target operation can be located in the j-th position in the operation string of job i. If there is a 0 in the scheduling string, jump to the next position directly. For the case of Figure 4, the number in the first position is 3, and it is the first time the number 3 appears; therefore, the corresponding operation is operation 2 of job 3 which can be located in the first position of the third operation string and further, this operation is to be processed by machine 3 according to Figure 4. Then, the processing time can be obtained based on the target operation with the machine. The operation is then assigned to the selected machine: if no operation has been assigned to the machine, the target operation is assigned to the machine directly with the starting time max { C i h , j - 1 , 0 } ; in the other case, if the target operation is to be assigned to a machine which has already processed at least one operation, the machine idle time intervals between two operations will be checked. Suppose M S k l and M E k l stand for the starting and the ending time of the l-th idle time interval of machine k, the target operation can be inserted into the interval only if max { C i h , j - 1 , M S k l } + p i j k M E k l ; otherwise, this operation will be appended to the current last position of the machine with the starting time max { C i h , j - 1 , M S k l } . The procedures discussed above repeat until all the operations have been assigned to the machines.

5.2. Crossover & Local Search

The crossover operator is used for elite retention as well as new individual exploitation. The crossover procedure is responsible for the evolution of individuals. Based on the proposed coding scheme, the crossover process in this multi-objective memetic algorithm is decomposed into two parts. For the two individuals, first, some jobs are randomly selected with the corresponding job IDs recorded; the process strings as well as operation strings in each individual are selected and they are exchanged in two individuals. In the case of Figure 5, the first two jobs have been selected and the process plan strings together with corresponding operations strings in the dashed boxes will be exchanged. Second, the scheduling strings of the two individuals must be adjusted using a position-based crossover method [55]. As presented in Figure 5, “P1” and “P2” are two former or old scheduling strings in the first and the second individuals while “O1” and “O2” in the figure stands for the newly generated scheduling strings of the first and the second individuals. The two new scheduling strings are generated from the old ones. For the new scheduling string of individual 1 (marked with “O1” in Figure 5), all its positions are set with “0”s at first and then the job IDs of the selected jobs in the former scheduling string of the other individuals, e.g., “P2”, are copied into the corresponding positions of “O1”. The job IDs of the unselected jobs in the former scheduling string of the individual “P1” are filled into the remainder positions of “O1” with the same order as they appear in “P1”. With the same method, the other new scheduling string, “O2”, can also be obtained.
In the regular multi-objective optimization algorithms, e.g., NSGA-II, local search methods are usually neglected. Existing research papers show that embedding local search methods into the main body of an algorithm can enhance the search ability of the algorithm. In the proposed multi-objective memetic algorithm, the problem specific VNS-based local search method is considered. In VNS, two neighborhood structures are adopted and they are used repeatedly in VNS procedure. Since the neighborhood structure usually uses the knowledge of a certain problem, it can provide more promising results. The first one is the N5 neighborhood structure [56] where only the operations in the head and the rear of a critical block are needed to be swapped to shorten the makespan. The other neighborhood structure [57] tries to shift an operation in the critical path to another available machine to shorten the critical path. The VNS procedure continues till there is no further improvements.

5.3. Multi-Objective Optimization

In this research, the makespan criterion as well as the energy consumption have both been paid attention to; therefore, the two criteria are treated equally. Traditionally, the weighted sum method is widely applied in multi-objective optimization; nevertheless, such a method ignores the variety of solutions and hence this brings difficulty for the decision makers. Deb’s NSGA-II algorithm [51] gives another perspective in multi-objective optimization based on the GA; they developed a systemic classification method called the fast non-dominated sorting method to distinguish the individuals and a selection method to retain the diversity of solutions. The whole population are divided into several parts according to the resultant Pareto fronts; The individuals in the optimal Pareto front are first considered. Usually, only part of the individuals is required to be selected in a certain Pareto front to form the new population, and in such a case, the crowding distance values are used to judge whether an individual in this Pareto front should be selected. Since the resultant optimal Pareto front can bring convenience to the decision makers, the proposed multi-objective memetic algorithm adopts Deb’s approach. After that, the TOPSIS decision method is adopted and the most satisfied solution is determined among all the individuals in the optimal Pareto front. During the decision process, we assume that both the two criteria are equally important; that is, the weights vector in TOPSIS can be written as w = [ 1 2 , 1 2 ] . As illustrated in Figure 3, a normalized decision matrix is first constructed; with the weights vector, the weighted decision matrix can then be established. Based on the ideal and negative-ideal solutions, the relative closeness to the ideal solution can be calculated, and the best solution will finally be determined.

6. Experiments with Discussions

The proposed algorithm is coded in C++ language and is implemented on a computer with an i7-7700 3.6 GHz CPU and 16 GB of memory. The well-known Kim’s benchmark instances [8] are adopted and the characteristics of energy consumption of the IPPS problem have been investigated in detail. Based on the initial trials, both the population scale as well as the number of iterations are set to 800, and the crossover probability is 0.7. In Kim’s benchmark, as shown in Table 2, there are 24 instances and the number of instances varies from 6 to 18. For example, the first instance contains 6 jobs and the maximum number of operations are 79; however, for the extreme case (Instance 24), all the 18 jobs are scheduled and there will be 300 operations at most. This benchmark instance set covers all the three flexibilities, e.g., OF, sequencing flexibility, and processing flexibility. Table 3 gives the power values of 15 machines [58], and the power values range from 5 kw to 28 kw. To calculate the corresponding carbon emission values, we assume that the processing times in Kim’s benchmark are counted in minutes.
The influences induced by different machine types and machine workloads on the energy consumptions have been discussed in this research. Three scenarios have been generated to simulate machine tools with different automation levels by setting the α values to 0.35, 0.55, and 0.75, respectively. As discussed in Section 3, the low automation level machine tool takes less idle energy and this corresponds to a small α value. Similarly, three scenarios for different machine workloads can be realized by setting the β values to 0.3, 0.5, and 1.0, respectively. In the case where β = 0 . 3 , it means that the workload is relatively light and β = 1 means machines work in full loads.
For the most complex instance, Instance 24, the average computational time is about 460 s and the computational time of other instances is less than 460 s. For the plain NSGA-II algorithm, since there is no local search method and the algorithm takes no extra time to perform the local search procedure, the computational time is about 200 s and it is less than that of the proposed algorithm; nevertheless, as shown in Section 6.1, the proposed algorithm captures more promising non-dominated solutions.

6.1. Experiment 1

To reflect the advantage of the proposed multi-objective memetic algorithm, we first compare the Pareto fronts obtained by the proposed algorithm and the traditional NSGA-II algorithm, and corresponding Pareto fronts of Instance 24 are presented in Figure 6. It can be seen that the optimal non-dominated solution obtained by the proposed multi-objective algorithm are generally better than the ones obtained by the plain NSGA-II algorithm because the local search methods have not been considered in traditional NSGA-II algorithm and therefore the Pareto front of NSGA-II is distributed inferior to the Pareto front of the proposed algorithm. This reflects the powerful search capability of the multi-objective memetic algorithm. For the makespan criterion, the minimum value of the makespan is about 530 min using the proposed memetic algorithm, and the best makespan value obtained by the plain NSGA-II algorithm is about 545 min, and this means that the proposed multi-objective memetic algorithm performs better than the plain NSGA-II algorithm: due to the VNS local search in memetic algorithm, the search ability have been enhanced in the proposed algorithm.
Figure 7, Figure 8 and Figure 9 present three Gantt charts of Instance 24. The first and the second Gantt charts represent the two extreme cases in the optimal Pareto front: The first Gantt chart considers the makespan more than the other criterion while the second scheduling scheme puts more emphasis on the carbon emission minimization criterion; the third scheduling scheme is obtained by the TOPSIS method and it strikes a balance between the two criteria. The makespan as well as the carbon emission values of the three scheduling cases are summarized in Table 4. Clearly, the first scheduling scheme has the minimum makespan while the value of the other criterion is relatively worse than other two cases. For the second case, as discussed above, it moves to the other extreme: the makespan value is the largest among the three cases while the carbon emission value reaches the lowest. According to the two extreme cases, it is quite necessary to consider both the two criteria and considering only the makespan or the carbon emission criterion is not enough to meet the low-carbon manufacturing requirement. The third scheduling scheme presented in Figure 9 is obtained by the TOPSIS decision method and it strikes the balance between the two criteria. According to Table 4, both the values of the two criteria are acceptable. Compared with the operation scheduling in Figure 8, the production efficiency of Figure 7 is much better. By compactly assigning operations to machines, the makespan is shortened. However, the carbon emissions in this case have not been emphasized and the massive carbon emissions caused by energy consumption in this case reflects the necessity of multi-objective optimizations in energy-efficient IPPS problem. In Figure 8, the carbon emission has been considered as a priority and it can be seen that the low-carbon scheduling strategy can be concluded as follows:
  • Assign operations to the machines with low powers as much as possible. For example, the power values of machines 1, 3, 4, 6, 9, 10, 12, and 15 are larger than 15kw and only few operations are assigned to machines 1, 6, 9, and 10 according to Figure 8. In this way, the machine with low constant energy use will be assigned more operations to save energy; the negative effect is that the makespan criterion will deteriorate because more operations will accumulate and wait to be processed.
  • Finish operation processing as early as possible on the machines with large powers. For example, operations processed by machines 1, 9, and 10 are sequenced compactly according to Figure 8 and the machines will be shut down once the machining procedures of the operations are finished; in this way, the idle energy consumptions on these machines can be reduced.
  • From Figure 8, energy-efficient scheduling can also be realized by tight arrangements of operations on machines because this can edge out the idle time intervals on machines and therefore the idle energy consumption can be reduced.

6.2. Experiment 2

In this experiment, the energy consumption characteristics are discussed in different situations with different machine workloads (different β values) using different types of machine tools (different α values). Instances in Kim’s benchmark can be classified into three categories, e.g., small-scale instances, medium-scale instances, and large-scale instances, according to the information in Table 2. In this experiment, Instances 1, 12, and 24 are selected to represent the small-scale, the medium-scale, and the large-scale instances. The energy consumption including both the cutting energy consumption and the idle energy consumption of the three instances are summarized in the histogram in Figure 10.
Figure 10a gives the energy consumption of the three instances using low automated machines ( α = 0 . 35 ). It is easy to understand that the total energy consumption increases with the number of operations (also the scale of instances) because processing more operations means more energy consumption. For the idle energy consumption, marked in cyan color, there is no apparent fluctuation since the idle energy consumption takes a relative fixed percentage in each instance; more importantly, machines are not allowed to be turned off in this research unless all the operations are finished and this is the other reason there is no significant differences between idle energy consumptions of the instances in Figure 10a. since each machine has only two status—in machining state or in idle state—and all the 15 machines are used in all the three instances, the idle power consumption of machines can be deemed as a constant. For the cutting energy consumption, according to Figure 10a, it relates closely with the scale of instances and machine workloads. Similar situations can also be observed in Figure 10b,c where the fluctuation of idle energy consumptions is much less than that of cutting energy consumptions. However, with a higher automation level of machine tools, the idle energy consumptions in Figure 10b,c are larger than the case in Figure 10a. In cases of Figure 10b,c, the α values are set to 0.55 and 0.75, respectively, and we can intuitively see that the proportion of idle energy consumption to the whole energy consumption has increased. The cutting energy consumptions in Figure 10b,c are almost the same as the ones in Figure 10a; the reason is that the number of operations as well as the workload levels of the corresponding instances are the same in Figure 10a–c.
From the analysis presented above, an energy-efficient scheduling can be realized by reducing the idle energy consumptions of machine tools; that is, use of low automation level machine tools can improve the energy use rate. If we define the energy use rate as:
k M C T k · P c u t k k M C k - M C T k P i d l e k
it can be found that the energy use rate can further be improved by increasing the number of jobs in a scheduling scheme because in this case the idle time intervals can be edged out and this will reduce the idle energy consumption. In Figure 10 when there are fewer jobs, such as in Instance 1, the energy use rate is close to 1 and this means that the idle energy consumption occupies a high proportion and the energy use in this case is inefficient. For the instance with more jobs (more operations), the energy use rate can be much higher because the extra operations occupy the idle time intervals in the Gantt chart. The extreme case is the energy consumption of Instance 24 in Figure 10a with α = 0 . 35 and β = 1 . With more operations and low automation level machine tools, it achieves a high energy use rate.
Figure 11 gives an intuitive normalized representation of the proportion the machining energy consumption and the idle energy consumption. According to Figure 11a,d,g, using low automation level machines can help improve the energy use rate because such machines are usually equipped with only basic components, e.g., coolant pumps and manual tool change devices, and hence consume less energy. For high-automation-level machines, however, they consume more energy even in non-cutting status because other components e.g., CNC systems, are not allowed to be turned off. The influence of machine workload on the energy consumption is also demonstrable; a large β value means more energy will be consumed in processing the operation. With more operations and heavy workloads, e.g., cases c, f, and i, the energy use rate of the whole production will be improved. Also, it can be seen from Figure 11c,g that in the best case, about 80% of the total energy will be used in cutting processes; however, this value drops to about 55% in the worst case. In other words, about half of the total energy will be used in non-cutting processes in the worst case.

7. Conclusions

This research performs a study on the energy-efficient IPPS problem that has seldom been considered before. Due to the limitations in previous research where frequent machine turning “ons” and “offs” will cause damage to machine tools and also deteriorate the thermal balance of machine tools, in this research the machines in a job shop are not allowed to be shut down even in the idle time interval unless all the operations of that machine have been processed. A novel MILP model is established; due to the complexity in solving the MILP model, we then developed a multi-objective memetic algorithm to address this problem; in the proposed algorithm, the VNS method is applied to enhance the local search ability. Different scenarios about machine automation levels and workloads have been generated to study the characteristics of energy consumptions. Typical instances (Kim’s benchmark) are adopted in the experiments. Computational results show that the proposed multi-objective memetic algorithm can obtain more promising non-dominated solutions than the traditional NSGA-II algorithm. Compared with single-objective optimization method, multi-objective optimization results reveal the necessity to consider both energy efficiency and the makespan criterion in the IPPS problem.
According to the results under different scenarios, some managerial insights for energy consumption reduction (also carbon emission reduction) can be concluded as follows.
  • Due to low constant energy use of machines with low automation levels, operations are suggested to be processed by machines with low automation levels. In such a case, the idle energy consumption can be reduced. This strategy can be applied to the cases where only few operations to be processed because there will be many idle time intervals.
  • Increasing the number of operations or jobs is another way to improve energy use rate; there will be no idle time intervals between two operations on a machine and therefore, the idle energy consumption can be reduced.
However, in real-life production situations, the processing time of an operation is usually uncertain; therefore, the IPPS problem with deterministic processing times does not match the actual situation on the shop floor. The makespan as well as the energy consumption reduction for the IPPS problem with uncertain processing times will be considered as a further research direction and the fuzzy sets [59] can be used to describe the uncertain processing times. To reduce the coal-fired electricity consumption, the optimal scheduling method for the IPPS problem with time-sharing prices can also be considered.

Author Contributions

Methodology, Programming and Writing, L.J.; Conceptualization, C.Z.; Results validation, X.F.

Funding

This research was supported by the Funds for the National Natural Science Foundation of China under Grant 51805330 and Grant 51575211, the International Cooperation and Exchange of the National Natural Science Foundation of China under Grant 51561125002, the Zhejiang Provincial Natural Science Foundation of China under Grant LQ18E050006, the Scientific Research Start-Up Project of Shaoxing University under Grant 20165012, and the 111 Project of China under Grant B16019.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Jin, L.; Zhang, C.; Shao, X.; Yang, X.; Tian, G. A multi-objective memetic algorithm for integrated process planning and scheduling. Int. J. Adv. Manuf. Technol. 2016, 85, 1513–1528. [Google Scholar] [CrossRef]
  2. Jin, L.; Tang, Q.; Zhang, C.; Shao, X.; Tian, G. More MILP models for integrated process planning and scheduling. Int. J. Prod. Res. 2016, 54, 4387–4402. [Google Scholar] [CrossRef]
  3. Mohammadi, G.; Karampourhaghghi, A.; Samaei, F. A multi-objective optimisation model to integrating flexible process planning and scheduling based on hybrid multi-objective simulated annealing. Int. J. Prod. Res. 2012, 50, 5063–5076. [Google Scholar] [CrossRef]
  4. Lv, S.; Qiao, L. A cross-entropy-based approach for the optimization of flexible process planning. Int. J. Adv. Manuf. Technol. 2013, 68, 2099–2110. [Google Scholar] [CrossRef]
  5. Zhang, L.; Wong, T. An object-coding genetic algorithm for integrated process planning and scheduling. Eur. J. Oper. Res. 2015, 244, 434–444. [Google Scholar] [CrossRef]
  6. Lian, K.; Zhang, C.; Gao, L.; Li, X. Integrated process planning and scheduling using an imperialist competitive algorithm. Int. J. Prod. Res. 2012, 50, 4326–4343. [Google Scholar] [CrossRef]
  7. Li, X.; Gao, L.; Shao, X. An active learning genetic algorithm for integrated process planning and scheduling. Expert Syst. Appl. 2012, 39, 6683–6691. [Google Scholar] [CrossRef]
  8. Kim, Y.K.; Park, K.; Ko, J. A symbiotic evolutionary algorithm for the integration of process planning and job shop scheduling. Comput. Oper. Res. 2003, 30, 1151–1171. [Google Scholar] [CrossRef]
  9. Li, X.; Gao, L.; Shao, X.; Zhang, C.; Wang, C. Mathematical modeling and evolutionary algorithm-based approach for integrated process planning and scheduling. Comput. Oper. Res. 2010, 37, 656–667. [Google Scholar] [CrossRef]
  10. Doh, H.H.; Yu, J.M.; Kim, J.S.; Lee, D.H.; Nam, S.H. A priority scheduling approach for flexible job shops with multiple process plans. Int. J. Prod. Res. 2013, 51, 3748–3764. [Google Scholar] [CrossRef]
  11. Haddadzade, M.; Razfar, M.R.; Zarandi, M.H.F. Integration of process planning and job shop scheduling with stochastic processing time. Int. J. Adv. Manuf. Technol. 2014, 71, 241–252. [Google Scholar] [CrossRef]
  12. Jin, L.; Zhang, C.; Shao, X. An effective hybrid honey bee mating optimization algorithm for integrated process planning and scheduling problems. Int. J. Adv. Manuf. Technol. 2015, 80, 1253–1264. [Google Scholar] [CrossRef]
  13. Kumar, M.; Rajotia, S. Integration of process planning and scheduling in a job shop environment. Int. J. Adv. Manuf. Technol. 2006, 28, 109–116. [Google Scholar] [CrossRef]
  14. Shukla, S.K.; Tiwari, M.K.; Son, Y.J. Bidding-based multi-agent system for integrated process planning and scheduling: A data-mining and hybrid tabu-SA algorithm-oriented approach. Int. J. Adv. Manuf. Technol. 2007, 38, 163. [Google Scholar] [CrossRef]
  15. Özgüven, C.; Özbakır, L.; Yavuz, Y. Mathematical models for job-shop scheduling problems with routing and process plan flexibility. Appl. Math. Model. 2010, 34, 1539–1548. [Google Scholar] [CrossRef]
  16. Jin, L.; Zhang, C.; Shao, X.; Tian, G. Mathematical modeling and a memetic algorithm for the integration of process planning and scheduling considering uncertain processing times. Proc. Inst. Mech. Eng. Part B J. Eng. Manuf. 2016, 230, 1272–1283. [Google Scholar] [CrossRef]
  17. Cai, W.; Lai, K.; Liu, C.; Wei, F.; Ma, M.; Jia, S.; Jiang, Z.; Lv, L. Promoting sustainability of manufacturing industry through the lean energy-saving and emission-reduction strategy. Sci. Total Environ. 2019, 665, 23–32. [Google Scholar] [CrossRef] [PubMed]
  18. Demichela, M.; Baldissone, G.; Darabnia, B. Using Field Data for Energy Efficiency Based on Maintenance and Operational Optimisation. A Step towards PHM in Process Plants. Processes 2018, 6, 25. [Google Scholar] [CrossRef]
  19. Tian, G.; Zhang, H.; Feng, Y.; Jia, H.; Zhang, C.; Jiang, Z.; Li, Z.; Li, P. Operation patterns analysis of automotive components remanufacturing industry development in China. J. Clean. Prod. 2017, 164, 1363–1375. [Google Scholar] [CrossRef]
  20. Li, S.; Mirlekar, G.; Ruiz-Mercado, G.J.; Lima, F.V. Development of Chemical Process Design and Control for Sustainability. Processes 2016, 4. [Google Scholar] [CrossRef]
  21. Cai, W.; Liu, C.; Zhang, C.; Ma, M.; Rao, W.; Li, W.; He, K.; Gao, M. Developing the ecological compensation criterion of industrial solid waste based on emergy for sustainable development. Energy 2018, 157, 940–948. [Google Scholar] [CrossRef]
  22. Li, C.; Xiao, Q.; Tang, Y.; Li, L. A method integrating Taguchi, RSM and MOPSO to CNC machining parameters optimization for energy saving. J. Clean. Prod. 2016, 135, 263–275. [Google Scholar] [CrossRef]
  23. Tan, W.; Khoshnevis, B. A linearized polynomial mixed integer programming model for the integration of process planning and scheduling. J. Intell. Manuf. 2004, 15, 593–605. [Google Scholar] [CrossRef]
  24. Li, X.; Shao, X.; Gao, L.; Qian, W. An effective hybrid algorithm for integrated process planning and scheduling. Int. J. Prod. Econ. 2010, 126, 289–298. [Google Scholar] [CrossRef]
  25. Guo, Y.; Li, W.; Mileham, A.; Owen, G. Optimisation of integrated process planning and scheduling using a particle swarm optimisation approach. Int. J. Prod. Res. 2009, 47, 3775–3796. [Google Scholar] [CrossRef]
  26. Guo, Y.; Li, W.; Mileham, A.; Owen, G. Applications of particle swarm optimisation in integrated process planning and scheduling. Robot. Comput. Integr. Manuf. 2009, 25, 280–288. [Google Scholar] [CrossRef]
  27. Zhang, S.; Wong, T.N. Integrated process planning and scheduling: An enhanced ant colony optimization heuristic with parameter tuning. J. Intell. Manuf. 2018, 29, 585–601. [Google Scholar] [CrossRef]
  28. Zhao, B.; Gao, J.; Chen, K.; Guo, K. Two-generation Pareto ant colony algorithm for multi-objective job shop scheduling problem with alternative process plans and unrelated parallel machines. J. Intell. Manuf. 2018, 29, 93–108. [Google Scholar] [CrossRef]
  29. Liu, M.; Yi, S.; Wen, P. Quantum-inspired hybrid algorithm for integrated process planning and scheduling. Proc. Inst. Mech. Eng. Part B J. Eng. Manuf. 2018, 232, 1105–1122. [Google Scholar] [CrossRef]
  30. Wong, T.; Zhang, S.; Wang, G.; Zhang, L. Integrated process planning and scheduling—Multi-agent system with two-stage ant colony optimisation algorithm. Int. J. Prod. Res. 2012, 50, 6188–6201. [Google Scholar] [CrossRef]
  31. Zhang, S.; Wang, S. Flexible Assembly Job-Shop Scheduling With Sequence-Dependent Setup Times and Part Sharing in a Dynamic Environment: Constraint Programming Model, Mixed-Integer Programming Model, and Dispatching Rules. IEEE Trans. Eng. Manag. 2018, 65, 487–504. [Google Scholar] [CrossRef]
  32. Lu, C.; Gao, L.; Li, X.; Chen, P. Energy-efficient multi-pass turning operation using multi-objective backtracking search algorithm. J. Clean. Prod. 2016, 137, 1516–1531. [Google Scholar] [CrossRef]
  33. Dornfeld, D.A. Moving towards green and sustainable manufacturing. Int. J. Precis. Eng. Manuf. Green Technol. 2014, 1, 63–66. [Google Scholar] [CrossRef]
  34. He, Y.; Li, Y.; Wu, T.; Sutherland, J.W. An energy-responsive optimization method for machine tool selection and operation sequence in flexible machining job shops. J. Clean. Prod. 2015, 87, 245–254. [Google Scholar] [CrossRef]
  35. May, G.; Stahl, B.; Taisch, M.; Prabhu, V. Multi-objective genetic algorithm for energy-efficient job shop scheduling. Int. J. Prod. Res. 2015, 53, 7071–7089. [Google Scholar] [CrossRef]
  36. Lin, W.; Yu, D.; Zhang, C.; Liu, X.; Zhang, S.; Tian, Y.; Liu, S.; Xie, Z. A multi-objective teaching learning based optimization algorithm to scheduling in turning processes for minimizing makespan and carbon footprint. J. Clean. Prod. 2015, 101, 337–347. [Google Scholar] [CrossRef]
  37. Mouzon, G.; Yildirim, M.B.; Twomey, J. Operational methods for minimization of energy consumption of manufacturing equipment. Int. J. Prod. Res. 2007, 45, 4247–4271. [Google Scholar] [CrossRef]
  38. Dai, M.; Tang, D.; Giret, A.; Salido, M.A.; Li, W. Energy-efficient scheduling for a flexible flow shop using an improved genetic-simulated annealing algorithm. Robot. Comput. Integr. Manuf. 2013, 29, 418–429. [Google Scholar] [CrossRef]
  39. Meng, L.; Zhang, C.; Shao, X.; Ren, Y.; Ren, C. Mathematical modelling and optimisation of energy-conscious hybrid flow shop scheduling problem with unrelated parallel machines. Int. J. Prod. Res. 2018, 1–27. [Google Scholar] [CrossRef]
  40. Zhang, R.; Chiong, R. Solving the energy-efficient job shop scheduling problem: A multi-objective genetic algorithm with enhanced local search for minimizing the total weighted tardiness and total energy consumption. J. Clean. Prod. 2016, 112, 3361–3375. [Google Scholar] [CrossRef]
  41. Fang, K.; Uhan, N.A.; Zhao, F.; Sutherland, J.W. Flow shop scheduling with peak power consumption constraints. Ann. Oper. Res. 2013, 206, 115–145. [Google Scholar] [CrossRef]
  42. Lei, D.; Zheng, Y.; Guo, X. A shuffled frog-leaping algorithm for flexible job shop scheduling with the consideration of energy consumption. Int. J. Prod. Res. 2017, 55, 3126–3140. [Google Scholar] [CrossRef]
  43. Wu, X.; Sun, Y. A green scheduling algorithm for flexible job shop with energy-saving measures. J. Clean. Prod. 2018, 172, 3249–3264. [Google Scholar] [CrossRef]
  44. Wang, H.; Jiang, Z.; Wang, Y.; Zhang, H.; Wang, Y. A two-stage optimization method for energy-saving flexible job-shop scheduling based on energy dynamic characterization. J. Clean. Prod. 2018, 188, 575–588. [Google Scholar] [CrossRef]
  45. Giglio, D.; Paolucci, M.; Roshani, A. Integrated lot sizing and energy-efficient job shop scheduling problem in manufacturing/remanufacturing systems. J. Clean. Prod. 2017, 148, 624–641. [Google Scholar] [CrossRef]
  46. Mikhaylidi, Y.; Naseraldin, H.; Yedidsion, L. Operations scheduling under electricity time-varying prices. Int. J. Prod. Res. 2015, 53, 7136–7157. [Google Scholar] [CrossRef]
  47. Zhou, S.; Li, X.; Du, N.; Pang, Y.; Chen, H. A multi-objective differential evolution algorithm for parallel batch processing machine scheduling considering electricity consumption cost. Comput. Oper. Res. 2018, 96, 55–68. [Google Scholar] [CrossRef]
  48. Zhang, Z.; Tang, R.; Peng, T.; Tao, L.; Jia, S. A method for minimizing the energy consumption of machining system: integration of process planning and scheduling. J. Clean. Prod. 2016, 137, 1647–1662. [Google Scholar] [CrossRef]
  49. Dahmus, J.B.; Gutowski, T.G. An environmental analysis of machining. In Proceedings of the ASME 2004 International Mechanical Engineering Congress and Exposition, Anaheim, CA, USA, 13–19 November 2004; pp. 643–652. [Google Scholar] [CrossRef]
  50. Meng, L.; Zhang, C.; Shao, X.; Ren, Y. MILP models for energy-aware flexible job shop scheduling problem. J. Clean. Prod. 2019, 210, 710–723. [Google Scholar] [CrossRef]
  51. Deb, K.; Pratap, A.; Agarwal, S.; Meyarivan, T. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans. Evolut. Comput. 2002, 6, 182–197. [Google Scholar] [CrossRef]
  52. Manne, A.S. On the Job-Shop Scheduling Problem. Oper. Res. 1960, 8, 219–223. [Google Scholar] [CrossRef]
  53. Bierwirth, C. A generalized permutation approach to job shop scheduling with genetic algorithms. Oper. Res. Spektrum 1995, 17, 87–92. [Google Scholar] [CrossRef]
  54. Bierwirth, C.; Mattfeld, D.C. Production scheduling and rescheduling with genetic algorithms. Evolut. Comput. 2014, 7, 1–17. [Google Scholar] [CrossRef]
  55. Cheng, R.; Gen, M.; Tsujimura, Y. A tutorial survey of job-shop scheduling problems using genetic algorithms—I. representation. Comput. Ind. Eng. 1996, 30, 983–997. [Google Scholar] [CrossRef]
  56. Nowicki, E.; Smutnicki, C. A Fast Taboo Search Algorithm for the Job Shop Problem. Manag. Sci. 1996, 42, 797–813. [Google Scholar] [CrossRef]
  57. Gao, J.; Sun, L.; Gen, M. A hybrid genetic and variable neighborhood descent algorithm for flexible job shop scheduling problems. Comput. Oper. Res. 2008, 35, 2892–2907. [Google Scholar] [CrossRef]
  58. Jin, H.; Jin, L.; Zhang, C. Mathematical Modeling and a Hybrid NSGA-II Algorithm for Process Planning Problem Considering Machining Cost and Carbon Emission. Sustainability 2017, 9, 1769. [Google Scholar]
  59. Tian, G.; Zhou, M.; Li, P. Disassembly Sequence Planning Considering Fuzzy Component Quality and Varying Operational Cost. IEEE Trans. Autom. Sci. Eng. 2018, 15, 748–760. [Google Scholar] [CrossRef]
Figure 1. The network graph of a part.
Figure 1. The network graph of a part.
Processes 07 00120 g001
Figure 2. The energy use breakdown of a machine tool.
Figure 2. The energy use breakdown of a machine tool.
Processes 07 00120 g002
Figure 3. The work flow of the proposed algorithm.
Figure 3. The work flow of the proposed algorithm.
Processes 07 00120 g003
Figure 4. The coding scheme.
Figure 4. The coding scheme.
Processes 07 00120 g004
Figure 5. The crossover operator.
Figure 5. The crossover operator.
Processes 07 00120 g005
Figure 6. The Pareto front of the two algorithms.
Figure 6. The Pareto front of the two algorithms.
Processes 07 00120 g006
Figure 7. The Gantt chart that mainly considers the makespan criterion.
Figure 7. The Gantt chart that mainly considers the makespan criterion.
Processes 07 00120 g007
Figure 8. The Gantt chart that mainly considers the energy consumption (carbon emission) criterion.
Figure 8. The Gantt chart that mainly considers the energy consumption (carbon emission) criterion.
Processes 07 00120 g008
Figure 9. The Gantt chart that considers both the two criteria.
Figure 9. The Gantt chart that considers both the two criteria.
Processes 07 00120 g009
Figure 10. The energy consumption of three instances.
Figure 10. The energy consumption of three instances.
Processes 07 00120 g010
Figure 11. The proportion of energy consumptions.
Figure 11. The proportion of energy consumptions.
Processes 07 00120 g011
Table 1. Description of three strings.
Table 1. Description of three strings.
NamesNumber of PositionsPurpose
Scheduling string i R i h max at mostOperations belonging to different jobs will be processed sequentially according to the sequence in this string.
Process plan string | n | Indicate which operation combination will be adopted for each job.
Operation stringThere are | n | operation strings; each has R i h max positions at mostThe operation IDs and machine IDs of the corresponding operations are specified in each position; each operation string stands for an operation combination.
Table 2. Instances in Kim’s benchmark.
Table 2. Instances in Kim’s benchmark.
NumberJobsJob IDOperations
161, 2, 3, 10, 11, 1279
264, 5, 6, 13, 14, 15100
367, 8, 9, 16, 17, 18121
461, 4, 7, 10, 13, 1695
562, 5, 8, 11, 14, 1796
663, 6, 9, 12, 15, 18109
761, 4, 8, 12, 15, 1799
862, 6, 7, 10, 14, 1896
963, 5, 9, 11, 13, 16105
1091, 2, 3, 5, 6, 10, 11, 12, 15132
1194, 7, 8, 9, 13, 14, 16, 17, 18168
1291, 4, 5, 7, 8, 10, 13, 14, 16146
1392, 3, 6, 9, 11, 12, 15, 17, 18154
1491, 2, 4, 7, 8, 12, 15, 17, 18151
1593, 5, 6, 9, 10, 11, 13, 14, 16149
16121, 2, 3, 4, 5, 6, 10, 11, 12, 13, 14, 15179
17124, 5, 6, 7, 8, 9, 13, 14, 15, 16, 17, 18221
18121, 2, 4, 5, 7, 8, 10, 11, 13, 14, 16, 17191
19122, 3, 5, 6, 8, 9, 11, 12, 14, 15, 17, 18205
20121, 2, 4, 6, 7, 8, 10, 12, 14, 15, 17, 18195
21122, 3, 5, 6, 7, 9, 10, 11, 13, 14, 16, 18201
22152, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18256
23151, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18256
24181, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18300
Table 3. Machine power values used in computation.
Table 3. Machine power values used in computation.
Machine IDPower (kW)Machine IDPower (kW)Machine IDPower (kW)
125619117
212771221
31785139
4189231413
51210161528
Table 4. Results comparisons of Instance 24.
Table 4. Results comparisons of Instance 24.
Case 1 (in Figure 7)Case 2 (in Figure 8)Case 3 (in Figure 9)
makespancarbon emissionmakespancarbon emissionmakespancarbon emission
531 (min)13,340.3 (kg)810 (min)2036.32 (kg)680 (min)2267.88 (kg)

Share and Cite

MDPI and ACS Style

Jin, L.; Zhang, C.; Fei, X. Realizing Energy Savings in Integrated Process Planning and Scheduling. Processes 2019, 7, 120. https://doi.org/10.3390/pr7030120

AMA Style

Jin L, Zhang C, Fei X. Realizing Energy Savings in Integrated Process Planning and Scheduling. Processes. 2019; 7(3):120. https://doi.org/10.3390/pr7030120

Chicago/Turabian Style

Jin, Liangliang, Chaoyong Zhang, and Xinjiang Fei. 2019. "Realizing Energy Savings in Integrated Process Planning and Scheduling" Processes 7, no. 3: 120. https://doi.org/10.3390/pr7030120

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