Next Article in Journal
Economic Analysis of a Freeze-Drying Cycle
Previous Article in Journal
Equilibrium, Kinetic and Thermodynamic Studies for Sorption of Phosphate from Aqueous Solutions Using ZnO Nanoparticles
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Minimizing Tardiness Penalty Costs in Job Shop Scheduling under Maximum Allowable Tardiness

1
Department of Industrial and Management Engineering, Incheon National University, Incheon 22012, Korea
2
Department of Industrial Engineering, Hongik University, Seoul 04066, Korea
3
Department of Industrial and Management Engineering, Sungkyul University, Gyeonggi-do 14097, Korea
4
Department of Industrial Engineering, Chosun University, Gwangju 61452, Korea
5
Department of Management Engineering, Sangmyung University, Chungnam 31066, Korea
*
Author to whom correspondence should be addressed.
Processes 2020, 8(11), 1398; https://doi.org/10.3390/pr8111398
Submission received: 19 August 2020 / Revised: 23 October 2020 / Accepted: 30 October 2020 / Published: 2 November 2020

Abstract

:
In many manufacturing or service industries, there exists maximum allowable tardiness for orders, according to purchase contracts between the customers and suppliers. Customers may cancel their orders and request compensation for damages, for breach of contract, when the delivery time is expected to exceed maximum allowable tardiness, whereas they may accept the delayed delivery of orders with a reasonable discount of price within maximum allowable tardiness. Although many research works have been produced on the job shop scheduling problem relating to minimizing total tardiness, none of them have yet considered problems with maximum allowable tardiness. In this study, we solve a job shop scheduling problem under maximum allowable tardiness, with the objective of minimizing tardiness penalty costs. Two kinds of penalty costs are considered, i.e., one for tardy jobs, and the other for canceled jobs. To deal with this problem within a reasonable time at actual production facilities, we propose several dispatching rules by extending well-known dispatching rules for the job shop scheduling problem, in cooperation with a probabilistic conception of those rules. To evaluate the proposed rules, computational experiments were carried out on 300 test instances. The test results show that the suggested probabilistic dispatching rules work better than the existing rules and the optimization solver CPLEX, with a time limit.

1. Introduction

In many manufacturing or service industries, customers may specify maximum allowable tardiness for their orders in purchase contracts, according to agreements with suppliers. Here, maximum allowable tardiness is a delayed time over the due date within which the customer can allow a delayed delivery. That is, customers can cancel their orders and/or request compensation for damages for the unfulfilled contract when the delayed time over the due date exceeds maximum allowable tardiness. A typical example can be found in the semiconductor market, where the power of major customers such as Apple or Dell is continuously increasing in the supply chain. If a delivery for a customer’s order is late for its due date, and within the maximum allowable tardiness, the supplier pays a penalty fee or gives price discounts to the customer for the late fulfillment of the orders. Usually, the later the order is fulfilled, the higher the penalty cost. Customers in the semiconductor market usually allow one or two weeks lateness over the due dates, although allowable tardiness mainly depends on the levels of their safety stocks. If the delivery is late over the maximum allowable tardiness, customers will cancel their orders and try to find other suppliers. In this case, the supplier may have to scrap the products of the canceled orders if there are no other customers to buy the products. This happens occasionally if the products of cancelled orders are non-commodity ones, such as application process (AP) chips or multi-chip-package chips. Thus, it is critical to have competitiveness in meeting the due dates of customers’ orders in the semiconductor manufacturing industry. According to [1], individual job release times and due dates, combined with other processing environment characteristics of a semi-conductor manufacturing facility, have formed a complex job shop scheduling problem (JSP). Mason et al. [2] also mentioned that massive penalties for not satisfying the due date of orders require semiconductor manufacturers to control their manufacturing facilities efficiently. So far, most research on the job shop scheduling problem has been focused on the makespan criterion. However, due date related performance is becoming more significant in the make-to-order manufacturing environment nowadays [3].
In this study, we deal with the job shop scheduling problem with maximum allowable tardiness (JSP-MAT). In the job shop, any job consisting of a number of different operations could be performed by different machines. We were inspired by a real factory problem in a semiconductor chip packaging and test process in Korea. In the test process, three kinds of tests are performed: burn-in tests, electrical power-consumption tests, and functional speed tests. Among these tests, the electrical power consumption test and functional speed test consist of multiple routes, with sub-steps which are determined by the product types and the former test results. Furthermore, customers designate, both a normal shipping date, and a final shipping date (with late penalty) for the ordering contract. This production process can be modeled as a job shop with maximum allowable tardiness (MAT).
We study the JSP-MAT with the objective of minimizing the total penalty cost, where two kinds of penalty costs are considered, i.e., tardiness penalty costs for allowable tardy jobs, and lost-sale penalty costs for cancelled jobs. The JSP-MAT is a special case of the job shop scheduling problem, which is one of the most studied problems in the scheduling area.
Although there have been lots of studies on dispatching rules for job shop scheduling, with the objective of minimizing total tardiness, there is a lack of research works considering the two penalty costs. Furthermore, some optimal solution tools, such as CPLEX, have the limitation of not providing the optimal solutions for the large-sized job shop scheduling problem within a reasonable time. In many industries, operation managers require practical tools that can solve a large-sized problem quickly, rather than using time-consuming optimization tools. In addition, existing dispatching rules have a limitation in improving the performance of job shop operations, because fixed priorities, determined by a certain dispatching rule, are assigned to all operations so that they offer the same solution for the same problem. To overcome these limitations, we developed probabilistic dispatching rules to solve the JSP-MAT, with the objective of minimizing the total penalty cost. The proposed rules are an extended version of earliest due date (EDD), modified due date (MDD), SLACK, original cost over time (COVERT), and apparent tardiness cost (ATC), which are known to work well for the job shop tardiness scheduling problem, by considering lost-sale penalty costs as well as tardiness costs, in order to set the priority of jobs to be scheduled in a probabilistic manner.

2. Previous Works

In general, three kinds of solution approaches to the job shop scheduling problem exist. First, meta-heuristics, such as genetic algorithms, simulated annealing algorithms, and a tabu search have been proposed to obtain near-optimal solutions efficiently for large-scale problem instances. Second, exact algorithms, such as Lagrangian relaxation approaches, queuing network models, and branch-and-bound methods have been proposed to solve the problem to optimality. Lastly, dispatching rules have been developed to obtain good solutions quickly for practical use. Holthaus and Rajendran [4] classified the dispatching rules in a job shop into four categories: (1) process-time based rules, (2) due-date based rules, (3) combination rules, and (4) rules that are neither process-time based nor due-date based. For an extensive literature review of the job shop scheduling problem, refer to Blazewicz et al. [5].
There have been research works for the JSP in semiconductor manufacturing. For example, Gupta and Sivakumar [3] reviewed the job shop scheduling techniques in semiconductor manufacturing, including dispatching rules, mathematical programming techniques, search methods, and AI techniques. Mönch et al. [6] discussed several problems and solution techniques in semiconductor manufacturing, and addressed the challenging issues in scheduling semiconductor manufacturing operations. Several researchers mentioned the necessity, or importance, of the research of semiconductor job shop scheduling. For example, Essafi et al. [7] reported that research works dealing with the minimization of due date related objectives in job-shops are very scarce, despite the increasing importance of customer service in terms of meeting due dates. Zhang and Wu [8] also mentioned that the research on the total weighted tardiness objective is comparatively scarce, because this objective function is more difficult and complex to optimize. Due date related performance is becoming more significant in the make-to-order manufacturing environment nowadays [8].
Various algorithms have been proposed to solve the JSP, with the objective of minimizing total tardiness. Singer and Pinedo [9] proposed branch and bound algorithms, having two types of branching schemes for minimizing the total weighted tardiness in job shops. Pinedo and Singer [10] proposed a shifting bottleneck heuristic to minimize the total weighted tardiness in a job shop. To resolve the problem efficiently, in the proposed heuristic they applied a decomposition concept to break down the job shop into a number of single-machine subproblems. Asano and Ohta [11] dealt with a JSP to minimize the total weighted tardiness, with job-specific due dates and delay penalties. To resolve the problem, they proposed a heuristic algorithm based on the tree search procedure. Mattfeld and Bierwirth [12] proposed a genetic algorithm for JSPs, with release and due-dates, and with various tardiness criteria (e.g., weighted mean tardiness, maximum tardiness of jobs, and weighted number of tardy jobs) as objectives. Furthermore, Mason et al. [2] investigated three rescheduling strategies for complex job shops, such as semiconductor wafer fabs having dynamic and uncertain environments, with the objective of minimizing order total weighted tardiness. Mason et al. [1] presented a mixed integer programming (MIP) heuristic, solved by CPLEX, to minimize total weighted tardiness in a complex job shop. In order to evaluate the proposed method, they compared it with a modified shifting bottleneck heuristic and various dispatching rules. De Bontridder [13] also addressed a JSP with release times, positive end-start time lags, and a general precedence graph under the objective of minimization of the total weighted tardiness. To resolve the problem, they proposed a tabu search algorithm to search for the order in which the operations were processed on each machine. Chiang and Fu [14] reviewed eighteen dispatching rules for the JSP with due data-based objectives and proposed a new dispatching rule, having a balanced performance when more than one objective is considered. Essafi et al. [7] addressed the job-shop problem with the objective of minimizing the total weighted tardiness, considering release dates and due dates. To resolve the problem, they proposed a genetic local search algorithm. Zhou et al. [15] also dealt with a JSP to minimize weighted tardiness. They proposed a hybrid framework, integrating a genetic algorithm (GA) and four dispatching rules, i.e., weighted COVERT, Rachamadagu and Morton (RandM), weighted shortest processing time (SPT), and EDD. In their scheduling framework, the first operation of each machine was determined by the GA, and the remaining operations are allocated to the machines by a dispatching rule. They showed that the proposed hybrid framework functioned well, regardless of different levels of due-date tightness. Recently, Zhang and Wu [8] dealt with a JSP with the objective of minimizing total weighted tardiness. To solve the problem more effectively, they revised a simulated annealing algorithm with a block-based neighborhood structure. Chen and Matis [16] proposed the weighted biased modified rule (WBMR) to minimize the mean weighted tardiness of jobs in a job shop. They showed that WBMR outperformed other traditional rules at various congesting and due-date tightness levels.
However, to the best of our knowledge, the JSP with maximum allowable tardiness (JSP-MAT) has not yet been studied, while there are only a few studies for the single machine scheduling problem with maximum allowable tardiness, including [17,18,19,20,21]. In this study, we deal with the JSP-MAT. The objective of the problem is to minimize the total penalty cost consisting of two kinds of penalty costs, i.e., tardiness penalty costs for allowable tardy jobs, and lost-sale penalty costs for cancelled jobs. Due to the dynamic characteristic of manufacturing lines, the scheduling problem should be solved very quickly, so dispatching rules are commonly used in practice [22]. In this study, we propose dispatching rules with a probability scheme for the JSP-MAT. This paper is organized as follows: In the next section, we declare the integer programming model of the JSP-MAT. The probabilistic dispatching rules for the job shop scheduling are presented in Section 3. In Section 4, we report the performance of the suggested rules through computational experiments. Finally, Section 5 concludes the paper with a short summary.

3. Mathematical Formulation

In this study, we introduce the following notations to formalize the JSP-MAT.
(Parameters)
i , k indices for jobs
j , l indices for operations
h index for machines
N number of jobs
M number of machines
d i due date of job i
d ¯ i cancellation deadline for job i
τ ¯ i maximum allowable tardiness of job i, i.e., τ ¯ i = d ¯ i d i
p i , j processing time of operation j of job i
V a very large value
α i tardiness penalty cost per unit time for job i
β i lost-sale penalty cost for job i
m i , j machine on which the jth operation of job i is processed
(Decision variables)
y i , k , h = 1 if job k follows job i on machine h, and 0 otherwise
c i = 1 if job i is cancelled by the customer, and 0 otherwise
τ i tardiness of job i
s i , j start time of operation j of job i
Then, we define a mathematical model of the JSP-MAT as follows.
(P) Minimize
i = 1 N ( α i τ i + β i c i )
subject to
s i , j s i , j 1 + p i , j 1 i , j
s i , j + p i , j s k , l + V ( 1 y i , k , h ) i < k , h   with   m i , j = m k , l = h
s k , l + p k , l s i , j + V y i , k , h    i < k , h   with   m i , j = m k , l = h
s i , j + p i , j d i τ i + V c i i , j
s i , j + p i , j d i τ ¯ i + V c i i , j
s i , j 0 i , j
τ i 0 , c i { 0 , 1 } i
y i , k , h { 0 , 1 } i , j , h
Equation (1) indicates that the objective of JSP-MAT is to minimize the total penalty costs of all jobs. The costs can be represented by the sum of tardiness penalty costs for allowable tardy jobs and lost-sale penalty costs for cancelled jobs which are scheduled behind their cancelation deadlines. Figure 1 depicts the piece-wise continuous penalty cost function, which increases linearly with tardiness and jumps to the lost-sale penalty cost when the order is cancelled, and then maintains the same value after that. Constraint (2) ensures that the start time of a job is not less than the completion time of its precedent. The disjunctive constraints (3) and (4) ensure that no two jobs can be scheduled on the same machine at the same time. Note that the parameter V should be a large enough value to ensure the correctness of (3) and (4). Constraints (5) and (6) identify whether each order is cancelled or not, and specify tardiness of the order in case it is not cancelled. Constraints (7), (8), and (9) represent ranges of decision variables. Since most variants of the JSP are NP-hard, JSP-MAT is also NP-hard in the ordinary sense.

4. Dispatching Rules

4.1. Extend Dispatching Rules

In many industries, operation managers require practical tools that can solve large-sized operational problems quickly, rather than using time-consuming optimization tools. In this paper, we suggest several practical dispatching rules for the JSP-MAT, which can be implemented in the production planning and scheduling process at actual manufacturing facilities. Dispatching rules are used to determine the job sequence in which jobs should be worked. Various dispatching rules have been developed for the JSP [23,24], and five dispatching rules (EDD, MDD, SLACK, COVERT, and ATC) are most widely used in practice, and are known to perform better than others, in terms of the total tardiness criterion [14,25,26,27]. In this section, we extend these five dispatching rules to improve their performance for the JSP-MAT. For this, we introduce additional notation, as below:
β i = β i / τ ¯ i
P i total processing time of job i
P ¯ average total processing time of the remaining jobs
r i total remaining processing time of job i
(1) EEDD
In the earliest due date (EDD) rule, jobs with earlier due dates have higher priorities and are processed before those with later due dates. The EDD rule that considers the weight of tardiness penalty cost can be represented by EDD: min i ( d i / α i ) . For the JSP-MAT, the EDD rule can be extended by considering both the weight of tardiness penalty cost and lost-sale penalty cost. This rule is named the extended EDD (EEDD) rule in this study, and given as follows: EEDD: min i Ψ ( min ( d i / α i , d ¯ i / β i ) ) , where Ψ is a set of unselected jobs.
Note that β i is used instead of β i in the proposed rule because β i has the same measure as α i , i.e., a cost per unit time.
(2) EMDD
The modified due date (MDD) rule was originally suggested by [28] for the JSP. In this rule, the modified due date of a job is defined as the larger value of the due date of the job and the earliest possible completion time of the job. The MDD rule selects the job with the least modified due date among the unselected jobs to be processed next. The modified due dates of jobs are updated each time a new job is selected because the earliest possible completion times of the unselected jobs depend on those of selected ones. In this regard, the MDD rule is called the dynamic dispatching rule. The MDD rule that considers the weight of tardiness penalty cost can be represented by min i ( max ( d i , t + r i ) / α i ) . Then the extended MDD (EMDD) rule that considers both the weight of tardiness penalty cost and lost-sale penalty cost can be represented as follows:
EMDD : min i Ψ ( M D i ) ,   where   M D i = { d i / α i if   t + r i d i d ¯ i / β i if   d i < t + r i d ¯ i V if   t + r i > d ¯ i
In the EMDD rule, priorities of jobs to be selected are determined by the three different criteria, according to the range of their earliest possible completion times. The basic concept of the EMDD rule is that a job has one of three different types of modified due dates according to the range of the earliest possible completion time of the job. In the case that the earliest possible completion time of job i is not greater than d i , d i / α i represents M D i , i.e., the modified due date of job i, while d ¯ i / β i replaces it when the earliest possible completion time exceeds the due date but not the cancellation deadline. Note that d ¯ i / β i is usually less than d i / α i because β i / α i > d ¯ i / d i in general. On the other hand, a very large value V is assigned to the modified due date when the job cannot help being cancelled. Once a job turns out to be cancelled, we assign it the lowest scheduling priority so as not to consider it any longer.
(3) ESLACK
In the SLACK rule, the job with the least slack time has the highest priority. The slack time of a job is defined as the maximum available time to delay the completion of the job without violating its due date. The job slack time is computed as the difference between the job due-date and the earliest possible completion time for the job. As with the MDD rule, the SLACK rule is also a dynamic dispatching rule, because the job slack time is not static, but should be updated each time a new job is selected for processing. The SLACK rule that considers the weight of tardiness penalty cost is represented by SLACK: min i ( d i t r i ) / α i . Then the Extended SLACK (ESLACK) rule that considers both the weight of tardiness penalty cost and lost-sale penalty cost can be represented as follows:
ESLACK : min i Ψ ( S T i ) ,   where   S T i = { ( d i t r i ) / α i if   t + r i d i ( d ¯ i t r i ) / β i if   d i < t + r i d ¯ i V if   t + r i > d ¯ i
(4) ECOVERT
The original cost over time (COVERT) priority index represents the expected tardiness cost per unit of imminent processing time, or cost over time [23]. The COVERT rule is a ratio-based dispatching rule, which combines the SLACK rule and the shortest processing time (SPT) rule. It puts the job with the largest COVERT ratio in the first position of the job sequence. The COVERT ratio of a job is computed by dividing a derived urgency ratio of the job by the pseudo-processing time of the job. It is known that it performs well on due date-based objectives, especially on the total tardiness measure for the JSP [29]. The COVERT rule that considers the weight of tardiness penalty cost can be represented by COVERT: max i { α i / p i j max [ 0 , 1 max ( 0 , d i t r i ) / k ( r i p i j ) ] } . In COVERT, k is a parameter, and its value is usually determined through experimental analysis. We extend the COVERT rule to ECOVERT rule by considering both the weight of tardiness penalty cost and lost-sale penalty cost as follows:
ECOVERT : max i Ψ ( C R i ) ,   where C R i = { α i p i j max ( 0 , 1 d i t r i k ( r i p i j ) ) if   t + r i d i α i p i j + β i p i j max ( 0 , 1 d ¯ i t r i k ( r i p i j ) ) if   d i < t + r i d ¯ i V if   t + r i > d ¯ i
Note that the ECOVERT is different from the previous three dispatching rules proposed, in that it gives higher priorities to jobs with larger COVERT ratios. The COVERT ratio of job i, C R i , has a value between 0 and α i / p i j if t + r i d i , and one between α i / p i j and ( α i + β i ) / p i j if d i < t + r i d ¯ i , and V otherwise. Since the lost-sale penalty cost is much higher than the tardiness penalty cost, job i has larger C R i as the possibility of the job being cancelled is increased.
(5) EATC
The apparent tardiness cost (ATC) rule was developed based on the COVERT rule for the JSP [23]. The basic concept of the ATC rule is the same as the COVERT rule, with two main differences. First, the ATC rule uses an exponential function rather than a linear one to emphasize the role of slack. Second, the ratio is calculated by dividing the job slack by the average processing time, instead of the job processing time. The ATC that considers the weight of tardiness penalty cost can be represented by ATC: max i { α i / p i j exp [ max ( 0 , d i t r i ) / k P ¯ ] } . Here, k is a parameter and P ¯ = i Ψ P i / | { i Ψ } | . Then the Extended ATC (EATC) can be represented as follows:
EATC : max i Ψ ( T C i ) ,   where T C i = { α i p i j exp ( max ( 0 , d i t r i ) k P ¯ ) if   t + r i d i α i p i j + β i p i j exp ( max ( 0 , d ¯ i t r i ) k P ¯ ) if   d i < t + r i d ¯ i V if   t + r i > d ¯ i

4.2. Probabilistic Dispatching Rules

The main disadvantage of the dispatching rules is that they always offer the same schedule for the same problem instance, because jobs with higher priorities are processed earlier in them, which however does not guarantee better solutions. To overcome this, we proposed probabilistic dispatching rules, based on the five dispatching rules proposed in the previous section. In the probabilistic dispatching rules, jobs with higher priorities are selected for processing with higher probabilities, which enables them to generate various solutions for the same problem instance. To assign a selection probability to each job, we use the softmax function denoted as Φ which takes a K-dimensional vector of arbitrary real values, and produces another K-dimensional vector with real values in the range (0, 1) that add up to 1.0. Let us consider a K-dimensional input vector z = ( z 1 , z 2 , , z K ) . Then Φ ( z i ) = e z i / k = 1 K e z k , which can be regarded as a probability that event i occurs when the value of event i is z i . By using the softmax function, a probability that a certain event occurs increases exponentially as the value of the event increases. In this study, probabilistic versions for the five dispatching rules proposed are denoted, respectively, as PEEDD, PEMDD, PESLACK, PECOVERT, and PEATC. Among these, PEMDD can be represented as below:
PEMDD : Prob ( i ) = e M D i / i Ψ e M D i ,   where M D i = { d i / α i if   t + r i d i d ¯ i / β i if   d i < t + r i d ¯ i V if   t + r i > d ¯ i
In the PEMDD rule, Prob(i) represents the probability that job i is selected for processing. To select a job for dispatching, we sort the M D i values of all jobs in the unselected job set Ψ in a non-increasing order, and let [i] indicate the index of the i-th job in the sorting sequence. Then, job [k] is selected if i = 1 k 1 e M D [ i ] / i ψ e M D i < U ( 0 , 1 ) i = 1 k e M D [ i ] / i ψ e M D i , for 1 k | Ψ | , where U(0, 1) is a randomly selected real value with a range [0,1]. Finally, the best solution is selected for scheduling among prescribed number of replicates obtained by applying this rule iteratively.
The other four probabilistic dispatching rules PEEDD, PESLACK, PECOVERT, and PEATC can be represented in the same manner as PEMDD.

5. Computational Experiments

To test the performance of the suggested dispatching rules, we randomly generated 300 test instances varying the numbers of jobs, due-date tightness, and range of allowable tardiness: five levels for the number of jobs, three levels for the due-date tightness, and 20 replications for each combination. Note that currently open data sets of job shop problems are not suitable for this study because they do not contain information about the maximum allowable tardiness and the related penalty cost. Instead, we generated suitable data sets for this study based on a statistical specification from a real factory of a semiconductor chip packaging and test process in Korea. In the semiconductor chip test process, three kinds of tests are performed: burn-in tests, electrical power-consumption tests, and functional speed tests. Among these tests, the electrical power consumption test and functional speed test consist of multiple routes, with sub-steps according to the production process of the product types and their former test results. We modified the statistical specification to protect the company’s industrial property right, without loss of generality, and published the full data set publicly [30].
In the generated problem, we assumed the following:
(1)
Set-up times are included in the processing times.
(2)
Each machine can perform at most one job at a time.
(3)
Each job can be processed only on one machine at a time, without preemption.
(4)
Each operation has a deterministic processing time.
(5)
The transportation time between different machines can be neglected.
(6)
No machine breakdown or maintenance happens.
In each problem instance, relevant data were generated as follows. Here, DU(a, b) and U(a, b) denote random numbers generated from the discrete and continuous uniform distributions, with a range (a, b), respectively.
(1)
The number of jobs used in computational experiments is 10, 20, 30, 40, or 50.
(2)
The number of machines is generated considering the number of jobs as follows: 3·N/10.
(3)
The number of operations for each job is randomly generated with DU(1, 10). If the number of operations is bigger than the number of machines, then the number of operations is set to the number of machines.
(4)
The processing time of each operation is randomly generated with DU(1, 20).
(5)
The machine to take each operation of a job is randomly assigned.
(6)
The due date of each job is randomly determined between 1 and 5 times of the total processing time of each job. That is, it is set to λ i j p i j , where λ is a random number between 1 and 5.
(7)
There are three levels of allowable due date tightness: loose, normal, and tight. For this, cancellation deadline of job i is set to [ μ d i ] , where μ is a factor for controlling the range of allowable due date tightness and it is set to U(1, 2) for tight allowable due dates, U(1, 3) for normal ones, and U(1, 4) for loose ones. Note that larger μ generates bigger allowable due date tardiness.
(8)
Tardiness penalty cost per unit time for job i, i.e., αi, was set to U(1.0, 5.0)
(9)
Lost-sale penalty cost of job i is generated as follows: β i = η α i τ ¯ i , where η is a random value between 5 and 15.
First, we compared five existing dispatching rules (i.e., EDD, SLACK, MDD, COVERT, and ATC) with our extended ones (i.e., EEDD, ESLACK, EMDD, ECOVERT, and EATC). Table 1 summarizes the relative deviation index (RDI) values of solutions obtained by each rule for each number of jobs. Here the RDI of solution s is calculated as below:
RDI   of   solution   s = objective   value   of   solution   s objective   value   of   the   best   solution objective   value   of   the   worst   solution objective   value   of   the   best   solution
Note that the range of RDI is between 0 and 1, where 0 and 1 denote the best and the worst solutions, respectively.
The results of Table 1 tell us the following: first, most of the extended dispatching rules gave better performance than the original dispatching rules, although the performance of EEDD was not better than that of EDD. Second, overall, ECOVERT outperformed the other rules, irrespective of the number of jobs and levels of due date tightness. Table 2 shows the number of best solutions (NBS) found by each rule. In Table 2, we can also see similar results: first, many of the extended dispatching rules, such as EMDD, ECOVERT, and EATC, gave better results than the original dispatching rules. However, EEDD and ESLACK gave slightly worse results than EDD and SLACK. Second, ECOVERT found a total of 126 best solutions, which was overwhelming in comparison with the others. ECOVERT always found the highest number of best solutions among all the rules.
Next, we compared the extended dispatching rules with the probabilistic dispatching rules (i.e., PEEDD, PEMDD, PESLACK, PECOVERT, and PEATC) and solutions from CPLEX 12.1, the commercial optimization solver. In CPLEX, we set the time limit to solve the JSP-MAT as 200 s, and set the parameter mipemphasis as CPXMIPEMPHASIS_FEASIBILITY to obtain a good and feasible solution rather than an optimal solution within the short time limit. In ECOVERT and EATC rules, the parameter k was set to 2. For each probabilistic dispatching rule, the best solution was selected among 1000 replicates, obtained by applying each rule iteratively.
Table 3 shows the NBS found by each rule for each job size. Overall, the probabilistic dispatching rules found more NBS than the extended dispatching rules did. As the number of jobs increased, it seemed that NBS of most rules became worse. However, PECOVERT and PESLACK gave the best solutions, irrespective of the number of jobs. It was also observed that EDD based rules, such as EEDD and PEEDD, gave the worse performance. Table 4 indicates the averages and standard deviations of RDI values for extended dispatching rules and their probabilistic rules, compared with the solutions of CPLEX 12.1. The test results in Table 4 show that the PECOVERT rule outperformed the other rules. In terms of the solution quality, the result shows that as the number of jobs increased, the RDI values of most dispatching rules also increased, until the number of jobs was 30, which means that the number of jobs highly affected the performance of the dispatching rules in a negative way. However, from a number above 40, those of most dispatching rules seemed to be decreasing. CPLEX’s solutions outperformed the other dispatching rules’ solutions when the number of jobs was 10 or 20. However, CPLEX’s RDI values tended to increase rapidly as the number of jobs increased. Especially when the number was over 40; it was relatively bad compared to those of ECOVERT or PECOVERT. It was also observed that the degree of due date tightness did not seem to affect the performance of solutions of the dispatching rules. Overall, the probabilistic extended dispatching rules were much better than the extended dispatching rules. Among the suggested rules, PECOVERT and PESLACK were the best, followed by PEATC. In particular, the PECOVERT rule gave the best solutions, irrespective of the number of jobs. The outstanding performance of the PECOVERT rule became more evident when the job size became larger, as shown in Figure 2. In summary, we could see that PECOVERT gave a robust performance, and its solution quality was also good when compared to the solutions of CPLEX, in particular, when the number of jobs was over 30.
To see if there was any statistically significant difference in the performances of the dispatching rules and CPLEX, statistical comparison tests were carried out. Prior to the comparison between two methods, the normality test with significance level 0.01 was carried out. As a result, normality was not guaranteed for all cases, so that a non-parametric method for the comparison of two groups, the Wilcoxon signed rank test with significance level 0.01, was carried out instead of paired t-tests. As per the summarized results shown in Table 5, we see that the rank is determined as follows PECOVERT > PESLACK > PEATC > CPLEX, ECOVERT, PEMDD > EATC > ESLACK > PEEDD > EMDD > EEDD. Overall, the proposed PECOVERT rule gave the best performance among tested dispatching rules. We also found that there was no significant difference in the results of the following two rules: CPLEX, ECOVERT, and PEMDD.
To assess the efficiency of PECOVERT and CPLEX, the computational times of PECOVERT and CPLEX for 300 test problems are reported in Table 6. The test results show that CPLEX found optimal solutions for all the 10-job test instances within 0.5 s. However, the computational times of CPLEX exponentially increased as the number of jobs increased. CPLEX frequently timed out (200 s) in solving the large-sized problems. While the computational times of PECOVERT are very short (about 2 s or less), even in the cases with more than 40 jobs. This means that PECOVERT efficiently solves the large-sized JSP-MAT within a reasonable time, in practice.

6. Conclusions

In this study, we dealt with the JSP-MAT, with the objective of minimizing tardiness penalty costs, consisting of penalty costs for allowable tardy jobs and those for cancelled jobs. We proposed probabilistic dispatching rules for the JSP-MAT by extending five well-known dispatching rules for the JSP, and adding a probabilistic concept into them. We conducted computational experiments to test the performance of the proposed rules. The test results showed that the extended dispatching rules outperformed the original dispatching rules, and the probabilistic dispatching rules work better than the extended dispatching rules. Among the proposed rules, PECOVERT showed the best performance; its solution quality was as good as CPLEX, despite its fast execution. Compared to CPLEX, the larger the number of jobs, the worse the CPLEX solution was, while PECOVRT gave stable and good solutions.
The suggested dispatching rules, especially PECOVERT, can be used as a viable tool for machine scheduling in the manufacturing industries which have penalty costs for order cancellation due to tardiness, such as the semiconductor manufacturing industry. They also can be used to develop an order promising procedure in the semiconductor business. The demand management system of a semiconductor manufacturing company receives orders from customers, and gives back the information on the estimated completion times and the quantities of products that can be shipped within due dates. After several runs of order promising negotiation, the product quantities and the due dates of the orders are confirmed, and only the confirmed orders will be processed by a production system. During the negotiation, the JSP-MAT can be solved using the suggested dispatching rules to estimate the completion times of the orders, and to decide whether the orders should be accepted or not, by considering the maximum allowable tardiness from the customers.
In conclusion, although the probabilistic extended dispatching rules do not outperform the solutions of a commercial optimization solver in all cases, we believe that they could give satisfactory results, as good as the optimization solver’s solutions. Furthermore, due to the simplicity and speed of the probabilistic extended dispatching rules, they could be easily used in practice and in simulation models of semiconductor production scheduling. For future research, it is necessary to study modifications and adaptations of more sophisticated heuristics or dispatching rules, which are known as relatively good algorithms for the single machine total tardiness scheduling problem, for further research of the JSP-MAT.

Author Contributions

Conceptualization and Idealization, J.-G.K.; Data analysis, H.-B.J.; Data preparation, S.-H.C. and J.-Y.B.; Review and editing, J.-H.S. All authors have read and agreed to the published version of the manuscript .

Funding

This research was funded by Incheon National University (International Cooperative) Research Grant in 2019.

Acknowledgments

This work was supported by Incheon National University (International Cooperative) Research Grant in 2019.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Mason, S.J.; Fowler, J.W.; Carlyle, W.M.; Montgomery, D.C. Heuristics for minimizing total weighted tardiness in complex job shops. Int. J. Prod. Res. 2005, 43, 1943–1963. [Google Scholar] [CrossRef]
  2. Mason, S.J.; Jin, S.; Wessels, C.M. Rescheduling strategies for minimizing total weighted tardiness in complex job shops. Int. J. Prod. Res. 2004, 42, 613–628. [Google Scholar] [CrossRef]
  3. Gupta, A.K.; Sivakumar, A.I. Job shop scheduling techniques in semiconductor manufacturing. Int. J. Adv. Manuf. Technol. 2006, 27, 1163–1169. [Google Scholar] [CrossRef]
  4. Holthaus, O.; Rajendran, C. Efficient dispatching rules for scheduling in a job shop. Int. J. Prod. Econ. 1997, 48, 87–105. [Google Scholar] [CrossRef]
  5. Błażewicz, J.; Domschke, W.; Pesch, E. The job shop scheduling problem: Conventional and new solution techniques. Eur. J. Oper. Res. 1996, 93, 1–33. [Google Scholar] [CrossRef]
  6. Moench, L.; Fowler, J.W.; Dauzère-Pérès, S.; Mason, S.J.; Rose, O. A survey of problems, solution techniques, and future challenges in scheduling semiconductor manufacturing operations. J. Sched. 2011, 14, 583–599. [Google Scholar] [CrossRef]
  7. Essafi, I.; Mati, Y.; Dauzère-Pérès, S. A genetic local search algorithm for minimizing total weighted tardiness in the job-shop scheduling problem. Comput. Oper. Res. 2008, 35, 2599–2616. [Google Scholar] [CrossRef]
  8. Zhang, R.; Wu, C. A simulated annealing algorithm based on block properties for the job shop scheduling problem with total weighted tardiness objective. Comput. Oper. Res. 2011, 38, 854–867. [Google Scholar] [CrossRef]
  9. Singer, M.; Pinedo, M. A computational study of branch and bound techniques for minimizing the total weighted tardiness in job shops. IIE Trans. 1998, 30, 109–118. [Google Scholar] [CrossRef]
  10. Pinedo, M.; Singer, M. A shifting bottleneck heuristic for minimizing the total weighted tardiness in a job shop. Nav. Res. Logist. 1999, 46, 1–17. [Google Scholar] [CrossRef]
  11. Asano, M.; Ohta, H. A heuristic for job shop scheduling to minimize total weighted tardiness. Comput. Ind. Eng. 2002, 42, 137–147. [Google Scholar] [CrossRef]
  12. Mattfeld, D.C.; Bierwirth, C. An efficient genetic algorithm for job shop scheduling with tardiness objectives. Eur. J. Oper. Res. 2004, 155, 616–630. [Google Scholar] [CrossRef]
  13. De Bontridder, K.M.J. Minimizing Total Weighted Tardiness in a Generalized Job Shop. J. Sched. 2005, 8, 479–496. [Google Scholar] [CrossRef]
  14. Chiang, T.C.; Fu, L.C. Using dispatching rules for job shop scheduling with due date-based objectives. Int. J. Prod. Res. 2007, 45, 3245–3262. [Google Scholar] [CrossRef]
  15. Zhou, H.; Cheung, W.; Leung, L.C. Minimizing weighted tardiness of job-shop scheduling using a hybrid genetic algorithm. Eur. J. Oper. Res. 2009, 194, 637–649. [Google Scholar] [CrossRef]
  16. Chen, B.; Matis, T.I. A flexible dispatching rule for minimizing tardiness in job shop scheduling. Int. J. Prod. Econ. 2013, 141, 360–365. [Google Scholar] [CrossRef]
  17. Chand, S.; Schneeberger, H. A note on the single-machine scheduling problem with minimum weighted completion time and maximum allowable tardiness. Nav. Res. Logist. Q. 1986, 33, 551–557. [Google Scholar] [CrossRef]
  18. Seo, J.H.; Kim, C.-B.; Lee, D.H. Minimizing mean squared deviation of completion times with maximum tardiness constraint. Eur. J. Oper. Res. 2001, 129, 95–104. [Google Scholar] [CrossRef]
  19. Mönch, L.; Unbehaun, R.; Choung, Y.I. Minimizing earliness–tardiness on a single burn-in oven with a common due date and maximum allowable tardiness constraint. OR Spectr. 2006, 28, 177–198. [Google Scholar] [CrossRef]
  20. Mazdeh, M.M.; Nakhjavani, A.K.; Zareei, A. Minimizing total weighted tardiness with drop dead dates in single machine scheduling problem. Int. J. Ind. Eng. Prod. Res. 2010, 21, 89–95. [Google Scholar]
  21. Kim, J.-G.; Bang, J.-Y.; Lim, S.-K.; Lee, J.-Y. Priority Rules for the Single Machine Total Weighted Tardiness Scheduling with Maximum Allowable Tardiness. Green Smart Technol. 2017, 141, 31–38. [Google Scholar] [CrossRef]
  22. Dominic, P.D.D.; Kaliyamoorthy, S.; Kumar, M.S. Efficient dispatching rules for dynamic job shop scheduling. Int. J. Adv. Manuf. Technol. 2004, 24, 70–75. [Google Scholar] [CrossRef]
  23. Vepsalainen, A.P.J.; Morton, T.E. Priority Rules for Job Shops with Weighted Tardiness Costs. Manag. Sci. 1987, 33, 1035–1047. [Google Scholar] [CrossRef]
  24. Koulamas, C. The single-machine total tardiness scheduling problem: Review and extensions. Eur. J. Oper. Res. 2010, 202, 1–7. [Google Scholar] [CrossRef]
  25. Kim, Y.-D. A comparison of dispatching rules for job shops with multiple identical jobs and alternative routeings. Int. J. Prod. Res. 1990, 28, 953–962. [Google Scholar] [CrossRef]
  26. Kim, Y.-D. A backward approach in list scheduling algorithms for multi-machine tardiness problems. Comput. Oper. Res. 1995, 22, 307–319. [Google Scholar] [CrossRef]
  27. Moon, D.H.; Christy, D.P. A simulation study for dynamic scheduling in a hybrid assembly/job shop considering the JIT context. Prod. Plan. Control. 1998, 9, 532–541. [Google Scholar] [CrossRef]
  28. Baker, K.R.; Bertrand, J. A dynamic priority rule for scheduling against due-dates. J. Oper. Manag. 1982, 3, 37–42. [Google Scholar] [CrossRef]
  29. Russell, R.S.; Dar-El, E.M.; Taylor, B.W. A comparative analysis of the COVERT job sequencing rule using various shop performance measures. Int. J. Prod. Res. 1987, 25, 1523–1540. [Google Scholar] [CrossRef]
  30. Data Sets for Job Shop Problems with Maximum Allowable Tardiness. Available online: http://bit.ly/2WbPPui (accessed on 2 November 2020).
Figure 1. The penalty cost function.
Figure 1. The penalty cost function.
Processes 08 01398 g001
Figure 2. The average relative deviation index values of extended dispatching rules and their probabilistic ones.
Figure 2. The average relative deviation index values of extended dispatching rules and their probabilistic ones.
Processes 08 01398 g002
Table 1. Comparison of relative deviation index (RDI) values between five dispatching rules and their extended versions.
Table 1. Comparison of relative deviation index (RDI) values between five dispatching rules and their extended versions.
No. of JobsDue Date
Tightness
Original Dispatching RulesExtended Dispatching Rules
EDDSLACKMDDCOVERTATCEEDDESLACKEMDDECOVERTEATC
10Loose0.440.370.660.110.240.60.310.40.060.26
(0.38) (0.39)(0.34)(0.18)(0.31)(0.39(0.37)(0.36)(0.12)(0.38)
Normal0.460.480.550.290.370.490.30.310.190.17
(0.38)(0.43)(0.41)(0.38)(0.42)(0.42)(0.38)(0.34)(0.32)(0.32)
Tight0.580.310.660.30.370.730.250.320.150.25
(0.39)(0.41)(0.36)(0.39)(0.37)(0.32)(0.37)(0.35)(0.29)(0.35)
Average0.490.390.620.240.330.610.290.350.130.23
(0.38)(0.41)(0.37)(0.34)(0.37)(0.39)(0.37)(0.35)(0.26)(0.35)
20Loose0.490.210.650.150.280.810.150.450.080.27
(0.32)(0.29)(0.27)(0.23)(0.29)(0.31)(0.16)(0.3)(0.18)(0.31)
Normal0.580.240.590.30.340.650.190.430.20.23
(0.34)(0.33)(0.35)(0.35)(0.36)(0.37)(0.3)(0.38)(0.29)(0.29)
Tight0.630.190.670.230.340.610.20.280.070.18
(0.33)(0.23)(0.38)(0.31)(0.32)(0.34)(0.25)(0.29)(0.15)(0.26)
Average0.570.210.630.230.320.690.180.390.120.23
(0.33)(0.28)(0.33)(0.3)(0.32)(0.35)(0.24)(0.33)(0.22)(0.28)
30Loose0.540.220.790.190.340.790.180.370.080.18
(0.26)(0.27)(0.22)(0.18)(0.33)(0.28)(0.22)(0.29)(0.14)(0.16)
Normal0.570.290.740.270.310.630.130.260.130.19
(0.37)(0.3)(0.29)(0.32)(0.25)(0.36)(0.19)(0.19)(0.24)(0.21)
Tight0.540.270.780.160.460.60.20.260.210.24
(0.31)(0.33)(0.28)(0.23)(0.38)(0.31)(0.25)(0.27)(0.31)(0.33)
Average0.550.26)0.770.210.370.670.170.30.140.2
(0.31)(0.3)(0.26)(0.25)(0.32)(0.32(0.22)(0.25)(0.24)(0.24)
40Loose0.690.330.870.240.40.730.240.440.070.11
(0.24)(0.31)(0.19)(0.27)(0.31)(0.23)(0.21)(0.27)(0.16)(0.14)
Normal0.590.310.830.240.310.670.250.390.130.08
(0.3)(0.28)(0.2)(0.29)(0.29)(0.33)(0.27)(0.31)(0.26)(0.17)
Tight0.660.30.860.290.370.690.210.40.190.14
(0.3)(0.24)(0.21)(0.26)(0.33)(0.23)(0.26)(0.33)(0.25)(0.16)
Average0.650.310.850.260.360.70.230.410.130.11
(0.28)(0.28)(0.2)(0.27)(0.31)(0.26)(0.24)(0.3)(0.23)(0.16)
50Loose0.590.250.740.350.50.770.190.30.140.17
(0.24)(0.3)(0.24)(0.35)(0.39)(0.3)(0.16)(0.21)(0.16)(0.24)
Normal0.610.290.840.180.390.760.210.240.070.08
(0.24)(0.28)(0.24)(0.19)(0.31)(0.27)(0.18)(0.14)(0.11)(0.09)
Tight0.710.270.830.220.260.760.190.330.050.14
(0.28)(0.26)(0.18)(0.23)(0.16)(0.27)(0.24)(0.23)(0.09)(0.17)
Average0.640.270.80.250.380.76(0.28)0.20.290.080.13
(0.26)(0.28)(0.22)(0.27)(0.31)(0.19)(0.2)(0.13)(0.18)
Average0.580.290.740.240.350.690.210.350.120.18
(0.31)(0.31)(0.28)(0.28)(0.32)(0.32)(0.25)(0.28)(0.21)(0.24)
Average and standard deviation (in parenthesis) of the RDI values.
Table 2. Number of the best solutions found by five dispatching rules and their extended versions.
Table 2. Number of the best solutions found by five dispatching rules and their extended versions.
No. of JobsDue Date TightnessOriginal Dispatching RulesExtended Dispatching Rules
EDDSLACKMDDCOVERTATCEEDDESLACKEMDDECOVERTEATC
10loose34065141106
normal3536734576
tight36375134138
subtotal91561917511103020
20loose04081040122
normal0514205162
tight04150031103
subtotal01321730122287
30loose0404104191
normal02020051101
tight0405203034
subtotal01001130122226
40loose01031010125
normal1306102064
tight1103302172
subtotal2501250512511
50loose0501202154
normal0205101065
tight01020041103
subtotal080830722112
Total1151867315471712656
Table 3. Number of the best solutions found by extended dispatching rules and their probabilistic versions.
Table 3. Number of the best solutions found by extended dispatching rules and their probabilistic versions.
No. of JobsDue Date TightnessExtended Dispatching RulesProbabilistic Dispatching Rules
EEDDESLACKEMDDECOVERTEATCPEEDDPESLACKPEMDDPECOVERTPEATC
10loose0101234434
normal1231236235
tight0213348446
subtotal154571018101015
20loose0001102121
normal0102112122
tight0000001031
subtotal0103215274
30loose0000000020
normal0000000000
tight0000000000
subtotal0000000020
40loose0002000030
normal0000001010
tight0000000020
subtotal0002001060
50loose0010300050
normal00020010110
tight0002002040
subtotal00143030200
Total16514121127124519
Table 4. Comparison of RDI values between extended dispatching rules and their probabilistic versions.
Table 4. Comparison of RDI values between extended dispatching rules and their probabilistic versions.
No. of JobsDue Date TightnessExtended Dispatching RulesProbabilistic Dispatching Rules
EEDDESLACKEMDDECOVERTEATCPEEDDPESLACKPEMDDPECOVERTPEATCCPLEX *
10Loose0.77 (0.32) 0.450.590.240.410.170.080.10.130.08 (0.08)0
(0.34)(0.36)(0.23)(0.38)(0.14)(0.08)(0.08)(0.14)0
Normal0.70.490.510.330.340.150.10.10.130.10 (0.13)0
(0.43)(0.38)(0.39)(0.35)(0.35)(0.16)(0.13)(0.12)(0.15)0
Tight0.880.390.470.340.410.10.070.080.20.12 (0.18)0
(0.23)(0.39)(0.37)(0.4)(0.38)(0.12)(0.08)(0.08)(0.3)0
Average0.780.450.520.310.380.140.080.10.160.10 (0.13)0
(0.32)(0.37)(0.37)(0.33)(0.37)(0.14)(0.1)(0.09)(0.2)0
20Loose0.930.320.580.230.410.450.170.240.10.17 (0.13)0
(0.18)(0.25)(0.25)(0.18)(0.28)(0.23)(0.11)(0.12)(0.09)0
Normal0.830.40.60.390.420.40.140.230.120.17 (0.12)0
(0.26)(0.3)(0.32)(0.27)(0.28)(0.24)(0.1)(0.13)(0.1)0
Tight0.920.430.550.310.440.320.10.180.130.16 (0.13)0
(0.17)(0.29)(0.31)(0.21)(0.3)(0.2)(0.07)(0.12)(0.12)0
Average0.90.380.580.310.420.390.130.220.120.17 (0.13)0
(0.2)(0.28)(0.29)(0.22)(0.28)(0.22)(0.1)(0.12)(0.1)0
30Loose0.910.350.540.260.360.60.180.370.110.20 (0.12)0.03
(0.17)(0.21)(0.26)(0.18)(0.23)(0.21)(0.09)(0.14)(0.1)(0.07)
Normal0.90.370.570.320.420.620.170.320.090.18 (0.11)0.09
(0.16)(0.26)(0.29)(0.27)(0.28)(0.23)(0.11)(0.13)(0.07)(0.24)
Tight0.860.420.50.390.440.560.120.240.10.16 (0.12)0.02
(0.21)(0.31)(0.3)(0.32)(0.35)(0.24)(0.12)(0.16)(0.1)(0.07)
Average0.90.380.540.320.410.590.160.310.10.18 (0.12)0.05
(0.18)(0.26)(0.28)(0.25)(0.29)(0.23)(0.11)(0.14)(0.1)(0.13)
40Loose0.890.390.580.180.220.670.210.390.060.19 (0.10)0.59
(0.18)(0.23)(0.22)(0.22)(0.17)(0.2)(0.12)(0.15)(0.11)(0.41
Normal0.890.380.560.230.220.480.110.260.080.12 (0.10)0.39
(0.23)(0.27)(0.3)(0.3)(0.28)(0.24)(0.12)(0.18)(0.19)(0.4)
Tight0.770.350.50.240.250.520.080.180.090.17 (0.15)0.43
(0.32)(0.3)(0.38)(0.25)(0.24)(0.29)(0.12)(0.15)(0.13)(0.39)
Average0.850.370.550.220.230.560.140.280.070.16 (0.12)0.47
(0.24)(0.27)(0.3)(0.26)(0.23)(0.24)(0.12)(0.16)(0.14)(0.4)
50Loose0.640.180.260.130.190.450.10.20.010.11 (0.08)0.78
(0.39)(0.17)(0.24)(0.12)(0.24)(0.3)(0.11)(0.17)(0.03)(0.3)
Normal0.390.140.160.080.070.310.040.140.060.12 (0.19)0.89
(0.38)(0.18)(0.15)(0.12)(0.1)(0.31)(0.06)(0.15)(0.22)(0.25)
Tight0.480.190.290.10.140.270.020.120.030.08 (0.11)0.8
(0.46)(0.28)(0.34)(0.15)(0.18)(0.27)(0.04)(0.12)(0.07)(0.33)
Average0.50.170.240.10.130.350.050.150.040.10 (0.12)0.83
(0.41)(0.21)(0.24)(0.13)(0.17)(0.29)(0.07)(0.15)(0.11)(0.29)
Average0.780.350.480.250.310.40.110.210.10.14 (0.12)0.27
(0.27)(0.28)(0.3)(0.24)(0.27)(0.23)(0.1)(0.13)(0.13)(0.16)
Average and standard deviation (in parenthesis) of the RDI values. * CPLEX gives optimal solutions within 200 s.
Table 5. Results of the Wilcoxon signed rank test.
Table 5. Results of the Wilcoxon signed rank test.
RuleARDI *Result
EEDD0.7849A
ESLACK0.3501B
EMDD0.4837C
ECOVERT0.2515D
EATC0.3147E
PEEDD0.4048F
PESLACK0.1115G
PEMDD0.2093D
PECOVERT0.0963H
PEATC0.1414I
CPLEX0.2690D
Rules with the same letter are statistically indifferent at the significance level of 0.01; * Average relative deviation index.
Table 6. Results of the computational times.
Table 6. Results of the computational times.
No. of JobsDue Date TightnessPECOVERTCPLEX
10Loose0.0100.500
Normal0.0100.230
Tight0.0100.209
Average0.0100.313
20Loose0.13681.668
Normal0.13265.898
Tight0.12856.869
Average0.13268.145
30Loose0.550173.445
Normal0.536168.727
Tight0.528178.542
Average0.538173.571
40Loose1.231200.062
Normal1.113200.294
Tight1.175198.404
Average1.173199.587
50Loose2.140200.461
Normal2.184200.497
Tight2.075200.631
Average2.133200.529
Average0.797128.429
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kim, J.-G.; Jun, H.-B.; Bang, J.-Y.; Shin, J.-H.; Choi, S.-H. Minimizing Tardiness Penalty Costs in Job Shop Scheduling under Maximum Allowable Tardiness. Processes 2020, 8, 1398. https://doi.org/10.3390/pr8111398

AMA Style

Kim J-G, Jun H-B, Bang J-Y, Shin J-H, Choi S-H. Minimizing Tardiness Penalty Costs in Job Shop Scheduling under Maximum Allowable Tardiness. Processes. 2020; 8(11):1398. https://doi.org/10.3390/pr8111398

Chicago/Turabian Style

Kim, Jae-Gon, Hong-Bae Jun, June-Young Bang, Jong-Ho Shin, and Seong-Hoon Choi. 2020. "Minimizing Tardiness Penalty Costs in Job Shop Scheduling under Maximum Allowable Tardiness" Processes 8, no. 11: 1398. https://doi.org/10.3390/pr8111398

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