Abstract

This paper addresses a parallel-batch scheduling problem that incorporates transportation of raw materials or semifinished products before processing with waiting time constraint. The orders located at the different suppliers are transported by some vehicles to a manufacturing facility for further processing. One vehicle can load only one order in one shipment. Each order arriving at the facility must be processed in the limited waiting time. The orders are processed in batches on a parallel-batch machine, where a batch contains several orders and the processing time of the batch is the largest processing time of the orders in it. The goal is to find a schedule to minimize the sum of the total flow time and the production cost. We prove that the general problem is NP-hard in the strong sense. We also demonstrate that the problem with equal processing times on the machine is NP-hard. Furthermore, a dynamic programming algorithm in pseudopolynomial time is provided to prove its ordinarily NP-hardness. An optimal algorithm in polynomial time is presented to solve a special case with equal processing times and equal transportation times for each order.

1. Introduction

A supply chain is made of all the stages of value creation such as supply, production, and distribution. In logistics management, there are usually transportation of raw materials or semifinished products and distribution of products. Researches on supply chain management focus on developing strategies to help companies to improve optimal chain-wide performance by proper coordination of the different stages of supply chains. For an order, transportation of raw materials or semifinished products and production are two key operations in the supply chain system. A scheduling problem with the limited waiting time occurs when the processing of orders that finished transportation has to start in a given time. There are several industries where the transportation and production scheduling problem is influenced by the limited waiting time. Examples include fresh food and chemical and automobile industries. For instance, in case of fresh food production, canning operation must follow cooking operation to ensure freshness after transportation of raw materials. Additional applications can be found in the advanced automobile manufacturing environments such as just-in-time systems. Auto parts of orders are transported from suppliers to producers for further assembling. The producers must process the orders arrived at the factory in a given time in order to decrease the inventory level and increase the production level. This situation is relevant to logistics and supply chain management and specifically addresses how to balance the transportation rate of raw materials and the production rate.

Motivated by the aforementioned problem in logistics management, this paper describes a coordinated model for scheduling transportation of raw materials or semifinished products and parallel-batch production with waiting time consideration. There is a set of orders located at the different suppliers. The orders are transported by some vehicles to a manufacturing facility to be further processed. But only one order can be transported at a time. Each order arriving at the facility must be processed in its given waiting time. The orders are processed in batches on a parallel-batch machine, where a batch contains several orders and the processing time of the batch is the largest processing time of the orders in it. The goal is to find a schedule to minimize the sum of the total flow time and the production cost.

Production scheduling problems with transportation considerations have been studied by a number of researchers. The parallel-batch machine scheduling problems have been previously studied in other manufacturing systems, especially burn-in operations in the very large-scale integrated circuit manufacturing (e.g., [13]). We briefly discuss some work related to integrated production scheduling and transportation decisions. Some research (see [47]) has been done for two machine flow shop problems featuring transportation of semifinished products and batching processing. We mention the studies in [47]; however, the problems there do not consider parallel-batch production or they consider another kind of batching with a constant processing time. The models in [8, 9] consider the coordinated scheduling problems with two-stage transportation and machine production that incorporate the scheduling of jobs and the pickup of the raw materials from the warehouse and the delivery arrangement of the finished jobs. The above scheduling problems do not consider the waiting time constraints. Another line of production scheduling models with transportation decisions focuses on the delivery of finished jobs to customers with a limited number of vehicles. Interested readers for the delivery coordination are referred to the recent review in [10]. The parallel-batch machine scheduling problems with batch delivery are considered in [11, 12]. All of the papers reviewed in this section deal in some way with the coordination of production scheduling and transportation at logistics and operations area, but none of them addresses and deals with the problem from the limited waiting time point of view. We not only consider the scheduling problem involving transportation capacity and transportation times but also take into account the order waiting time constraint and the batch capacity. Here, the coordination of batch processing, transportation, and waiting time constraints is a decision about whether or not to reduce production cost and improve machine utilization.

The remainder of this paper is organized as follows. In the next section, we introduce the notation to be used and describe the model. In Section 3, we analyze the optimal properties of the problem and prove strong NP-hardness of the general problem. In Section 4, a dynamic programming algorithm is provided to solve the problem with equal processing times and we prove that this case is NP-hard in the ordinary sense. Section 5 deals with a case with equal processing times and equal transportation times and shows how to find the optimal schedule. The last section contains a conclusion and some suggestions for future research.

2. Description and Notation

Our problem is formally stated as follows. Given a set of orders (including some semifinished jobs or raw material in one order), , which are located at the different suppliers. The orders need to be transported to a manufacturing facility and processed on a single parallel-batch machine. Only vehicles are available for transporting the orders, which can load only one order in one shipment. The vehicles are initially located at a transportation center. Let denote the transportation time of order from the supplier to the manufacturing facility. The transportation time from the factory back to the center is negligible. In the production part, each order requires a processing time of on the parallel-batch machine. The preemption of orders is not allowed. The parallel-batch machine can process a number of orders simultaneously as a batch as long as the total number of orders in the batch does not exceed the machine capacity . The processing time of a batch is the longest processing time of all orders in it. Orders processed in the same batch have the same completion time, that is, their common start time (the start time of the batch in which they are contained) plus the processing time of the batch. Suppose that loading and unloading times are included in the transportation times and the processing times of orders. Associated with each order is , which is the waiting time of an order for a period time from arriving at the machine to starting its processing on the machine. Here, is restricted by a constant where , such that the schedule has a feasible solution at least. Each batch requires a processing cost on the parallel-batch machine which reflects the production cost. The goal is to find a feasible schedule to minimize the sum of the total flow time and the total processing cost.

Decision Variables

Consider the following:: the total running time of vehicle u,: the arrival time of order on the machine,: the starting time of order on the machine,: the waiting time of order on the machine, ,: batch l,: the number of orders in ,: the processing time of on the machine, ,: the starting time of on the machine,: the completion time of on the machine,: the flow time of order on the machine,: the number of batches,: the total processing cost, a nondecreasing function of x,: the objective function of a schedule .

We follow the commonly used three-field notation, , introduced to denote the problem under study. The problem is denoted by wherefield indicates that the orders are first transported by vehicles and then processed on the parallel-batch machine.field describes the order restrictive requirement, anddefines the objective function to be minimized.

Specifically, the tradeoff between processing and transportation gives rise to the sequence of transportation and the batch composition decisions. The schedule may produce more batches in order to satisfy the waiting time requirements of orders. This leads to the increase of the total processing cost on the machine. On the other hand, if we create very few batches, then we may not obtain a feasible schedule due to waiting time constraint. Therefore, minimizing of the objective for the problem is achieved a feasible schedule for sequencing and batching to tradeoff the total flow time and the processing cost. The following example gives an illustration of this observation.

Example 1. Consider a set of 8 orders with their transportation times and processing times as shown below for the problem.

Suppose ,,, and (see Table 1).

One vehicle transports the orders in turn: ,,, and . Another vehicle transports the orders in turn: ,,, and . The constructed schedule consists of three batches, ,, and , and has an objective value of 85. If another constructed schedule contains two batches ,, then the waiting time of the order is 5. Although schedule has a smaller processing cost, it is not feasible. From these two schedules, we see that a minimized objective can be obtained from a proper combination of the sequence of transportation and the batching of processing under the waiting time constraints.

3. The Problem

In this section, we analyze two properties of the scheduling problem and prove that Vm→batch is NP-hard in the strong sense by a reduction from the 3-Partition Problem, which is well known to be NP-hard in the strong sense [13].

3-Partition Problem (3-PP). Given 3h items, , each item has a positive integer size satisfying and , for some integer . The question asked is whether there are disjoint subsets of such that each subset contains exactly three items and its total size , .

Lemma 2. For the problem Vm→batch, there exists an optimal schedule without idle time between orders on any vehicle.

The proof of Lemma 2 is straightforward and is omitted.

The following result describes a candidate set of possible processing times.

Lemma 3. For the problem Vm→batch, there exists an optimal schedule in which each processing on the parallel-batch machine is made either at the arrival time of an order on the machine or immediately when the machine becomes available.

Proof. Assume that there is a process which is scheduled neither at the arrival time of an order nor at a time when the machine becomes available. This process can be changed to the latest earlier time which fits either of those conditions. Since the same orders can be processed at that earlier time and there are no additional processes, the objective value is not increased.

Theorem 4. The problem Vm→batch is strongly NP-hard even if .

Proof. To show the NP-hardness of the scheduling problem, we establish the following polynomial time reduction from the 3-PP. Given a 3-PP instance, we construct an instance for as follows.
Number of Orders. Consider
Ordinary Orders. Consider
Auxiliary Orders. Consider
Machine Capacity. Consider
Limited Waiting Time. Consider
Processing Cost Function. Consider
Threshold Value. Consider
Clearly, in a solution to this instance of with the objective value not exceeding y, we first prove the following properties: since , for , all the orders of as the first batch must be processed on the machine in the time interval ; there will be exactly batches in the optimal schedule, and each batch contains 7 orders. Suppose that there are q (more than ) batches in the schedule. Then orders need at least batches due to . If , then the total processing cost is . Thus, all the orders of are divided into batches; that is, all the batches are full.
We will show that the 3-PP instance has a solution if and only if there is a schedule for the scheduling instance such that its objective value of is no more than y.
Assume that there is a solution to the 3-PP instance, , then there is a schedule to our problem with an objective value of no more than . We construct a schedule for our problem as shown in Figure 1.
In this schedule, two vehicles begin to transport orders at time point 0. All the orders of are processed first on the machine as the first batch. In the interval , vehicle 1 transports the orders of ,, vehicle 2 transports  , for . Since and   and the last order of arrive at the machine simultaneously, for , then   and the corresponding orders of form batch . The waiting time of each order in is smaller than . Hence, the starting time of on the machine is ; the completion time of is , for . It is easy to see that the above schedule is optimal and the objective value is y.
On the contrary, suppose that there exists a schedule for the constructed instance with the objective value not exceeding y.
Fact  1. In the schedule, contains an auxiliary order , for .
Assume that there is some batch that contains more than one auxiliary order. Assume that contains two auxiliary jobs   and  ; then there must be some batch only consisting of the ordinary jobs, . Consider the following two cases.
Case  1. If , then it is shown that . The corresponding flow time of each order in satisfies , for. The flow times of orders in each batch after will be greater than . It is easy to see that , . Hence, .
Case  2. If , then it can be shown that two vehicles must transport two auxiliary orders of batch , respectively. Due to the limited waiting time of orders, the completion time of batch on the machine is greater than . Furthermore, it is easy to see that , , which implies .
Fact  2. Each batch must contain 6 orders of such that , for .
By the above argument, since each batch is full, we can show that one vehicle transports the orders of one by one, and another vehicle transports   in the time interval . The orders as are processed on the machine in the time interval . It must be true that , for . Otherwise, if , then . We can obtain some batch whose processing time is greater than , . Hence, , which is a contradiction.
Therefore, a partition for the set is obtained by letting the elements be corresponding to batch . Then it is easy to see that and batches form a solution to the 3-PP instance. The proof is concluded.

Theorem 4 indicates that the existence of a polynomial time algorithm to solve the scheduling model is unlikely. Since the general problem is strongly NP-hard, we next consider two special cases of the problem.

4. The Problem

We now turn our attention to a special case with identical processing time condition on the machine. In this section, we prove that the problem is ordinarily NP-hard by a reduction of the Partition Problem [13] which is a known NP-hard problem and provides a dynamic programming algorithm in pseudopolynomial time.

Suppose a feasible schedule with batches for the problem . We now present some properties for the problem.

Lemma 5. For Vm→batch, there exists an optimal schedule such that all orders assigned into the same vehicle are scheduled in the nondecreasing sequence of their transportation times.

Proof. Assume that orders and are assigned to the same vehicle. is followed by immediately such that in . Let be a schedule obtained by swapping and . In , it is easy to see that and . Regardless of whether and are processed in the same batch or not, the starting times of and on the machine cannot increase. We have .

Lemma 6. For any scheduleof the problem Vm→batch, the starting time of batch satisfies for .

Proof. It is easily obtained based on Lemma 3.

Lemma 7. For any schedule of the problem Vm→batch, contains all orders which have arrived at the machine if the number of the orders is no more than the capacity in the time interval .

Proof. Assume that the batches are numbered in accordance with their start times, and the number of orders in each batch is smaller than the machine capacity . Suppose that is the first order assigned in in , and the arrival time of on the machine satisfies . Let be a new schedule obtained by simply assigning to . Then . The schedule of the remaining orders in are the same as in . It is obvious that . We can see that there exists an optimal schedule in which all batches consist of a number of orders which finish processing contiguously.

We will show that the problem with equal processing times is NP-hard by a reduction from the Partition Problem.

Theorem 8. The problem Vm→batch is NP-hard even if .

Proof. We prove this result by reducing the Partition Problem to Vm→batch. The Partition Problem (PP) can be stated as follows: given items, , each item has a positive integer size , such that , for some integer . The question asked is whether there are two disjoint subsets and , such that .
We construct a corresponding instance of the problem Vm→batch as follows.
Number of Orders. Consider
Transportation Times. Consider
Processing Times. Consider
Limited Waiting Time. Conider
Processing Cost Function. Consider
Machine Capacity. Consider
Threshold Value. Consider
First, it is easy to see that, in a solution to this instance of Vm→batch with the objective value not exceeding . We first prove the following property: since , all the orders of as the first batch must be processed on the machine in the time interval [0, a]. Now, we prove that there is a solution to the constructed instance of Vm→batch with total cost not exceeding if and only if there is a solution to the PP instance.
If there is a solution to the PP instance, we show that there is a schedule for the above-constructed instance with an objective value of no more than . Let and be subsets of that solves the PP instance. Vehicle 1 and Vehicle 2 transport the orders of and the orders of , respectively. Let be the total running time of vehicle u, for . Since , we have . In fact, the completion time of the first batch on the machine is . We can obtain that the waiting time of each order on the machine is not greater than . Let and . It is easy to see that , and the total flow time of all the orders is 3ha. Hence, the objective is y.
Given a schedule with an objective value not exceeding y, then there must be a solution to the PP instance. We can obtain that all the orders in are processed in the second batch on the machine; that is, all the orders are divided into two batches and . Suppose that the number of the batches is greater than 2. Note that even if the waiting time constraint is ignored, the objective value is , which is a contradiction. Thus, and and .
If , then it implies . Hence, the starting time of batch is . It implies that the total flow time is . We have , which is a contradiction. Thus, .

Let . In the following, we derive a dynamic programming algorithm in pseudopolynomial time to solve the problem Vm→batch.

Algorithm D1. Index the orders in the nondecreasing transportation time sequence; that is, .
Define and as the minimum objective value and the minimum total flow time of a partial schedule of orders , respectively, where orders have finished transporting and processing by using batches on the machine, and the current batch contains orders .
Initial Conditions. Consider  for , , , and .
Recursive Relations. Considerwhere , for , , and .
Optimal Solution. Consider

Theorem 9. Algorithm D1 can find an optimal schedule for the problem Vm→batch in O(mn3Tm−1W) time.

Proof. Based on Lemma 5, there exists an optimal schedule with orders assigned to each vehicle in the nondecreasing transportation time sequence. If order is assigned to vehicle u, then its starting time on the machine satisfies . If the number of orders in the current batch is less than c, order can be assigned into . The corresponding flow time increases . Based on Lemma 3, we have . This shows that Algorithm D1 can find optimal solution for the problem.
The time complexity of the algorithm can be established as follows. We observe that , , and of the value are independent. Thus, the number of different states of the recursive relations is at most n3Tm−1. For each state, each use requires . Therefore, the overall time complexity of Algorithm D1 is O(mn3Tm−1W).

The existence of such a pseudopolynomial time algorithm for a NP-hard problem means that the problem is NP-hard in the ordinary sense. We have the following theorem.

Theorem 10. The problem Vm→batch is ordinarily NP-hard.

5. The Problem

In this section, we consider a special case with identical processing times and identical transportation times and derive a polynomial-time algorithm to solve it. It is evident that the problem reduces to an optimal batching problem on the machine for the special case. Note that is a decision variable denoting the number of batches on the machine. Note that and ; let be the number of orders transported on vehicle under a specific schedule. Note that and , if . Hence, the number of batches on the machine can be numbered by , . Otherwise, if . Without loss of generality, assume that in the following discussion. Let be an optimal schedule with given batches for the problem Vm→batch. Then we have the following lemma.

Lemma 11. For the problem Vm→batch, there exists an schedule with batches in which    , ,   , is integral, and , and    , where denotes the arrival time of some jobs on the machine, .

Proof. Based on Lemma 2, each vehicle has no inserted idle time during transporting. Assume that there exists an optimal schedule in which the condition is not satisfied. Then there must be a pair of vehicles and such that and the last order on vehicle is processed in the last batch. If the last order on vehicle is moved to the last position on vehicle v, then the objective value will not increase. By repeating this process, we can obtain a desired optimal schedule.
According to Lemma 7, in the optimal schedule, contains all orders which finish transportation in the time interval , if the number of orders in a batch is no more than . Since for each order , m orders arrive at the machine together. A batch contains orders or km orders, if their waiting times are not greater than the limited value . Hence, is integral, for .
It is trivial according to Lemma 3.

Based on these results, we can easily construct an optimal schedule for the problem.

Algorithm D2. Calculate , .
For each , compute , , , and , where and .
Consider the following two cases.

Case 1. Consider .
If or , then the constructed schedule is not feasible, and denote . If and , then . According to Lemma 6, there must be . Otherwise, it is not feasible. Based on Lemma 7, we can obtain The associated objective value can be derived as

Case 2. Consider.
If or , then it is not feasible, and denote . If and , then we can show . According to Lemma 6, we have Otherwise, the constructed schedule is not feasible, and denote .
According to Lemma 6, we have The associated objective value can be derived as Thus, the objective value is

Theorem 12. The problem Vm→batch can be solved by Algorithm D2 in time.

Proof. Equations (18) and (21) present that the machine can start to process as soon as the orders assigned into have arrived at the machine and the machine has finished processing . The local optimal solution in two cases can be obtained by (19) and (22). The optimal solution is derived as (23). Hence, the optimal schedule to this special case can be obtained by repeating the above procedure for and selecting the best candidate among the solutions generated. This shows that Algorithm D2 can find optimal solution. It is clear that the overall time complexity of Algorithm D2 is .

We now demonstrate the above algorithm with the following numerical example.

Example 13. Consider the instance with 11 orders, ,,,,, and . Based on the above method, we know , , and . Then, . We have the following results:when , we have , ,, and ;when , we have , ,, and ;when , we have , ,, and ;when , we have ,, and ;when , we have ,, and .
Therefore, we can obtain an optimal schedule for with , , and .

6. Concluding Remarks

In this paper, we address a coordinated scheduling problem with order transportation before processing and parallel-batch production under the limited waiting time consideration. Our goal is to optimize the sum of the total flow time and the total processing cost. First, we prove that the general problem is NP-hard in the strong sense. We also demonstrate that the problem with equal processing times on the machine is NP-hard. Furthermore, a dynamic programming algorithm in pseudopolynomial time is provided to prove its ordinarily NP-hardness. The problem with equal processing times and equal transportation times for each order can be solved in polynomial time through taking into account the properties of the special case. Our work has practical implications for the coordination of batch-production and transportation to improve the overall system performance in logistics and operations management. Simultaneously, another important implication of our paper may provide a vital approach to deal with the waiting time constraint applied to reduce the raw material consumption and improve the machine utilization.

There are several possible extensions to this research. First, it is interesting to investigate the problems with other objective functions such as minimizing the makespan or minimizing maximum order tardiness/earliness. Another interesting issue is to develop effective heuristics to solve the general problem and investigate polynomial time algorithms for other special cases.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This research is partly supported by the National Natural Science Foundation of China (Grant no. 71101097) and the Program for Liaoning Excellent Talents in University (Grant no. LJQ2012017).