Skip to main content
Top
Published in: Journal of Scheduling 6/2020

Open Access 08-09-2020

Scheduling jobs with a V-shaped time-dependent processing time

Author: Helmut A. Sedding

Published in: Journal of Scheduling | Issue 6/2020

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

Abstract

In the field of time-dependent scheduling, a job’s processing time is specified by a function of its start time. While monotonic processing time functions are well-known in the literature, this paper introduces non-monotonic functions with a convex, piecewise-linear V-shape similar to the absolute value function. They are minimum at an ideal start time, which is the same for all given jobs. Then, the processing time equals the job’s basic processing time. Earlier or later, it increases linearly with slopes that can be asymmetric and job-specific. The objective is to sequence the given jobs on a single machine and minimize the makespan. This is motivated by production planning of moving car assembly lines, in particular, to sequence a worker’s assembly operations such that the time-dependent walking times to gather materials from the line-side is minimized. This paper characterizes the problem’s computational complexity in several angles. NP-hardness is observed even if the two slopes are the same for all jobs. A fully polynomial time approximation scheme is devised for the more generic case of agreeable ratios of basic processing time and slopes. In the most generic case with job-specific slopes, several polynomial cases are identified.
Notes

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

1 Introduction

Sequencing a set of jobs on a single machine such that the makespan is minimized is trivial if each job’s processing time is constant, because any job sequence is optimal in this case. In contrast, if each job’s processing time is a function of its start time, then the job sequence alters the processing times. For example, if a swap of two jobs changes the sum of their processing times, then all succeeding jobs are shifted, which possibly necessitates a reoptimization. Hence, time-dependent processing times add a layer of complexity, and already the makespan minimization poses a challenge.

1.1 Processing time function

In time-dependent scheduling, the classic effect of a job’s start time on its basic processing time is additive. Here, a penalty function \(\varpi _j\) of start time t is added to the basic processing time \(\ell _j{\ge 0}\) of a job j to obtain the processing time
$$\begin{aligned} p_j(t)=\ell _j+\varpi _j(t) \end{aligned}$$
(1)
of job j. Then, the job is completed at
$$\begin{aligned} {C_j(t)=t+p_j(t)\text {.}} \end{aligned}$$
(2)
Consequently, the completion time of a sequence of several jobs equals the composition of their completion time functions. For example, consider job sequence \((1,3,2)\): If it is started at time t, then it completes at \(C_{{2}}(C_{{3}}(C_1({t})))\).
Although existing literature studies many variations of \(\varpi _j\), they are largely restricted to monotonic, i.e., nondecreasing or nonincreasing forms (Gawiejnowicz 2008, 2020a, b; Strusevich and Rustogi 2017). A present practical case, arising in the context of moving assembly lines, requires a non-monotonic penalty function (Sedding 2020b), joining research lines on monotonic forms.
In particular, we explore the job-specific, non-monotonic, piecewise-linear V-shaped penalty function
$$\begin{aligned} \varpi _j(t)=\max \!\left\{ {-a_j\left( {t-\tau }\right) \!,\,b_j\left( {t-\tau }\right) }\right\} \!. \end{aligned}$$
(3)
It joins two linear pieces at one certain point, the so-called common ideal start time \(\tau \), which is the same for all jobs. Each linear piece is described by a job-specific slope, namely \(1\ge a_j\ge 0\) and \(b_j\ge 0\). Note that all numbers are rational. We observe that the domains of \(a_j\) and \(b_j\) ensure a nondecreasing completion time function \(C_j\). Thus, delaying a job by inserting idle time does not reduce its completion time.

1.2 Problem setting

For a set of jobs of the described time-dependent processing times (1) with the additive V-shaped penalty functions (3), let us define the scheduling problem \(\mathcal {P}\). Several rational numbers define an instance of \(\mathcal {P}\): a start time \(t_{\min }\) for the first job, a common ideal start time \(\tau \), and for each job j, a basic processing time \(\ell _j\ge 0\) and slopes \(1\ge a_j\ge 0\), \(b_j\ge 0\). A permutation of the jobs (a so-called job sequence) determines the order in which to successively execute the jobs starting from \(t_{\min }\) on a single machine without idle time, completing at \(C_{\max }\). Then, the objective in \(\mathcal {P}\) is to find a job sequence that minimizes the makespan \(\phi =C_{\max }-t_{\min }\). Such a sequence is called optimal, and solves the \(\mathcal {P}\) instance.
For sequencing a given set of jobs, one needs to decide
  • which jobs should complete before the common ideal start time \(\tau \) (denoted by job set A), and
  • which job should be the first job that starts before or at \(\tau \) and that as well completes at or after \(\tau \) (this job is called the straddler job \(\chi \)) if it exists;
  • then, the remaining jobs (excluding the straddler job, if it exists) all start at or after \(\tau \) (job set B).
Once this decision is made, the corresponding job sequence can be constructed in polynomial time by sorting set A and set B, and linking them, if applicable, with the straddler job \(\chi \) in between. Thus, the main computational effort to find an optimal job sequence resides in choosing a suitable partition into the two sets. Figure 1 visualizes an optimal job sequence and the described parts of an example instance.
Let us mention special cases of \(\mathcal {P}\):
  • Case \({\mathcal {P}_{\textit{agreeable}}}\) asserts \(\ell _i a_j\le \ell _j a_i\iff \ell _i b_j\le \ell _j b_i\) for any pair ij of jobs, which we call agreeable ratios of basic processing time and slopes.
  • This property is also fulfilled by the special case of related slopes, which scales common basic slopes \(1\ge a\ge 0\), \(b\ge 0\) by a job-specific rational scale factor \(1\ge v_j\ge 0\) to \(a_j=av_j\) and \(b_j=bv_j\) for each job j.
  • Special cases of related slopes are monotonic slopes where either \(a_j=0\) for each job j, which yields a nondecreasing \(p_j\), or \(b_j=0\) for each job j, which yields a nonincreasing \(p_j\), and
  • common slopes \(a_j=a\), \(b_j=b\) (case \({\mathcal {P}_{\textit{common}}}\)).
Our practical motivation for the described scheduling problem is to minimize costly walking time of workers at a moving automobile assembly line. This is attained by minimizing the makespan of each worker independently. A worker needs to complete a set of assembly operations (jobs) in any order at a his or her work piece, which is continuously transported by a conveyor belt. Each assembly operation consists of a constant assembly time and, before that, a time-dependent walking time to gather material from a central supply point at the line-side (see also Fig. 2).
The resulting assembly operation times can be adequately modeled by the described time-dependent processing times  (Sedding 2020b). By permuting the operations, it is possible to minimize the total walking time, or equivalently, the worker’s makespan.

2 Summary of results and organization

The results presented in this paper can be summarized as follows:
  • Identification of three polynomial cases: first, if \(t_{\min }\ge \tau \); second, if a certain job sequence starts each job before or at \(\tau \); third, if each basic processing time is zero.
  • Proof that the studied problem is NP-hard already for the special case \({\mathcal {P}_{\textit{common}}}\) of common slopes. This is shown by reduction from Even-Odd Partition. See Table 2 for an overview.
  • Introduction of a fully polynomial time approximation scheme (FPTAS) for the case \({\mathcal {P}_{\textit{agreeable}}}\) of agreeable ratios of basic processing time and slopes. This approach can be also be used in the common slope case and known monotonic slope cases, see Table 3 for an overview. Notably, the underlying dynamic program is not pseudopolynomial, which is exceptional (Garey and Johnson 1979, p. 140). Because the objective value can be exponential in input length and input values, please note that the existence of an FPTAS neither implies the existence of a pseudopolynomial algorithm, nor rules out NP-hardness in the strong sense.
This paper is structured as follows. In Sect. 3, relevant literature is reviewed and the practical motivation of the study is described. In Sect. 4, our notation for job sequences is given, and properties of the makespan calculation are presented. Polynomial cases are identified in Sect. 5. A symmetry property in optimal job sequences is described in Sect. 6. In Sect. 7, it is shown that \({\mathcal {P}_{\textit{common}}}\) is NP-hard. In Sect. 8, a dynamic program is introduced for \({\mathcal {P}_{\textit{agreeable}}}\), which is used to construct an FPTAS in Sect. 9.
Table 1
Complexity results on related classic objectives
Objective
Common weights \(w_j=w\)
Job-specific weights \(w_j\)
\(\sum _jw_j\,C_j\)
\(\circ \) Polynomial (Smith 1956)
\(\circ \) Polynomial (Smith 1956)
\(\sum _jw_j\,T_j\)
\(\circ \) Polynomial (Lawler and Moore 1969)
\(\circ \) NP-hard (Yuan 1992)
  
\(\circ \) Strongly polynomial FPTAS (Kacem 2010)
\(\sum _jw_j\left( {E_j+T_j}\right) \)
\(\circ \) NP-hard (Hall et al. 1991; Hoogeveen and van de Velde 1991)
\(\circ \) Strongly polynomial FPTAS (Kellerer and Strusevich 2010)

3 Literature review

The studied non-monotonic penalty function (3) covers monotonic special cases in the literature, because it allows all-zero \(a_j\) (or \(b_j\)) slopes. A similar generalization occurred within the scheduling literature on constant processing times, which is summarized in the first subsection. We then continue with a review of relevant time-dependent literature. Finally, we describe the practical application that prompted the presented non-monotonic case.

3.1 Literature with constant processing times

From a historical point of view, a shift from (a) proportional to (b) monotonic piecewise-linear, then to (c) non-monotonic piecewise-linear measures similarly occurred before in the classic scheduling theory in terms of weighted completion costs, namely from the total weighted completion time criterion to the total weighted tardiness criterion with a common due date, then to the total weighted earliness and tardiness criterion with a restrictive common due date.
(a)
\(\sum _j w_j \,C_j\)   A basic scheduling problem is to minimize the monotonic total weighted completion time \(\sum _j w_j \,C_j\) with a given job-weight \(w_j\) for each job \(j\), achieved by sorting the jobs by nonincreasing ratio \(w_j/p_j\) (Smith 1956).
 
(b)
\(\sum _j w_j\,T_j\)    A harder problem is to minimize the piece-wise-linear monotonic total weighted tardiness \(\sum _j w_j\,T_j\) with job-tardiness \(T_j= \max \{0,\,C_j-d\}\) for a given common due date d; it requires equal weights \(w_j=w\) for a polynomial-time algorithm (Lawler and Moore 1969). Optimal job sequences can be divided into a set A of jobs completing before d, a straddler job starting before d and completing at or after d, and a set B of jobs starting at or after d. The order of jobs in A is arbitrary; set B is sorted according to Smith (1956). Therefore, an algorithm mainly needs to decide on a straddler job and partition the remaining jobs into sets A and B (Lawler and Moore 1969). For job-specific weights, the latter decision is NP-hard, as shown in Yuan (1992) by reduction from Partition. A pseudopolynomial-time dynamic programming algorithm is devised in Lawler and Moore (1969), a strongly polynomial FPTAS in Kacem (2010) for a given straddler job, see Kianfar and Moslehi (2013).
 
(c)
\(\sum _j w_j\,(E_j+T_j)\)    A further complexity increase is caused by the piecewise-linear nonmonotonic total weighted earliness and tardiness criterion \(\sum _j w_j\,(E_j+T_j)\) with job-earliness \(E_j= \max \{d-C_j,0\}\) and a so-called restrictive common due date \(d<\sum _j p_j\). In optimal job sequences, the jobs are arranged in opposing orders around d: nondecreasingly by \(w_j/p_j\) before d and nonincreasingly by \(w_j/p_j\) after d. Again, it necessitates to decide on the straddler job and job set A and B. This problem is NP-hard already for common weights \(w_j=w\), which is shown by reduction from Even-Odd-Partition, and permits a pseudopolynomial-time dynamic programming algorithm (Hall et al. 1991; Hoogeveen and van de Velde 1991). Kellerer and Strusevich (2010) show that the problem admits a strongly polynomial FPTAS by adopting an FPTAS for Symmetric Quadratic Knapsack.
 
An overview of complexity results for these classic scheduling problems is given in Table 1.

3.2 Literature on time-dependent scheduling

Time-dependent scheduling with the objective of minimizing the makespan is a research stream that dates back to Shafransky (1978); Melnikov and Shafransky (1979). The latter study job-uniform monotonic penalty functions \(\varpi =\varpi _j\); hence, \(\varpi \) is nondecreasing or nonincreasing. For this generic model, they show that an optimal job sequence is found in polynomial time by sorting the jobs with respect to \(\ell _j\).
Turning to job-specific penalty functions \(\varpi _j\), an interesting special case arises for all-zero basic processing times \(\ell _j=0\), which means that \(p_j=\varpi _j\). This case is considered in the following three studies. Mosheiov (1994) studies the proportionally increasing penalty function \(\varpi _j(t)=b_j\,t\) for \(b_j\ge 0\) and a positive global start time \(t_{\min }>0\), and shows that any job sequence yields the same makespan and is optimal. Kawase et al. (2018) analyze monotonic piecewise-linear penalty functions equivalent to \(\varpi _j(t)=\min \{0,\,(b_j-1)\cdot t+c_j\}\) for \(b_j\ge 0\), and show that an optimal job sequence is computed in polynomial time by sorting the jobs. Kononov (1998) considers non-monotonic penalty functions  \({}\varpi _j(t)=b_j{\cdot }h(t)\) with a common convex or concave function h where, for any \(t,\,t'\) with \(t'\ge t\ge t_{\min }\) and each job j, there holds \(h(t_{\min }) > 0\) and \(t' +b_j\,h(t')\ge t +b_j\,h(t)\). Note that the second condition on \(b_j\) and h is equivalent to restricting job j’s completion time to be nondecreasing for any start time \(t\ge t_{\min }\). Kononov (1998) shows that the minimum makespan is attained by sequencing the jobs in nondecreasing order with respect to \(b_j\) (or nonincreasing for concave h), see also Gawiejnowicz (2008, Theorem 6.43) for a description.
With nonnegative basic processing times \(\ell _j\ge 0\), finding a job sequence with a minimum makespan is computationally more involved. The categorization for the classic scheduling models in Sect. 3.1 can be translated to (a) proportional penalty functions \(\varpi _j\), (b) monotonic piecewise-linear \(\varpi _j\), and (c) non-monotonic piecewise-linear \(\varpi _j\). This categorization is elaborated below and visualized in Fig. 3. An overview of the complexity results is given in Table 2, a runtime comparison of the FPTASs in Table 3.
Table 2
Complexity results on single machine time-dependent scheduling with processing time \(p_j(t)=\ell _j+\varpi _j(t)\) for an additive penalty function \(\varpi _j(t)=\min \{-a_j\,(t-\tau ),\,b_j\,(t-\tau )\}\) of job j’s start time t in several settings of the real-valued slopes \(0\le a_j\le 1\), \(b_j\ge 0\), assuming \(t_{\min }=0\)
\(a_j\)
\(b_j\)
Complexity
Complexity of selected special cases
0
b
\(\circ \) polynomial (Melnikov and Shafransky 1979)
 
a
0
\(\circ \) polynomial (Melnikov and Shafransky 1979)
 
0
\(b_j\)
\(\circ \) NP-hard (Kononov 1997; Kubiak and van de Velde 1998)
\(\bullet \) polynomial if \(\tau \le 0\) (Lemma 4; Shafransky 1978; Wajs 1986; Gupta and Gupta 1988; Browne and Yechiali 1990; Gawiejnowicz and Pankowska 1995; Tanaev et al. 1984, 1994)
  
\(\bullet \) FPTAS (Theorem 2; Cai et al. 1998; Kovalyov and Kubiak 1998; Woeginger 2000; Halman 2019)
 
\(a_j\)
0
\(\circ \) NP-hard (Cheng et al. 2003)
\(\bullet \) polynomial if a \({\ell _j}/{a_j}{\searrow }\)-sorted sequence where the smaller \(\ell _j\) is first for ties starts all jobs before or at \(\tau \) (Lemma 5)
  
\(\bullet \) FPTAS (Corollary 10; Ji and Cheng 2007)
 
a
b
\(\bullet \) NP-hard (Theorem 1)
\(\bullet \) polynomial if \(\tau \le 0\) (Lemma 4), or if \(\tau =\infty \) (Ho et al. 1993)
   
\(\bullet \) polynomial if ordering the jobs nondecreasingly by \(\ell _j\) starts each job before or at \(\tau \) (Lemma 5)
  
\(\bullet \) FPTAS (Corollary 9)
 
\(a_j\)
\(b_j\)
\(\bullet \) NP-hard (Corollary 7)
\(\bullet \) polynomial if \(\tau \le 0\) (Lemma 4), or if \(\tau =\infty \) (Ho et al. 1993)
   
\(\bullet \) polynomial if a \({\ell _j}/{a_j}{\searrow }\)-sorted sequence with smaller \(\ell _j\) first (in the case of ties) starts all jobs before or at \(\tau \) (Lemma 5)
   
\(\bullet \) polynomial if \(\ell _j=0\) (Lemma 6)
   
\(\bullet \) FPTAS for agreeable ratios of \(\ell _j\) and the slopes (Theorem 2)
\(\bullet \) Marks results devised or confirmed in this work,
\(\circ \) Marks results from the literature
Table 3
Comparison of FPTASs’ worst-case runtime for \({\mathcal {P}_{{ agreeable}}} \) with n jobs and error \(\varepsilon \in (0,1]\) in different settings of slopes, where \(\ell _{\max }\) denotes the maximum \(l_j\), and \(b_{\max }\) denotes the maximum \(b_j\)
\(a_j\)
\(b_j\)
FPTAS runtime in the agreeable ratios of basic processing time and slopes case \({\mathcal {P}_{{ agreeable}}}\)
\(a_j\)
\(b_j\)
\(\bullet \) \({\mathcal {O}\!\left( n^5\cdot {\log \!\left( {1+b_{\max }}\right) }\cdot \left( \log \ell _{\max }+n\log \left( {1+b_{\max }}\right) \right) \!/\varepsilon ^2\right) }\)
Theorem 2
0
\(b_j\)
\(\circ \) \(\mathcal {O}\!\left( n^5\cdot {\log \!\left( {1+b_{\max }}\right) }\cdot \left( \log \ell _{\max }+n\log \left( {1+b_{\max }}\right) \right) \!/\varepsilon ^2\right) \)
Cai et al. (1998) (runtime stated in Halman 2019)
  
\(\circ \) \(\mathcal {O}\!\left( n^{{5}}\cdot \log ^{{{4}}}{\max \{n,1/\varepsilon ,\ell _{\max },1+b_{\max }\}}/\varepsilon ^{{3}}\right) \)
Kovalyov and Kubiak (1998, (2012)
  
\(\circ \) \(\mathcal {O}\!\left( n^4 \cdot \log ^{3}{\max \{\ell _{\max },1+b_{\max },\tau \}}\cdot {\log \!\left( {n\log \max \{\ell _{\max },1+b_{\max },\tau \}/{\varepsilon }}\right) } /\varepsilon ^2\right) \)
Halman (2019)
  
\(\bullet \) \({\mathcal {O}\!\left( n^5\cdot {\log \!\left( {1+b_{\max }}\right) }\cdot \left( \log \ell _{\max }+n\log \left( {1+b_{\max }}\right) \right) \!/\varepsilon ^2\right) }\)
Theorem 2
\(a_j\)
b
\(\bullet \) \(\mathcal {O}\!\left( n^4\cdot \left( \log \ell _{\max }+n\log \left( {1+b_{\max }}\right) \right) \!/\varepsilon \right) \)
Corollary 9
\(a_j\)
0
\(\circ \) \(\mathcal {O}\!\left( n^3\cdot \log ^{3}{\max \{n,1/\varepsilon ,{\ell _{\max }}\}}/\varepsilon ^2\right) \)
Ji and Cheng (2007)
  
\(\bullet \) \(\mathcal {O}\!\left( n^3\cdot \log \!\left( {\ell _{\max }n}\right) \!/\varepsilon \right) \)
Corollary 10
For a common ground, let \(\ell _j\) and \(b_j\) be natural numbers. For runtimes given in the literature, we rather state \(1+b_{\max }\) instead of just \(b_{\max }\) to avoid adverse effects of zero \(\log b_{\max }\) if \(b_{\max }=1\). As it is common, \(\log ^kx=(\log x)^k\)
\(\bullet \) Marks results devised in this work,
\(\circ \) Marks results from the literature
(a)
Proportional \(\varpi _j\) The proportional increasing penalty function \(\varpi _j(t)=b_j\,t\) with \(b_j\ge 0\) is independently studied in Shafransky (1978), Wajs (1986), Gupta and Gupta (1988), Browne and Yechiali (1990), and Gawiejnowicz and Pankowska (1995). They show that an optimal sequence sorts the jobs nondecreasingly with respect to \(\ell _j/b_j\) and so that all jobs with \(b_j=0\) are last. Gawiejnowicz (2008), Theorem 6.24 summarizes multiple ways for proving this: by partial order relations (Gawiejnowicz and Pankowska 1995), by a job interchange argument (Wajs 1986; Gupta and Gupta 1988), and by its formalized concept, the so-called priority-generating function (Shafransky 1978); for the latter also see Tanaev et al. (1984, 1994, chapter 3, section 1.2).
The symmetric case with proportional decreasing penalty functions \(\varpi _j(t)=-a_j\,t\) with \(0\le a_j<1\) is considered first in Ho et al. (1993). Here, the jobs need to be nonincreasingly ordered by \(\ell _j/a_j\) while jobs with \(a_j=0\) are last (Ho et al. 1993; Gordon et al. 2008).
 
(b)
Monotonic piecewise-linear \(\varpi _j\) Adding a point in time until which the processing time is constant results in the piecewise-linear, job-specific, nondecreasing penalty function \(\varpi _j(t)=\max \{0,\,b_j\,(t-\tau )\}\) for a given common \(\tau \). Then, the decision version of the scheduling problem is NP-hard, as shown in Kononov (1997) by reduction from Subset Sum, and in Kubiak and van de Velde (1998) by reduction from Partition. Kubiak and van de Velde (1998) also present a pseudopolynomial-time algorithm. FPTASs are described in Cai et al. (1998), Kovalyov and Kubiak (1998). Woeginger (2000), Kovalyov and Kubiak (2012), and Halman (2019) build upon Kovalyov and Kubiak (1998). Our independently devised FPTAS also applies. Retrospectively, it is most similar to Cai et al. (1998). All approaches use techniques for trimming-the-state-space as Ibarra and Kim (1975) except for Halman (2019) with K-approximation sets. All rely on the problem’s property of allowing for the same order of jobs before and after \(\tau \): nondecreasingly by \(\ell _j/b_j\). Moreover, Kovalyov and Kubiak (1998) require that a straddler job \(\chi \) completes at an integer valued completion time \(C_{\chi }\) in order to repeat the calculation for a polynomial number of possible \(C_{\chi }\).
A symmetric problem exhibits similar properties and is introduced in Cheng et al. (2003) by the nonincreasing penalty function \(\varpi _j(t)=\max \{-a_j\,(t-\tau ),\,0\}\) for \(0< a_j< 1\) and \(\ell _j > a_j\min \{\tau ,\,\sum _{{k\ne j}}\ell _k\}\). Cheng et al. (2003) prove NP-hardness by reduction from Partition, and introduce a pseudopolynomial-time algorithm. Later, Ji and Cheng (2007) devise an FPTAS for it by utilizing methods from Kovalyov and Kubiak (1998) and by relying on the same order of the job sets before and after \(\tau \): nonincreasingly with respect to \(\ell _j/a_j\). Moreover, they utilize the problem’s property that the value of a straddler job’s completion time only linearly influences the makespan because the processing times of the jobs that start at or after \(\tau \) are constant.
 
(c)
Non-monotonic piecewise-linear \(\varpi _j\) The described forms are extended by the non-monotonic piecewise-linear penalty function \(\varpi _j(t)=\max \{-a_j\,(t-\tau ),\,b_j\,(t-\tau ))\}\) in \(\mathcal {P}\), which has, to the best of our knowledge, not been studied up to now. The following studies lie closest.
Farahani and Hosseini (2013) study the special case of such a penalty function with symmetric, common (all-equal) slopes \(0<a<1\), \(a=a_j=b_j\), while treating the global start time \(t_{\min }\) as a decision variable with the objective of minimizing the cycle time \(C_{\max }-t_{\min }\). Then, an optimal schedule exhibits the following properties: one job \(\chi \) starts exactly at \(\tau \), the set A of jobs that complete before and at \(\tau \) are sorted nonincreasingly by \(\ell _j\), and the set \({\{\chi \}\cup }B\) of jobs starting at or after \(\tau \) are sorted nondecreasingly by \(\ell _j\). An exact polynomial time algorithm sets \(\chi =\mathrm{argmin}_j\ell _j\) and assigns the other jobs iteratively to A and B. They describe a practical application of their problem setting related to scheduling a vehicle for delivery of commodities between two rush hours in an urban setting, assuming added travel time first decreases, then rises back up later on.
A similar non-monotonic time-dependent effect is considered in Jaehn and Sedding (2016). However, the model measures a job’s middle time, instead of its start time for determining the processing time of a job j. In particular, it is stated by \(p_j=\ell _j+a\cdot |m-M|\) with slope \(0<a<2\), ideal middle time M, and the job’s middle time m, which is related to the job’s start time t by \(m=t+p_j/2\), and specifies the point in time when exactly half of the job has been processed. Solving m for \(p_j\) and t yields the processing time function
$$\begin{aligned} p_j(t)={\left\{ \begin{array}{ll} \dfrac{\ell _j-a\,(t-M)}{1+a/2}, &{}t< M-\ell _j/2\text {,}\\ \dfrac{\ell _j+a\,(t-M)}{1-a/2}, &{}t\ge M-\ell _j/2\text {.} \end{array}\right. } \end{aligned}$$
(4)
This function is not expressible in terms of the \(\varpi _j\) penalty function because (a) the start time-dependent processing time function has a job-specific minimum at \(M-\ell _j/2\) instead of one common minimum at some common ideal start time \(\tau \), and (b) the basic processing time \(\ell _j\) is scaled by two different factors, depending on the start either before or at and after \(M-\ell _j/2\). Although this model seems rather unconventional, its convincing advantage is that it allows to study a perfectly symmetric job prolongation before and after M. For example, consider arbitrary middle times \(m'\) and \(m''\) such that \(m''-M=M-m'\). If job j is scheduled such that \(m_j=m'\), then it starts at \(t'\) and completes at \(C'\). Correspondingly, if \(m_j=m''\), it starts at \(t''\) and completes at \(C''\). Then, there is \(t''-M=M-C'\) and \(C''-M=M-t'\). This symmetry around M allows for a polynomial reduction from Even-Odd Partition and prove the NP-hardness of the considered problem.
A much more generic problem is studied in Kawase et al. (2018) with the optimal composition ordering of convex or concave piecewise-linear functions. An interesting remark is that the minimization problem with functions \(C_j(t)\) can be transformed to the maximization problem with \(\tilde{C}_j(t)=-C_j(-t)\), and vice-versa. One of the studied cases is the maximum composition ordering of the concave \(\tilde{C}_j(t)=\min \{a'_j\,t+a''_j,\,b'_j\,t+b''_j\}\) for \(a'_j>0\), \(b'_j>0\). Their result on this case is a NP-hardness proof by reduction from Partition. From this, we infer that the convex minimization counterpart \(C_j(t)=-\tilde{C}_j(-t)\) is also NP-hard. We observe that a special case is problem \(\mathcal {P}\) with parameters \(a'_j=1-a_j\) (unless \(a_j=1\)), \(a''_j=\ell _j+a_j\tau \), \(b'_j=1+b_j\), and \(b''_j=\ell _j-b_j\tau \). Of course, as it is a special case, the hardness of \(\mathcal {P}\) can, however, not be inferred from the more generic problem setting.
In addition, let us note that preliminary results of our paper are presented in Sedding (2017, (2020a) on the FPTAS, in Sedding (2018a, (2018b) on the NP-hardness, and on both of them in Sedding (2020c) for the common slopes case \({\mathcal {P}_{\textit{common}}}\).
 
A comprehensive treatise on the variety of time-dependent scheduling models is provided in Gawiejnowicz (2008, (2020a). A recent review is given in Gawiejnowicz (2020b). Further reviews are in Alidaee and Womer (1999), Błażewicz et al. (2019), Cheng et al. (2003), Agnetis et al. (2014), and Strusevich and Rustogi (2017).

3.3 Practical application in automobile production planning

The studied time-dependent scheduling problem \(\mathcal {P}\) arises in production planning of moving assembly lines. A major German car manufacturer spends about 10–15% of working time at the moving final assembly line with fetching supplies from the line side (Scholl et al. 2013). This time expense incurs a high cost, and any reduction offers a high return. This walking time mainly occurs before the start of each assembly operation (job). There, the assembly worker needs to leave the continuously moving work piece, then walk along the assembly line to a nonmoving material supply point, and return to the same work piece (which continued to move during the worker’s absence). See Figure 2 for a visualization of this scenario.
A worker’s walking time is minimized by essentially two approaches. One is to reposition the supplies (Klampfl et al. 2006; Sedding 2020b); another is to resequence the worker’s assembly operations (Sedding and Jaehn 2014; Jaehn and Sedding 2016). We focus on the operation (re)sequencing approach, which avoids a physical reconfiguration of the assembly line; thus offers much faster reaction times on short term changes. The worker’s operations are usually independent from each other. Hence, we can assume that any job sequence is feasible. The high number of possible job sequences raises the need for an algorithmic decision support (Sedding 2020c).
A special case is portrayed in Jaehn and Sedding (2016), where walking time occurs in the middle of an operation, which then exhibits a perfect symmetric processing time function (4). We need to deviate from this symmetry to consider a walking time that occurs at the start of each operation as in Klampfl et al. (2006) and Sedding (2020b).
We model the time-dependent walking time like in Sedding (2020b). Then, the walking time is proportional to the distance between the static supply point and the moving work piece. Hence, the walking time depends on the time that the worker starts to walk: the walking time is minimum when the working point just passes by the supply point. This is the ideal walking start time, which corresponds to \(\tau \) in \(\varpi _j\). Earlier or later, the walking time increases linearly.
Sedding (2020b) elaborates how conveyor and worker velocities are translated to asymmetric slopes \(0<a<1\) and \(b>0\). The slopes’ domains originate from an assembly line velocity that is generally lower than the worker velocity. Their asymmetry arises from the continuous conveyor movement, which is divided in two cases. While it moves the work piece towards the supply point, the walking time shortens. While it moves the work piece away, the walking time increases.
Sometimes, properties of the carried material such as its weight can influence the walking velocity for some operations (Klampfl et al. 2006). In this case, job-specific slopes can be set, which typically yields a \({\mathcal {P}_{\textit{agreeable}}}\) instance.

4 Preliminaries

In this section, our notation is introduced, and the makespan calculation is expressed in closed formulae.

4.1 Notation of sequences

We specify our notation of (job) sequences, and denote two sequence sort criteria.
Given a set J of n jobs, we denote by sequence \(S=(S(1),\dots , S(n))\) a permutation of the jobs in J, where \(S(i)\) specifies the job that occupies position \(i\in \{1,\dots ,n\}\). We denote by \(S^{{-\!1}}(j)\) the position of job j in sequence \(S\), hence \(S(S^{{-\!1}}(j))=j\). A sequence can be split, for example, we write \({(1,2,3{,}\dots ,n)}=S_1{}S_2\) with \(S_1=(1,2)\), \(S_2=(3{,}\dots ,n)\) (then, \(S_2(1)=3\)).
The start time t and completion time C of a sequence corresponds to the start time of the first job and the completion time of the last job in the sequence. Then, the makespan of a sequence is \(C-t\).
We say a sequence \(S\) of a set of jobs J is
  • \({\ell _j}/{a_j}{\searrow }\)-sorted’ if \(\ell _ja_k\ge \ell _ka_j\), or
  • \({\ell _j}/{b_j}{\nearrow }\)-sorted’ if \(\ell _jb_k\le \ell _kb_j\)
holds for any two jobs \(j,k\in {J}\) at positions \(S^{{-\!1}}(j)<S^{{-\!1}}(k)\), respectively.
Remark 1
For the set of all jobs in a \({\mathcal {P}_{\textit{agreeable}}}\) instance, there exists a \({\ell _j}/{a_j}{\searrow }\)-sorted sequence such that its reversed sequence is \({\ell _j}/{b_j}{\nearrow }\)-sorted.

4.2 Makespan calculation

For a sequence \(S\) of a (sub)set J of n jobs of a \(\mathcal {P}\) instance, the completion time is given in a recursive form by
$$\begin{aligned} C&=C_{{S}(n)}\left( C_{{S}(n-1)}\left( \cdots C_{{S}(2)}(C_{{S}(1)}(t))\cdots \right) \right) \end{aligned}$$
for the sequence’s start time t. This recursive equation can be difficult to handle. However, it is possible to transform the calculation to a closed form, as we show in this subsection. Then, we state the derivatives of the sequence’s completion time with respect to its start time if the sequence either starts at or after the ideal start time \(\tau \), or completes before or at \(\tau \).
First, we substitute \(p_j\) and \(f_j\) in \(C_j\) (see (2), (1), (3)) to
$$\begin{aligned} C_j(t)=&\max \{\left( 1-a\right) ^{}t_j+\ell _j+a_j\tau ,\,\nonumber \\&\ \, \qquad \,\left( 1+b\right) ^{}t_j+\ell _j-b_j\tau \}. \end{aligned}$$
(5)
Then, we define the functions
$$\begin{aligned} \alpha _{S}({{t}})&={{t\cdot }} \prod _{j\in {J}{}}\left( {1-a_{j}}\right) +\sum _{j\in {J}{}} \!{\Big (}{\left( {\ell _{j}+a_{j}\tau }\right) {\cdot } \prod _{\begin{array}{c} k\in {J}{},\,\\ S^{{-\!1}}(k)>S^{{-\!1}}(j) \end{array}} \left( {1-a_{k}}\right) }{\Big )}\text {,}\end{aligned}$$
(6)
$$\begin{aligned} \beta _{S}({{t}})&={{t\cdot }} \prod _{j\in {J}{}}\left( {1+b_{j}}\right) +\sum _{j\in {J}{}} \!{\Big (}{\left( {\ell _{j}-b_{j}\tau }\right) {\cdot }\prod _{\begin{array}{c} k\in {J}{},\,\\ S^{{-\!1}}(k)>S^{{-\!1}}(j) \end{array}}\left( {1+b_{k}}\right) }{{\Big )}}. \end{aligned}$$
(7)
For common \(a_j=a\) or \(b_j=b\), respectively, they collapse to
$$\begin{aligned} \alpha _{S}({{t}})&={{t}} \left( 1-a\right) ^{n}+\sum _{{i=1,\dots ,n}} \left( {\ell _{S{(i)}}+a\tau }\right) \left( 1-a\right) ^{n-{i}}\text {,} \end{aligned}$$
(8)
$$\begin{aligned} \beta _{S}({{t}})&={{t}} \left( 1+b\right) ^{n}+\sum _{{i=1,\dots ,n}} \left( {\ell _{S{(i)}}-b\tau }\right) \left( 1+b\right) ^{n-{i}} \end{aligned}$$
(9)
with \(n\) jobs in sequence \(S\).
We use the functions \(\alpha _{S}\) and \(\beta _{S}\) to calculate the completion time of a given sequence \(S\) with a closed formula, where we distinguish three cases.
Lemma 1
If a sequence \(S\) with n jobs starts at \(t<\tau \) and there is \(\alpha _{S}({{t}})\le \tau +\ell _{{S}(n)}\), then it completes at \(\alpha _{S}({{t}})\).
Proof
Let C be the completion time of \(S\) and its last job \({S(n)}\). We renumber the jobs such that \(S=(1,\dots ,n)\). Then, let us show \(\alpha _{S}(t_1)={C}{}{}{}\) by induction: We begin with \(n=1\), starting job 1 at \(t_1={{t}}\le \tau \). By (5), job 1 completes at \(C_1(t_1)=\left( {1-a_1}\right) t_1+\ell _1+a_1\tau = \alpha _{(1)}(t_1)\) as stated. For \(n>1\), job j completes, if starting at \(t_j=\alpha _{(1,\dots ,j-1)}(t_1)\le \tau \), at \(C_j(t_j)=\left( {1-a_j}\right) t_j+\ell _j+a_j\tau \), and by induction \(C_j(t_j)=\ell _j+a_j\tau +(1-a_j)\cdot \alpha _{(1,\dots ,j-1)}(t_1)=\alpha _{(1,\dots ,j)}(t_1)\). \(\square \)
Lemma 2
If a sequence \(S\) starts at \(t\ge \tau \), then it completes at \(\beta _{S}({{t}})\).
Proof
Shown similar to Lemma 1 by induction from \(t_1={{t}}\ge \tau \) to \(\beta _{S}(t_1)\). \(\square \)
Corollary 1
If a sequence \(S\) with n jobs starts at \(t<\tau \) and there is \(\alpha _{S}(t) > \tau + \ell _{{S}(n)}\), then it completes at \(\beta _{S_2}(\alpha _{{S_1}}({{t}}))\) while the sequence is split into \(S=S_1{}S_2\) such that \(\tau \le \alpha _{S_1}({t})\le \tau +\ell _{\chi }\) for the last job \(\chi \) in \(S_1\).
The effect of changing a sequence’s start time \({{t}}\) can be observed by considering the derivatives of \(\alpha _{S}\) and \(\beta _{S}\).
Corollary 2
Let a sequence \(S\) of a set of jobs J start at \({{t}}\).
(a)
If \({{t}}\le \tau \), then \({1\ge }\frac{\mathrm {d}}{\mathrm {d} {{t}} }\alpha _{S}({{t}})=\prod _{j\in {J}{}}\left( {1-a_{j}}\right) {\ge 0}\).
 
(b)
If \({{t}}\ge \tau \), then \(\frac{\mathrm {d}}{\mathrm {d}{{t}} }\beta _{S}({{t}}) =\prod _{j\in {J}{}}\left( {1+b_{j}}\right) \ge 1\).
 
Thus, increasing a sequence’s start time \({{t}}\) does not decrease the sequence’s completion time \(C\). In other words, \(C\) does not increase if \({{t}}\) is decreased.
Corollary 3
Inserting idle time in front of any job does not decrease a sequence’s makespan, for any fixed start time.
Hence, it is not necessary to consider idle times in \(\mathcal {P}\).

5 Polynomial cases of \(\mathcal {P}\)

In this section, we analyze properties of job (sub)sets of \(\mathcal {P}\) instances, which lead to three polynomial cases of \(\mathcal {P}\): if the ideal start time \(\tau \) is early (\(\tau \le t_{\min }\)), if the ideal start time is late (\(\tau \ge \alpha _S(t_{\min })-\ell _{S(n)}\) given a \({\ell _j}/{a_j}{\searrow }\)-sorted sequence S with all n jobs), or if all basic processing times are zero.

5.1 Early ideal start time

If the start time \(t\) of a sequence is not less than the ideal start time \(\tau \) (as in Lemma 2) and \(\tau =0\), then all jobs start at or after \(\tau \). This corresponds to the known monotonic scheduling problem with proportional penalty functions \(\varpi _j(t)=b_j\,t\). Here, \({\ell _j}/{b_j}{\nearrow }\)-sorted sequences yield the minimum makespan, which is observed in Shafransky (1978), Tanaev et al. (1984, 1994, chapter 3, section 1.2), Wajs (1986), Gupta and Gupta (1988), Browne and Yechiali (1990), and Gawiejnowicz and Pankowska (1995).
Please note that the special case with all-zero basic processing times is solved for any sequence \(S\) of a set of jobs J: its completion time \(\beta _{S}(t)=t\cdot \prod _{j\in {J}}({1+b_{j}})\) is independent of the order of jobs, which corresponds to the problem in Mosheiov (1994).
An instance with ideal start time \(\tau \ne 0\) can be transformed to an instance with a zero ideal start time by performing a time-shift of \(-\tau \). Then, the result for \(\tau =0\) applies as well.
Proposition 1
A sequence \(S\) that is started at or after \(\tau \) provides the minimum makespan if and only if \(S\) is \({\ell _j}/{b_j}{\nearrow }\)-sorted.
Corollary 4
A \(\mathcal {P}\) instance of n jobs with \(t_{\min }\ge \tau \) is solved in \(\mathcal {O}\!\left( n\log n\right) \) time by any \({\ell _j}/{b_j}{\nearrow }\)-sorted sequence.

5.2 Late ideal start time

Similarly, if \(t\le \tau =0\), then a sequence might start each job before or at \(\tau \) (like in Lemma 1). Such a case corresponds to the penalty function \(\varpi _j(t)=-a_j\,t\), in which a \({\ell _j}/{a_j}{\searrow }\)-sorted sequence provides a minimum makespan (Ho et al. 1993). It follows that in \(\mathcal {P}\), if a \({\ell _j}/{a_j}{\searrow }\)-sorted sequence starts each job (or equivalently, the last job) before or at \(\tau \), then it provides the minimum makespan.
In the special case of all-zero basic processing times and \(t\le \tau =0\), any sequence \(S\) of a set of jobs J attains the same completion time \(\alpha _{S}(t)=t\cdot \prod _{j\in {J}}({1-a_{j}})\le 0\).
Again, it is possible to convert an instance with \(\tau \ne 0\) by a time-shift of \(-\tau \) to an instance with a zero ideal start time.
Proposition 2
If a sequence \(S\) starts its last job before or at \(\tau \), then \(S\) provides the minimum makespan if and only if \(S\) is \({\ell _j}/{a_j}{\searrow }\)-sorted.
Proposition 2 is only applicable to sequences that start each job at or before \(\tau \). But this may apply only for some of several existing \({\ell _j}/{a_j}{\searrow }\)-sorted sequences. However, one can strengthen the sorting criterion such that for any two jobs jk in sequence \(S\) at positions \(S^{{-\!1}}(j)<S^{{-\!1}}(k)\), there is
$$\begin{aligned} \ell _ja_k>\ell _ka_j \;\vee \; \left( {\ell _ja_k=\ell _ka_j \;\wedge \; \ell _j\le \ell _k}\right) \!. \end{aligned}$$
(10)
If there are multiple possible last jobs, this criterion assigns the one with the longest basic processing time to the last position. This minimizes the start time at the last position without changing the sequence’s completion time.
Corollary 5
For a \(\mathcal {P}\) instance of n jobs with \(t_{\min }\le \tau \), a sequence \(S\) respecting (10) is constructed in \(\mathcal {O}\!\left( n\log n\right) \) time. If \(\alpha _{S}(t_{\min })\le \tau +\ell _{{S}(n)}\), then \(S\) is optimal.

5.3 Zero basic processing times

The combination of the aforementioned special cases of all-zero basic processing times \(\ell _j=0\) is valid for any ideal start time \(\tau \) and any start time \(t_{\min }\). This generalizes the result on instances with \(t_{\min }>\tau =0\) in Mosheiov (1994).
Lemma 3
If \(\ell _j=0\) for each job j in a set J, then any sequence of \(J\) provides the minimum makespan for any start time \(t\), and completes at
$$\begin{aligned} \tau + \max \left\{ (t-\tau )\cdot \prod _{j\in J}({1-a_{j}}),\, (t-\tau )\cdot \prod _{j\in J}({1+b_{j}})\right\} . \end{aligned}$$
Corollary 6
A \(\mathcal {P}\) instance with \(\ell _j=0\) for each job j is solved by an arbitrary sequence; it is returned in \(\mathcal {O}\!\left( n\right) \) time.

6 Symmetry in optimal sequences for \(\mathcal {P}\)

Even if none of the described polynomial cases of \(\mathcal {P}\) applies, they allow to observe a central property of optimal sequences: the symmetric sorting of the jobs before and after \(\tau \).
Proposition 3
If a \(\mathcal {P}\) sequence provides the minimum makespan, then
(a)
all jobs that complete before or at \(\tau \) are \({\ell _j}/{a_j}{\searrow }\)-sorted,
 
(b)
all jobs that start at or after \(\tau \) are \({\ell _j}/{b_j}{\nearrow }\)-sorted.
 
Proof
Given a sequence \(S\), split \(S\) into \(S_1{}{S_0{}}S_2\) such that \(S_1\) completes before or at \(\tau \), and \(S_2\) starts at or after \(\tau \). Assume \(S_1\) is not \({\ell _j}/{a_j}{\searrow }\)-sorted. Then, the completion time of \(S_1\) is not minimal: it decreases by re-ordering \(S_1\) as a \({\ell _j}/{a_j}{\searrow }\)-sorted sequence. Then, all jobs still complete (and start) before or at \(\tau \), and by Corollary 2, the ensuing sequence \({S_0{}}S_2\) starts earlier. Hence, \(S\) does not provide a minimum makespan if \(S_1\) is not \({\ell _j}/{a_j}{\searrow }\)-sorted (Proposition 2). An analogous observation holds for \(S_2\): it has to be \({\ell _j}/{b_j}{\nearrow }\)-sorted (Proposition 1). \(\square \)
Remark 2
(Implications for \({\mathcal {P}_{\textit{agreeable}}}\)) According to Remark 1, a \({\mathcal {P}_{\textit{agreeable}}}\) instance permits a job sequence that is \({\ell _j}/{a_j}{\searrow }\)-sorted and, in reversed order, \({\ell _j}/{b_j}{\nearrow }\)-sorted. Let \((1,\dots ,n)\) denote such a sequence by renumbering the given jobs accordingly. Now, consider an optimum sequence \(S\) and two jobs jk with \({1\le j<k\le n}\). If both jobs complete before or at \(\tau \), then their positions are \(S^{{-\!1}}(j)<S^{{-\!1}}(k)\). If both start at or after \(\tau \), then \(S^{{-\!1}}(j)>S^{{-\!1}}(k)\).
Remark 3
(On the choice of the straddler job) Please note that Proposition 3 excludes a statement about a potential straddler job. Indeed in optimal solutions, the straddler job (if it exists) is neither necessarily the job with the shortest basic processing time \(\ell _j\), nor with highest \(a_j\) and \(b_j\) value; see Figure 1 for an example of this. In the polynomial cases above however, the straddler job (if it exists) can be chosen according to the respective sorting criterion.
Remark 4
(On the existence of the straddler job) A straddler job exists in all optimal sequences if and only if \(t_{\min }\le \tau \) and a sequence sorted according to (10) that is started at \(t_{\min }\) yields \(C_{\max }\ge \tau \). If a straddler job exists in an optimal sequence, then it also exists in any other sequence of the same job set starting at t for \(t_{\min }\le t\le \tau \) because its completion time is not less than the minimum completion time.

7 Computational complexity of \(\mathcal {P}\), \({\mathcal {P}_{\textit{agreeable}}}\), \({\mathcal {P}_{\textit{common}}}\)

In this section, a reduction from the NP-complete Even-Odd Partition problem shows that already the common slopes case \({\mathcal {P}_{\textit{common}}}\) is NP-hard. Thus, the more general problems \(\mathcal {P}\), \({\mathcal {P}_{\textit{agreeable}}}\) are also NP-hard. Let us outline the proof, but beforehand, state the NP-complete Even-Odd Partition problem.
Definition 1
(Even-Odd Partition (Garey et al. 1988)) Given a set of \(n=2h\) natural numbers \(X=\{x_1,\dots ,x_{n}\}\) where \(x_{j-1}<x_{j}\) for \(j=2,\dots ,n\), does there exist a partition of X into subsets \(X_1\) and \(X_2\) such that \(\sum _{x\in X_1}x=\sum _{x\in X_2}x\) and such that for each \(i=1,\dots ,h\), set \(X_1\) (and hence \(X_2\)) contains exactly one of \(\{x_{2i-1},x_{2i}\}\)?
NP-hardness of \({\mathcal {P}_{\textit{common}}}\) is shown by proving the NP-hardness of its decision version, which asks, for a given rational-valued threshold \(\varPhi \), if there exists a sequence \(S\) of the given jobs that is started at \(t_{\min }\) and yields makespan \(\phi {}\le \varPhi \).
The major steps of the proof are outlined as follows. The first trick is to choose slopes a and b such that assignment ‘costs’ are the same for the same ordinal position away from the ideal start time. Hence, a job’s impact on the makespan no longer depends on its deviation from the ideal start time. Furthermore, the impact is the same on either side of \(\tau \) within each Even-Odd pair. Then, the assignment decision of jobs to a side represents the partitioning problem. The second major step is to use a polynomial number of filler jobs that take up the time between the early jobs (if they complete too early) and \(\tau \), such that a No-instance is correctly recognized.
Theorem 1
\({\mathcal {P}_{\textit{common}}}\) is NP-hard.
Proof
Given an arbitrary instance of Even-Odd Partition, let us first define a corresponding instance of the decision version of \({\mathcal {P}_{\textit{common}}}\). Then, we show it has a solution if and only if there exists a solution for the Even-Odd Partition instance.
Let \(q=\frac{1}{2}\sum _{i\in X}x_i\). For the corresponding instance, we give the threshold \(\varPhi =4q{}{}\), the common ideal start time \(\tau =0\), the global start time \(t_{\min }=-q\), and the jobs \(\{1,\dots ,2n+1\}\) , with \(\ell _{n+j}=0\) for \(j=1,\dots ,n\), with \(\ell _{2n+1}=2q\), and with \(\ell _{2k-i}=x_{2k-i}\left( 1+b\right) ^{k-h-1}\) for \(k=1,\dots ,h\) and \(i=0,1\). Then, \(\ell _{j-1}<\ell _{j}\) for \(j=2,\dots ,n\), and \(\ell _n<\ell _{2n+1}\). We may choose an arbitrary common slope a with \(0<a<1\), and set \(b=\left( 1-a\right) ^{-1} - 1\). Then, \(b>0\) and \(\left( 1+b\right) ^{}=\left( 1-a\right) ^{-1}\). It is feasible to conduct the reduction for any such slope values. However, we choose to simplify the presentation in the following by fixing the slopes to \(a=1/2\) and \(b=1\) such that \(\left( 1-a\right) ^{}=1/2\) and \(\left( 1+b\right) ^{}=2\).
Assume that a given corresponding instance possesses a sequence \(S\) with makespan \(\phi {}\le \varPhi \). Then, \(S\) either already has a certain format, or it can be aligned to this format in polynomial time without increasing the makespan as follows.
First, we assume that job \(2n+1\) is the last job in \(S\). Else, let \(t_{2n+1}\) denote this job’s start time. If \(t_{2n+1}\ge 0\), by sorting the jobs in \(S\) starting after 0 according to Proposition 1 in polynomial time, job \(2n+1\) can take the last position without increasing the sequence’s completion time. Otherwise if job \(2n+1\) starts at \(t_{2n+1}<0\), then it completes after 0 because \(\ell _{2n+1}>\tau \). In this case, repeatedly swap it with its successor job j and sort all other jobs starting before 0 according to Proposition 2. This does not increase the sequence’s completion time either, because \(\ell _j<\ell _{2n+1}\) and, with (5),
$$\begin{aligned} C_j(C_{2n+1}(t_{2n+1}) )= & {} \left( {t_{2n+1}{/2}{}+\ell _{2n+1}}\right) {\cdot 2}+\ell _j \\> & {} \left( {t_{2n+1}{/2}{}+\ell _j}\right) {\cdot 2}+\ell _{2n+1}\\= & {} C_{2n+1}(C_j(t_{2n+1}) ). \end{aligned}$$
Second, the jobs that complete before or at 0 can be ordered according to Proposition 2, while the jobs with zero basic processing time \(\ell _j=0\) are the last that complete before or at 0, in any order (Lemma 3). Analogously, let the jobs starting at or after 0 adhere to Proposition 1, while the jobs with \(\ell _j=0\) are the first, in any order (again according to Lemma 3). Then, Proposition 3 holds.
Now, sequence \(S\) can be narrowed down to attain either of the following two forms:
(i)
Either, the sequence can be split into \(S=S_1{}S_0{}S_2\) such that partial sequence \(S_1\) contains the jobs completing before or at 0, while \(S_0\) contains all the jobs that start and complete at 0, and \(S_2\) contains the jobs starting at or after 0.
 
(ii)
Otherwise, it can be split into \(S=S_1{}S_{01}{}S_{\chi }{}S_{02}{}S_2\) such that \(S_{01}\) and \(S_{02}\) together contain all the jobs with \(\ell _j=0\), while sequence \(S_{\chi }{=(\chi )}\) consists of the straddler job \(\chi \) that starts strictly before 0 and completes strictly after 0, partial sequence \(S_1\) contains the jobs completing before or at 0, and \(S_2\) the remaining jobs.
 
While form (i) is the desired form, let us rule out form (ii).
Consider sequences \(S_{01}\) and \(S_{02}\). They contain all n jobs with zero basic processing time \(\ell _j=0\). Let \(v\) denote the number of jobs in \(S_{02}\). Then, \(S_{01}\) contains \(n-v\) jobs. Sequence \(S_{01}\) starts at some time \(t<0\). According to (8), it completes at \(t{/2}^{n-v}\), which equals \(t_\chi \), the start time of the straddler job. Then, the straddler job \(\chi \) completes at \(C_\chi =t_\chi {/2+\ell _\chi }\). Sequence \(S_{02}\) starts at \(C_\chi \), hence it completes according to (9) at \(C=C_\chi {\cdot 2}^{v}\). Together, the completion time of \(S_{01}{}S_{\chi }{}S_{02}\) starting at t is
$$\begin{aligned} C ={}&\left( {t{/2}^{n-v{}+1}{+\ell _\chi }}\right) {\cdot 2}^{v} = \left( {t{\cdot 2}^{v-n-1}{+\ell _\chi }}\right) {\cdot 2}^{v}\!. \end{aligned}$$
Its first and second derivatives are
$$\begin{aligned} \frac{\mathrm {d}}{\mathrm {d}v}C ={}&\left( {2t {\cdot 2}^{ v-n- 1}{+\ell _\chi }}\right) {\cdot 2}^{v}{\cdot } {\ln \,}{2} \text {,}{} \\ \frac{\mathrm {d}^2}{\mathrm {d} v^2 }C ={}&\left( {4 t {\cdot 2}^{v-n- 1}{+\ell _\chi }}\right) {\cdot 2}^{v} {\cdot {\ln ^2\,} 2} . \end{aligned}$$
The completion time C has an extremum at a \(v\) with \(\frac{\mathrm {d}}{\mathrm {d} v}C=0\). As \(t<0\), the second derivative at the same \( v\) is \(\frac{\mathrm {d}^2}{\mathrm {d} v^2 }C<0\). Therefore, this \(v\) value maximizes C. It follows that C is minimized either for \(v=0\) or for \(v=n\) with \(0\le v\le n\). Therefore, the jobs with zero basic processing time can be moved altogether to either \(S_{01}\) or \(S_{02}\) without increasing C.
Assume that the zero basic processing time jobs \({\{}n+1,\dots ,2n{\}}\) all start at or after 0. Hence, they are either in sequence \(S_0\) for case (i), or they are in sequence \(S_{02}\) while \(S_{01}\) is empty for case (ii) in the following elaboration; the opposite case where they are in \(S_{01}\) while \(S_{02}\) is empty is performed analogously. With this assumption, iff \(S\) adheres to form (i), sequence \(S_1\) completes at time 0, denoted by \(\hat{C}\). Otherwise for form (ii), the straddler job \(\chi \) completes at a time strictly after 0, denoted by \(\hat{C}\) as well. Thus, \(\hat{C}\ge 0\) in sequence \(S\). Let \(\hat{t}\) specify the start time of \(S_2\). Hence, sequence \(S_0\) in case (i), or \(S_{02}\) in case (ii), starts at \(\hat{C}{}\) and completes at \(\hat{t}{}=\hat{C}{}{\cdot 2}^{n}\).
Define \(h_1\) as the number of jobs in \(S_1\), and define \(h_2=n-h_1\). Given \(\hat{C}{}\ge 0\), and the inverse of \(\alpha _{S}\) in (8), which is \(\alpha ^{-1}_{S}(\tilde{C})=\tilde{C}\left( 1-a\right) ^{-n}-\sum _{j\in J}\ell _{{S}(j)}\left( 1-a\right) ^{-j}\), then there is
$$\begin{aligned} t_{\min }&{=\alpha ^{-1}_{S_1}(\hat{C})} =\hat{C}{}{\cdot 2}^{h_1}-\sum _{k=1,\dots ,h_1} \ell _{{S}_1(k)} {\cdot 2}^{k}. \end{aligned}$$
(11)
Sequence \(S_2\) starts at \(\hat{t}{}=\hat{C}{}{\cdot 2}^{n}\). It consists of \(h_2+1\) jobs. With the closed form (9), it completes at \(C_{\max }=\beta _{S_2}(\hat{t}{})\). Then,
$$\begin{aligned} C_{\max }= & {} {\hat{C}{}{\cdot 2}^{n+h_2+1}+\sum _{k=1,\dots ,h_2+1} \ell _{{S}_2(k)}{\cdot 2}^{h_2+1-k}}\nonumber \\= & {} {}\hat{C}{}{\cdot 2}^{n+h_2+1}+\ell _{2n+1} +\sum _{k=1,\dots ,h_2} \ell _{{S}_2(h_2+1-k)}{\cdot 2}^{k}\text {.} \end{aligned}$$
(12)
Define
$$\begin{aligned} g_1(k)&={\left\{ \begin{array}{ll}\ell _{{S}_1(k)},&{}{1\le k\le h_1}\text {,}\\ 0,&{}\text {else,}\end{array}\right. }\\ g_2(k)&={\left\{ \begin{array}{ll}\ell _{{S}_2(h_2+1-k)},&{}{1\le k\le h_2}\text {,}\\ 0,&{}\text {else,} \end{array}\right. }\\ \bar{g}&=\sum _{k=1,\dots ,n}\left( {g_1(k)+g_2(k)}\right) {\cdot 2}^{k},\\ d&={{2}^{n+h_2+1}-{2}^{h_1}}. \end{aligned}$$
Because \(h_1\le n\) and \(h_2\ge 0\), we have \(d>0\). Then,
$$\begin{aligned} \varPhi&\ge C_{\max }-t_{\min }\\ \Longleftrightarrow 4q&\ge \hat{C}{}d+\ell _{2n+1} +\sum _{k=1,\dots ,h_1}\ell _{{S}_1(k)} {\cdot 2}^{k}\\&\qquad \qquad \qquad \ \,\quad \ +\sum _{k=1,\dots ,h_2} \ell _{{S}_2(h_2+1-k)}{\cdot 2}^{k}\\ \Longleftrightarrow 2q&\ge \hat{C}{}d+\sum _{k=1,\dots ,n}\left( {g_1(k)+g_2(k)}\right) {\cdot 2}^{k}={}\hat{C}{}d+\bar{g}. \end{aligned}$$
Sequence \(S\) satisfies the inequality since its makespan \(\phi =C_{\max }-t_{\min }\le \varPhi \). Let us show that the minimum of \(\bar{g}\) is 2q, which means that \(\hat{C}{}=0\) in the inequality.
For any \(i,j\in \{1,2\}\) such that \(i\ne j\), if \(g_i(k)=0\) for some k while \(g_j(k+1)>0\), then sequence \(S\) does not provide a minimum for \(\bar{g}\): it decreases by resequencing the jobs such that \(g_i(k)>0\) and \(g_j(k+1)=0\) because \({2}^{k}<{2}^{k+1}\).
By this argument and as \(h_1+h_2=2h\), it follows that \(h_1=h_2=h\).
Moreover, a minimum \(\bar{g}\) has \(g_i(k-1)\ge g_j(k)\) for \(k=2,\dots ,h\) and any \(i,j=1,2\), because \({2}^{k-1}<{2}^{k}\). This is the case for an optimal \(S\) as in Proposition 3.
Therefore, a minimum \(\bar{g}\) requires \(\{S_1(h+1-k),\,S_2(k)\}=\{2k-1,\,2k\}\) (in any order) for \(k=1,\dots ,h\). Then,
$$\begin{aligned} \bar{g}={}&\sum _{k=1,\dots ,h}\left( {{\ell _{S_1(h+1-k)}+\ell _{S_2(k)}}}\right) {\cdot 2}^{{h+1-k}}\\ ={}&\sum _{k=1,\dots ,h}\left( {\ell _{2k-1}+\ell _{2k}}\right) {\cdot 2}^{{h+1-k}}\\ ={}&\sum _{k=1,\dots ,h}\left( {x_{2k-1}{\cdot 2}^{{k-h-1}}+x_{2k}{\cdot 2}^{{k-h-1}}}\right) {\cdot 2}^{{h+1-k}}\\ ={}&\sum _{k=1,\dots ,h}x_{2k-1}+x_{2k}=2q. \end{aligned}$$
By the arguments above, we have \(\bar{g}=2q\), \(h_1=h_2=h\), and it follows that \(C_{\max }-t_{\min }=\varPhi \) and \(\hat{C}{}=0\). Sequence \(S\) thus adheres to form (i).
With \(t_{\min }=-q\) and \(\hat{C}{}=0\), we transform (11) by using \(\{{S}_1(h+1-{k}),\,{S}_2({k})\}=\{2k-1,\,2k\}\) for \({k}=1,\dots ,h\) to
$$\begin{aligned} q&=\sum _{k=1,\dots ,h} \ell _{{S}_1(k)} {\cdot 2}^{k}\\&=\sum _{k=1,\dots ,h} \ell _{{S}_1(h+1-k)} {\cdot 2}^{h+1-k}\\&=\sum _{k=1,\dots ,h} \left( {x_{{S}_1(h+1-k)}{\cdot 2}^{k-h-1}}\right) {\cdot 2}^{h+1-k}\\&=\sum _{{k}=1,\dots ,h} x_{{S}_1({k})}. \end{aligned}$$
Applying similar steps for (12) with \(C_{\max }=3q\), we get \(q=\sum _{{k}=1,\dots ,h} x_{{S}_2({k})}\). It follows the equality
$$\begin{aligned} \sum _{{k}=1,\dots ,h} x_{{S}_2({k})} =\sum _{{k}=1,\dots ,h} x_{{S}_1({k})}. \end{aligned}$$
Concluding, sets \(X_1=\{x_{{S}_1({k})}\mid {k}=1,\dots ,h\}\) and \(X_2=X\setminus X_1\) are a solution for the Even-Odd Partition instance.
Therefore, a solution to the Even-Odd Partition instance allows us to solve the corresponding \({\mathcal {P}_{\textit{common}}}\) decision instance and vice versa. As the reduction is polynomial, it follows that \({\mathcal {P}_{\textit{common}}}\) is NP-hard. \(\square \)
Problem \({\mathcal {P}_{\textit{common}}}\) is a special case of \({\mathcal {P}_{\textit{agreeable}}}\), which in turn is a special case of \(\mathcal {P}\).
Corollary 7
\(\mathcal {P}\) and \({\mathcal {P}_{\textit{agreeable}}}\) are both NP-hard.
The latter hardness result can also be inferred from the monotonic special cases in \({\mathcal {P}_{\textit{agreeable}}}\) (where either \(a_j=0\) or \(b_j=0\), and the nonzero slopes are job-specific), which are NP-hard following the results in Kononov (1997), Kubiak and van de Velde (1998), and Cheng et al. (2003).

8 Dynamic programming algorithm for \({\mathcal {P}_{\textit{agreeable}}}\)

In this section, we describe a dynamic programming algorithm for \({\mathcal {P}_{\textit{agreeable}}}\), and analyze its runtime. This algorithm is employed later (in Sect. 9) for constructing a fully polynomial time approximation scheme.
We explicitly exclude instances that already correspond to a polynomial case in Corollary 4 or Corollary 5 in the following consideration. Hence, we can assume that the straddler job exists (see Remark 4).
Denote by J the set of all given jobs. Let \(n=|J|-1\) where |J| is the number of jobs in J. Then, the following algorithm runs repeatedly, once for each possible straddler job \(\chi \in J\). In each run, renumber the jobs to \(\{1,\dots ,n,n+1\}\) such that \(\chi =n+1\) and such that \(\ell _{j}a_k\ge \ell _ka_j\) and \(\ell _{j}b_k\ge \ell _kb_j\) for \(1\le j<k\le n\). Such a numbering exists (Remark 1), and implies that sequence \((1,\dots ,n)\) is \({\ell _j}/{a_j}{\searrow }\)-sorted, and \((n,\dots ,1)\) is \({\ell _j}/{b_j}{\nearrow }\)-sorted. Please remember the according symmetry around \(\tau \) in an optimal sequence (Remark 2).
The dynamic programming algorithm solving \({\mathcal {P}_{\textit{agreeable}}}\) for a straddler job \(\chi =n+1\) consists of n stages. Stage \(j=1,\dots ,n\) is represented by a set \({V}_j\) of partial solutions. A partial solution can be imagined as a pair \((S_1,S_2)\) of two partial sequences that respect the following invariant: \(S_1\) and \(S_2\) represent a partition of jobs \(\{1,\dots ,j\}\) into sets A, B while
  • sequence \(S_1\) of job set A is \({\ell _j}/{a_j}{\searrow }\)-sorted, to start at \(t_{\min }\) and guaranteed to complete before \(\tau \), and
  • sequence \(S_2\) of job set B is \({\ell _j}/{b_j}{\nearrow }\)-sorted, to start at \(\tau \).
In the j’th stage, job j is inserted into all partial solutions \({V}_{j-1}\) of the preceding stage \(j-1\). We consider two possible ways of inserting job j to the sequences, which respects the above invariant. First, inserting j as the last job in sequence \(S_1\) unless this yields a completion time after \(\tau \). This has no effect on the start times of the other jobs in \(S_1\). Second, inserting job j as the first job in \(S_2\). Then, job j starts exactly at \(\tau \), which postpones all other jobs in \(S_2\) by job j’s processing time \(p_j(\tau )=\ell _j\).
The dynamic program does, to save memory, not explicitly store the partial sequences \(S_1\) and \(S_2\). Instead, a partial solution is represented by a three-dimensional vector [xyz] of nonnegative rational numbers, described as follows:
  • The first component, x, denotes sequence \(S_1\)’s completion time, hence, \(x=\alpha _{S_1}(t_{\min })\), see Lemma 1.
  • The y component describes the proportional increase of sequence \(S_2\)’s makespan if increasing its start time \(t{\ge \tau }{}\), hence, \(y=\frac{\mathrm {d}}{\mathrm {d}t} \beta _{S_2}(t)=\frac{\mathrm {d}}{\mathrm {d}t} \beta _{S_2}(\tau )\), see Corollary 2(b).
  • Lastly, z represents sequence \(S_2\)’s makespan if starting it at \(\tau \), hence, \(z=\beta _{S_2}(\tau )-\tau \), see Lemma 2.
After stage n, the straddler job \(\chi \) is appended to sequence \(S_1\), after which \(S_2\) continues. Figure 4 displays the partial solution of such an intermediate state, and shows the two successor states that emerge from adding the next job to either sequence \(S_1\) or sequence \(S_2\).
Algorithm 1
(Dynamic Programming for \({\mathcal {P}_{\textit{agreeable}}}\) with straddler job \(\chi \))Initialize state set
$$\begin{aligned} {V}_0=\left\{ [t_{\min },\,1,\,0]\right\} \!. \end{aligned}$$
(13a)
For job \(j=1,\dots ,n\), generate state set
$$\begin{aligned} {V}_j={}&\left\{ [C_j(x),\,y,\,z] \,{\big |}\, [x,\,y,\,z]\in {V}_{j-1},\,{ C_j(x){<}\tau }\right\} \end{aligned}$$
(13b)
$$\begin{aligned}&\cup \left\{ \left[ x,\,\left( {1+b_j}\right) y,\,z+y\,\ell _j\right] {\big |}\, [x,\,y,\,z]\in {V}_{j-1}\right\} \!. \end{aligned}$$
(13c)
Return
$$\begin{aligned} C_{\max }^\chi ={}&\min \!\left\{ {\tau +y\,\max \!\left\{ {C_\chi (x)-\tau ,\,0}\right\} +z \,{\big |}\, [x,\,y,\,z]\in {V}_{n}}\right\} \!. \end{aligned}$$
(13d)
The resulting sequence \(S=S_1S_2\) is reconstructed in \(\mathcal {O}\!\left( n\right) \) time by recording for stage \(j=1,\dots ,n\) and each state in \({V}_{j}\) from which state in \({V}_{j-1}\) it originates. With this information, one can determine a backwards path from the final state in \({V}_{n}\) to the initial state in \({V}_0\). Then, the sequence is built by following the path from \(j=1\) to n. Begin with empty partial sequences \(S_1\) and \(S_2\). If the path’s state in \({V}_k\) was generated in (13b), append job k to \(S_1\). If instead, it was generated in (13c), then prepend job k to \(S_2\). In (13d), \(\chi \) is appended to \(S_1\), and \(S_2\) is started at \(\max \{C_\chi (x),\tau \}\). If the state was invalid in the sense that job \(\chi \) completes at \(C_\chi (x)<\tau \), this inserts idle time before \(S_2\) such that it starts at \(\tau \); then the result is dominated by a solution from running the algorithm for another straddler job.
Proposition 4
For a \({\mathcal {P}_{\textit{agreeable}}}\) instance, repeatedly running Algorithm 1 for each possible straddler job \(\chi \in J\) returns the minimum makespan \(\phi ^*\).
Proof
Given an instance of \({\mathcal {P}_{\textit{agreeable}}}\), the algorithm is run as follows for each possible \(\chi \).
Consider stage \(j=1,\dots ,n\). In \({V}_j\), there is at least one vector for each possible subset of jobs \(A\subseteq \{1,\dots ,j\}\) where each job \(k\in A\) completes before \(\tau \), and \(B=\{1,\dots ,j\}\setminus A\). Each vector \([x,y,z]\in {V}_j\) stems from a source vector \([x',y',z']\). Two cases are distinguished:
  • If the vector is generated in (13b), job j is in set A. The value \(x'\) describes the start time of job j, completing at x. If \(x'=t_{\min }\), job j is the first job in set A and it starts at the global start time \(t_{\min }\). As \(\ell _{j-1}a_j{}{}\ge \ell _ja_{j-1}{}\), the makespan x of the jobs in set A is minimum, see Proposition 2. The condition \({C_j(x')}{<} \tau \) ensures that j does not turn into the straddler job. As the set B is unchanged, \(y=y'\) and \(z=z'\) remain the same.
  • Else, if the vector is generated in (13c), job j is instead in set \(B\). For this, j is (for now) started at \(\tau \). Then, j completes at \(C_j(\tau )\). If \(z'=0\), job j is the first job in set B. Then, \(z=C_j(\tau )-\tau {=\ell _j}\). If \(z'>0\), job j is prepended to the jobs \(B'=B\setminus \{j\}\). Then, they start later, by \(C_j(\tau )-\tau {=\ell _j}\). As of Corollary 2(b), their completion time increases by \({y\cdot }\prod _{j\in B'}\left( {1+b_j}\right) \). Each job that is inserted in set B multiplies the previous y by \(\left( {1+b_j}\right) \). Therefore, \(y'=\prod _{j\in B'}\left( {1+b_j}\right) \). Then, z expresses the sum of processing times of all jobs in set B when started at \(\tau \). Moreover, the jobs are sequenced as \({S_B=(} j,\dots ,\min B{)}\). Thus, \(z={\beta _{S_B}(\tau )}-\tau \). As \(\ell _j\le \ell _{j-1}\), this makespan is minimum for the jobs in set B if started at or after \(\tau \).
In the last step, the straddler job \(\chi \) is appended to the early jobs in each source vector \([x',y',z']\).
For this, \(\chi \) starts at time \(x'\), and completes at \(x=C_{{\chi }}(x')\). To return a correct \(C_{\max }^\chi \), two cases are treated in (13d):
Case \(x\ge \tau \):
Then, the jobs in set B start at x. In (13d), their completion time \(\tau +z'\) is correctly increased by \((x-\tau )\cdot y'\), according to Corollary 2(b), with time difference \(x-\tau \) and slope \(y'=\prod _{j\in B}\left( {1+b_j}\right) \). Therefore, the return value correctly calculates \(C_{\max }^\chi \) corresponding to \([x',y',z']\).
Case \(x<\tau \):
In this case, idle time is inserted from x to \(\tau \). Then, the first job in set B, \(k=\max B\), is scheduled at the common ideal start time: \(t_{k}=\tau \). The resulting \(C_{\max }^\chi \) in (13d) is dominated by \(C_{\max }^k\) for k as the straddler job.
It is assumed that an optimal sequence has a straddler job, else the instance corresponds to a polynomial case in Sect. 5 for which the algorithm stops upfront. Therefore, the repeated execution of the algorithm to obtain \(C_{\max }^\chi \) for each \(\chi \in J\) yields \(\phi ^*=\min _{\chi \in J}C_{\max }^\chi \). \(\square \)
The total number of states in Algorithm 1 is \(\mathcal {O}\!\left( 2^n\right) \), which corresponds to the number of branchings.
Corollary 8
A \({\mathcal {P}_{\textit{agreeable}}}\) instance with n jobs is solved by a n times repeated call of Algorithm 1 in \(\mathcal {O}\!\left( n\cdot 2^n\right) \) time total.
The runtime still is non-polynomial (i.e., not pseudopolynomial) if measured in terms of input length and values, or similarly, in terms of unary encoded input length.
Proposition 5
Algorithm 1 is not pseudopolynomial.
Proof
The fundamental theorem of arithmetic states that any natural number greater than 1 can be expressed by a unique product of a nonempty multiset of prime numbers up to the order of the factors (Hardy and Wright 2008, chapter 1). Conversely, the product of any nonempty multiset of prime numbers is unique. Thus, all the \(2^n\) distinct subsets of the set of the first n primes yield \(2^n\) distinct products.
Let \(P_i\) for \(i\ge 1\) denote the i’th prime number. Create a \({\mathcal {P}_{\textit{agreeable}}}\) instance with \(\tau =0\), some straddler job, and an arbitrary number of jobs \({\{1,\dots ,}n{\}}\) where \(\ell _j=1\), \(a_j=0\), and \(b_j=P_j-1\) for \(j=1,\dots ,n\). Then, Algorithm 1 creates vectors where the y component corresponds to a product of a subset of the first n prime numbers. Hence, at least \(2^n\) distinct values (and states) are created.
The sum of the first n primes is polynomial in n (see, e.g., Axler 2019). Respectively, a unary encoded input of the stated instance has a length that is polynomial in n, but Algorithm 1 remains exponential in unary encoded input length. Thus, Algorithm 1 is not pseudopolynomial. \(\square \)
Since Algorithm 1 is not pseudopolynomial, it does not settle the question whether \({\mathcal {P}_{\textit{agreeable}}}\) is NP-hard in the strong sense.
It is interesting to observe that despite this result, Algorithm 1 is suited for constructing an FPTAS, as it is shown below. This is unusual and counter-intuitive because commonly, an FPTAS is derived from a pseudopolynomial exact algorithm (Garey and Johnson 1979, p. 140).

9 Fully polynomial time approximation scheme for \({\mathcal {P}_{\textit{agreeable}}}\)

A fully polynomial time approximation scheme (FPTAS) is introduced for \({\mathcal {P}_{\textit{agreeable}}}\) in this section.
An FPTAS is an algorithm that, given a problem’s input and any approximation factor \(\varepsilon \in (0,1]\), runs in polynomial time of input length and \(1/\varepsilon \) to return a solution with objective value \(\phi ^\varepsilon \le (1+\varepsilon )\cdot \phi ^*\), where \(\phi ^*\) denotes the minimum objective value.
The following FPTAS for \({\mathcal {P}_{\textit{agreeable}}}\) is based on Algorithm 1. It is based on the idea of trimming-the-state-space as described in Ibarra and Kim (1975), combined with the interval partition technique described in Woeginger (2000). The latter technique defines
$$\begin{aligned} \varDelta&=1+\frac{\varepsilon }{2n}\, \text {, and }\, h(x)=\varDelta ^{\lceil \log _\varDelta x\rceil } \,\text { for any real }x>0\,\text {,}{} \end{aligned}$$
where h intentionally satisfies \(x/\varDelta <h(x)\le x\cdot \varDelta \).
For an approximation factor \(\varepsilon \in (0,1]\) and corresponding \(\varDelta \) and h, let us define, similar to Algorithm 1, with the same preconditions and a given straddler job \(\chi \):
Algorithm 2
(FPTAS for \({\mathcal {P}_{\textit{agreeable}}}\) with straddler job \(\chi \) and \(\varepsilon \))
Initialize
$$\begin{aligned} {V}^\#_0={}&\left\{ [t_{\min },\,1,\,0]\right\} . \end{aligned}$$
(14a)
For job \(j=1,\dots ,n\), generate state set
$$\begin{aligned} \tilde{{V}}^\#_j={}&\left\{ [C_j(x),\,y,\,z] \,{\big |}\, [x,\,y,\,z]\in {V}^\#_{j-1},\,{ C_j(x){<} \tau }\right\} \end{aligned}$$
(14b)
$$\begin{aligned}&\cup \left\{ \left[ x,\,\left( {1+b_j}\right) y,\,z+y\,\ell _j\right] {\big |}\, [x,\,y,\,z]\in {V}^\#_{j-1}\right\} \end{aligned}$$
(14c)
and trimmed state set
$$\begin{aligned} {V}^\#_j={}&\left\{ \left[ \tilde{x},\tilde{y},\tilde{z}\right] \in \tilde{{V}}^\#_j \,{\big |}\,\tilde{x}=x_j^{\min }\!\left( \tilde{y},\tilde{z}\right) \right\} \nonumber \\&\text {with }x_j^{\min }\!\left( \tilde{y},\tilde{z}\right) =\min \left\{ x \,{\big |}\, [x,\,y,\,z]\in \tilde{{V}}^\#_j,\, \right. \nonumber \\&\qquad \qquad \qquad \qquad \qquad \qquad ~~~~~~~~h(y)\le h(\tilde{y}),\, \nonumber \\&\qquad \qquad \qquad \qquad \qquad \qquad ~~~~~~~\left. h(z)=\;h(\tilde{z})\right\} . \end{aligned}$$
(14d)
Return
$$\begin{aligned} C_{\max }^{\chi \varepsilon }={}&\min \!\left\{ \tau +y\,\max \!\left\{ C_\chi (x)-\tau ,0\right\} +z \,{\big |}\, [x,\,y,\,z]\in {V}^\#_{n}\right\} \!. \end{aligned}$$
(14e)
The algorithm’s approximation guarantee and its worst-case runtime is shown in the remainder of this section.
Lemma 4
For \(j=0,\dots ,n\) and all vectors \([x,y,z]\in {V}_j\) of Algorithm 1, there exists a vector \([x^\#,y^\#,z^\#]\in {V}^\#_j\) in Algorithm 2 with
$$\begin{aligned} x^\#&\le x \text {,} \end{aligned}$$
(15a)
$$\begin{aligned} y^\#&\le y\cdot \varDelta ^j \text {, and} \end{aligned}$$
(15b)
$$\begin{aligned} z^\#&\le z\cdot \varDelta ^j. \end{aligned}$$
(15c)
Proof
Let us show the given hypothesis by forward-induction for \(j{=0,\dots ,n}{}\).
For \(j=0\), the trimmed set equals the original set: \({V}_0={V}^\#_0=\{[t_{\min },1,0]\}\), as of (13a) and (14a). As \(\varDelta ^0=1\), the hypothesis is shown.
For \(j=1,\dots ,n\), there are two cases, corresponding to (14b) and (14c):
  • The first case applies if \(x<\tau \), i.e., the job j is appended to \(S_1\) such that it completes before \(\tau \). Consider vector \([x',y',z']\in {V}_{j-1}\) where \(C_j(x')=x\), \(y'=y\), \(z'=z\) as generated in (14b).
    Then, by induction, the corresponding vector \([x'^\#,y'^\#,z'^\#]\in {V}^\#_{j-1}\) with \(x'^\#\le x'\), \(y'^\#\le y'\cdot \varDelta ^{j-1}\), and \(z'^\#\le z'\cdot \varDelta ^{j-1}\) exists. Also, the condition \(x'^\#\le \tau \) is satisfied. Furthermore, the algorithm created \([\tilde{x}',\tilde{y}',\tilde{z}']=[C_j(x'^\#), y'^\#,z'^\#]\in \tilde{{V}}^\#_j\), see (14b). Although, after the trimming operation in (14d) this vector may not be in \({V}^\#_j\), there exists a vector \([x^\#,y^\#,z^\#]\in {V}^\#_j\) with \(x^\#\le \tilde{x}'\), \(h(y^\#)\le h(\tilde{y}')\), and \(h(z^\#)=h(\tilde{z}')\) (thus, \(y^\#\le \tilde{y}' \cdot \varDelta \) and \(z^\#\le \tilde{z}' \cdot \varDelta \)).
    Let us show the induction hypothesis for this vector. Remember that \(C_j(t)\) is an nondecreasing function. Thus, \( x^\#\le \tilde{x}' = C_j(x'^\#)\le C_j(x')=x\) for (15a). As \(y^\#\le \tilde{y}'\cdot \varDelta = y'^\#\cdot \varDelta \le y'\cdot \varDelta ^j=y\cdot \varDelta ^j\), (15b) is satisfied. Inequality \(z^\#\le \tilde{z}' \cdot \varDelta = z'^\# \cdot \varDelta \le z' \cdot \varDelta ^{j}=z \cdot \varDelta ^j\) satisfies (15c).
  • In the second case corresponding to (14c), consider vector \([x',y',z']\in {V}_{j-1}\) where \(x'=x\), \(\left( {1+b_{j}}\right) y'=y\), and \(z'+y'\,\ell _j= y\).
    By induction hypothesis, the corresponding vector \([x'^\#,y'^\#,z'^\#]\in {V}^\#_{j-1}\) with \(x'^\#\le x'\), \(y'^\#= y'\cdot \varDelta ^{j-1}\), and \(z'^\#\le z'\cdot \varDelta ^{j-1}\) exists. Then, the algorithm created a corresponding vector \([\tilde{x}',\tilde{y}',\tilde{z}']=[x'^\#,\,\left( {1+b_{j}}\right) y'^\#,\,z'^\#+y'^\#\,\ell _j]\in \tilde{{V}}^\#_j\) in (14c). Even though, by trimming, this vector may not be in set \({V}^\#_j\), there must exist some vector \([x^\#,y^\#,z^\#]\in {V}^\#_j\) with \(x^\#\le \tilde{x}'\), \(h(y^\#)\le h(\tilde{y}')\), and \(h(z^\#)=h(\tilde{z}')\) (thus \(y^\#\le \tilde{y}'\cdot \varDelta \) and \(z^\#\le \tilde{z}'\cdot \varDelta \)).
    Let us show the induction hypothesis. For (15a): \(x^\#\le \tilde{x}' = x'^\# \le x' = x\). As \(y^\#\le \tilde{y}' \cdot \varDelta = \left( {1+b_{j}}\right) \cdot y'^\# \cdot \varDelta \le \left( {1+b_{j}}\right) \cdot \left( y' \cdot \varDelta ^{j-1} \right) \cdot \varDelta =y \cdot \varDelta ^j\), (15b) is satisfied. Lastly, (15c) is satisfied because
    $$\begin{aligned} z^\#&\le \tilde{z}' \cdot \varDelta = \left( z'^\#+y'^\#\,\ell _j\right) \cdot \varDelta \\&\le \left( z' \cdot \varDelta ^{j-1} +y'\,\ell _j\cdot \varDelta ^{j-1} \right) \cdot \varDelta = \left( z' +y'\,\ell _j \right) \cdot \varDelta ^{j}\\&= z\cdot \varDelta ^{j}.\qquad \qquad \qquad \qquad \qquad \qquad \qquad \qquad \qquad \qquad \quad \,\,{\square } \end{aligned}$$
Lemma 5
For \(0<\varepsilon \le 1\) and a \({\mathcal {P}_{\textit{agreeable}}}\) instance with straddler job \(\chi \) and minimum makespan \(\phi ^*\), Algorithm 2 yields \(C_{\max }^{\chi \varepsilon }\) such that \(\phi ^{\varepsilon }=C_{\max }^{\chi \varepsilon }-t_{\min }\le \left( {1+\varepsilon }\right) \phi ^*\).
Proof
Let \(\chi \) be the straddler job and \([x,y,z]\in {V}_n\) be the vector that corresponds to \(\phi ^*=C_{\max }^{{\chi }}-t_{\min }\) in Algorithm 1. Then, \(C_{\max }^{{\chi }}=\tau +y\left( {C_\chi (x)-\tau }\right) +z\), with \(C_\chi (x)\ge \tau \). By Lemma 4, there exists a vector \([x^\#,y^\#,z^\#]\in {V}^\#_n\) with \(x^\#\le x\), \(y^\#\le y\cdot \varDelta ^n\), and \(z^\#\le z\cdot \varDelta ^n\). Then,
$$\begin{aligned} C_{\max }^{\chi \varepsilon }&= \tau +y^\#\cdot \max \left\{ C_\chi (x^\#)-\tau ,\,0\right\} +z^\#\\&\le \tau +y\cdot \varDelta ^n\cdot \max \left\{ C_\chi (x)-\tau ,\,0\right\} +z\cdot \varDelta ^n\\&= \tau +\left( y\cdot \max \left\{ C_\chi (x)-\tau ,\,0\right\} +z\right) \cdot \varDelta ^n\\&= \tau +\left( C_{\max }^{{\chi }}-\tau \right) \cdot \varDelta ^n\\&=C_{\max }^{{\chi }} {\cdot }\varDelta ^n + \tau \cdot \left( {1- \varDelta ^n}\right) \!. \end{aligned}$$
Because \(1- \varDelta ^n\le 0\) and \(t_{\min }\le \tau \), there is \(t_{\min }\cdot \left( {1- \varDelta ^n}\right) \ge \tau \cdot \left( {1- \varDelta ^n}\right) \), thus
$$\begin{aligned} C_{\max }^{\chi \varepsilon }-t_{\min }&\le C_{\max }^{{\chi }}{\cdot }\varDelta ^n + \tau \cdot \left( {1- \varDelta ^n}\right) - t_{\min }\\&\le C_{\max }^{{\chi }}{\cdot }\varDelta ^n + t_{\min }\cdot \left( {1- \varDelta ^n}\right) - t_{\min }\\&=\left( {C_{\max }^{{\chi }} - t_{\min }}\right) \cdot \varDelta ^n . \end{aligned}$$
Thus, together with Proposition 4, \(\phi ^\varepsilon \le \phi ^*{\cdot }\varDelta ^n\). A known inequality is \((1+\delta /n)^n \le 1+2\delta \) for \(0 \le \delta \le 1\) (Woeginger 2000, Proposition 3.1). Setting \(\delta =\varepsilon /2\), it follows \(\varDelta ^n\le 1+\varepsilon \). Thus, \(\phi ^\varepsilon \le \left( {1+\varepsilon }\right) \phi ^*\). \(\square \)
For a worst-case runtime analysis, let us bound the number of states in each stage to a polynomial number. This uses the respective logarithm of
$$\begin{aligned} \ell _{ratio }&= \frac{\max {\left\{ \ell _j \,{\big |}\, k=1,\dots ,n\right\} }}{\min \left\{ \ell _j>0\,{\big |}\, j=1,\dots ,n\right\} }, \\ b_{\max }&= \max \left\{ b_j\,{\big |}\, j=1,\dots ,n\right\} . \end{aligned}$$
Lemma 6
For \(0<\varepsilon \le 1\) and stage \(j=0,\dots ,n\), the number \(|{V}^\#_j|\) of states is in \(\mathcal {O}({n^3}{\cdot \log ^{}\!\left( {1+b_{\max }}\right) }\cdot (\log {}\max \{{\ell _{ratio }},\,1/{ b_{\max }}\}+n\log ^{}\!\left( {1+b_{\max }}\right) )/{\varepsilon ^2}).\)
Proof
Starting with \(|{V}_0^\#|=1\), let us analyze state set \({V}^\#_j\) for \(j=1,\dots ,n\) in the following. Consider a vector \([x,y,z]\in {V}^\#_j\). For each y and z value, there is one x value. Thus, \({|}{V}^\#_j{|}\) is bounded by the product of the number of possible y and z values, which is bounded in the following.
Let \(\ell _{\max }^{(j)}=\max {\{\ell _k\,{\big |}\, k=1,\dots ,j\}}\), \(\ell _{\min }^{(j)}=\min \{\ell _k>0\mid k=1,\dots ,j\}\), and \(b_{\max }^{(j)}=\max {\{b_k\,{\big |}\, k=1,\dots ,j\}}\). Then, the y value is bounded by
$$\begin{aligned} {1\le }\, y\le \prod _{k=1,\dots ,j}\left( {1+b_k}\right) \le \left( {1+b_{\max }^{(j)}}\right) ^j=:Y_j. \end{aligned}$$
The z value represents the makespan of the sequence that starts at the ideal start time. For \(z>0\), it is bounded by
$$\begin{aligned} {\ell _{\min }\le }\,\,z\,&\le \sum _{j'=1,\dots ,j} \ell _{j'}\prod _{k=j'+1,\dots ,j}\left( {1+b_k}\right) \\&\le \ell _{\max }^{(j)} \frac{\left( {1+b_{\max }^{(j)}}\right) ^j-1}{b_{\max }^{(j)}} =:Z_j. \end{aligned}$$
The trimming step in (14d) ensures that there is at most a single y and z value for the same \(h(y)\) and \(h(z)\) value, respectively. Moreover, the rounded values are bounded by \(1\le h(y)\le h(Y_j)\) and by \(h(\ell _{\min }^{(j)})\le h(z)\le h(Z_j)\) for \(z>0\).
It follows from the definition of \(h\) that the number of distinct \(h(y)\) values is at most
$$\begin{aligned} \log _\varDelta Y_j - \log _\varDelta 1&={\log Y_j}\cdot {\ln 2}\,/\,{\ln \varDelta }\\&\le \left( {1+\frac{2n}{\varepsilon }}\right) \cdot {\log Y_j}\\&=\left( 1+\frac{2n}{\varepsilon }\right) \cdot j\cdot \log \!\left( {1+b_{\max }^{(j)}}\right) \!, \end{aligned}$$
which uses the inequality \(\ln \varDelta \ge {(\varDelta -1)}/{\varDelta }\) (Woeginger 2000, Proposition 3.1). Similarly, the number of distinct \(h(z)\) values for \(z>0\) is at most
$$\begin{aligned}&\log _\varDelta Z_j - \log _\varDelta \ell _{\min }^{(j)} \,{=}\, {\log \!\left( Z_j\Big /\ell _{\min }^{(j)}\right) }\cdot \ln 2\,/\,{\ln \varDelta }\\&{<} \left( {1+\frac{2n}{\varepsilon }}\right) \left( \log \frac{\ell _{\max }^{(j)}}{\ell _{\min }^{(j)}} +\log \frac{1}{b_{\max }^{(j)}}+j\cdot \log \!\left( {1+b_{\max }^{(j)}}\right) \right) \!. \end{aligned}$$
In summary, there are at most \(\mathcal {O}\!\left( n^2\log {(1+b_{\max })}/\varepsilon \right) \) distinct y values, and there are at most \(\mathcal {O}(n\cdot (\log {\ell _{ratio }}+\log {(}{}1/ b_{\max }{)}{}+n\log {(1+b_{\max })})/\varepsilon )\) distinct z values. Both upper bounds are polynomial in input length in a binary encoding. This includes rational numbers because they can be encoded as a division of two integers. The product of both bounds yields \(\mathcal {O}({n^3}\cdot \log \left( {1+b_{\max }}\right) \cdot (\log {\ell _{ratio }}+\log (1/{b_{\max }})+n\log (1+b_{\max }))/{\varepsilon ^2})\), which is not more than the upper bound stated above. \(\square \)
Algorithm 2 is repeatedly started for each possible straddler job, hence \(n+1\) times, and has at most n stages, each with a polynomial number of states (Lemma 6). Furthermore, as of Lemma 5, the resulting makespan is guaranteed to be at most \((1+\varepsilon )\) times the minimum makespan \(\phi ^*\). This leads to the conclusion.
Theorem 2
For a \({\mathcal {P}_{\textit{agreeable}}}\) instance of n jobs with minimum makespan \(\phi ^*\) and an approximation factor \(0<\varepsilon \le 1\), the n times repeated call of Algorithm 2 returns a solution with makespan \(\phi ^\varepsilon \le \left( {1+\varepsilon }\right) \cdot \phi ^*\) in \(\mathcal {O}(n^5{\cdot \log ^{}\!\left( {1+b_{\max }}\right) }\cdot (\log \max \{{\ell _{ratio }},1/ b_{\max }\}+n\log ^{}\!\left( {1+b_{\max }}\right) )/\varepsilon ^2))\) time total.
This runtime is polynomial, hence Algorithm 2 is an FPTAS for \({\mathcal {P}_{\textit{agreeable}}}\). With a common slope \(b_j=b\), the y component of a state can attain at most j different values in each stage \(j{\in \{1,\dots ,n\}}\). Then, there are only \(\mathcal {O}(n^2\cdot (\log {\ell _{ratio }}{}{+\log (1/b)}{}+n\log {(1+{b})})/\varepsilon )\) states in each of the \(\mathcal {O}\!\left( n^2\right) \) stages.
Corollary 9
For instances with a common slope \(b_j=b\) for each given job j, the runtime given in Theorem 2 is reduced to \(\mathcal {O}(n^4\cdot (\log \max \{\ell _{\max },1/{b}\}+{}n\log {(1+{b})})/\varepsilon )\).
In the monotonic case \(b{_j}=0\), the y component equals 1 at all times, and z is bounded by the sum of basic processing times. Then, the number of distinct z values is bounded by \({\mathcal {O}\!\left( \ell _{ratio }\cdot n\right) }\), and there are only \(\mathcal {O}\!\left( n\cdot \log ({\ell _{ratio }}n)/\varepsilon \right) \) states per stage.
Corollary 10
For instances with \(b{_j}{}=0\) for each given job j, the runtime in Theorem 2 is reduced to \(\mathcal {O}\!\left( n^3\cdot \log ({\ell _{ratio }}n)/\varepsilon \right) \).
If each job j has the same \(\ell _j=\ell \), then \(\ell _{ratio }=1\). If in addition \(\max \{b_j,1/b_j\}\) is smaller than a constant, then the FPTAS finishes in strongly polynomial \(\mathcal {O}\!\left( n^5/\varepsilon ^2\right) \) time. For \(b_j=0\), it takes only \(\mathcal {O}\!\left( n^3\log n/\varepsilon \right) \) time, although this particular case is even easier to solve optimally by sorting the jobs with respect to nondecreasing \(a_j\) values (Cheng et al. 2003).
Remark 5
(Implications on \({\mathcal {P}_{\textit{agreeable}}}\)’s computational complexity) Garey and Johnson (1978, Theorem 1) state that if, for all instances, the optimal objective value of a minimization problem is upper bounded by a polynomial in input length and input values, then the existence of an FPTAS implies that a pseudopolynomial algorithm exists. In \({\mathcal {P}_{\textit{agreeable}}}\), the makespan can be exponential in input length and input values: e.g., for \(t_{\min }=\tau \), \(b_j=b\), and \(\ell _j\ge 1\) for \(j=1,\dots ,n\), the makespan is not less than \({}\left( 1+b\right) ^{n-1}\). Therefore, the existence of an FPTAS for \({\mathcal {P}_{\textit{agreeable}}}\) does, in this particular case, not imply the existence of a pseudopolynomial algorithm. Hence, it remains open whether a pseudopolynomial algorithm exists for \({\mathcal {P}_{\textit{agreeable}}}\), and whether \({\mathcal {P}_{\textit{agreeable}}}\) is NP-hard in the strong sense.

Acknowledgements

Let me thank the associate editor and the anonymous referees very much for their constructive comments and thorough reviews, thank Joanna Berlińska, Peter Fúsek, Stanisław Gawiejnowicz, Nir Halman, Jan-Hendrik Lorenz, Bartłomiej Przybylski for helpful discussions, and especially thank Uwe Schöning at the Institute of Theoretical Computer Science at Ulm University in Ulm, Germany for the generous support of the majority of this paper.
Open AccessThis article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Literature
go back to reference Garey, M. R., & Johnson, D. S. (1979). Computers and intractability–A guide to the theory of NP-completeness. Series of books in the mathematical sciences. San Francisco: W.H. Freeman. Garey, M. R., & Johnson, D. S. (1979). Computers and intractability–A guide to the theory of NP-completeness. Series of books in the mathematical sciences. San Francisco: W.H. Freeman.
go back to reference Hardy, G. H., & Wright, E. M. (2008). An introduction to the theory of numbers (6th ed.). Oxford, New York: Oxford University Press. Hardy, G. H., & Wright, E. M. (2008). An introduction to the theory of numbers (6th ed.). Oxford, New York: Oxford University Press.
go back to reference Kononov, A. V. (1998). Problems in scheduling theory on a single machine with job durations proportional to an arbitrary function. Diskretnyĭ Analiz i Issledovanie Operatsiĭ, 5(3), 17–37. Kononov, A. V. (1998). Problems in scheduling theory on a single machine with job durations proportional to an arbitrary function. Diskretnyĭ Analiz i Issledovanie Operatsiĭ, 5(3), 17–37.
go back to reference Sedding, H. A. (2017). Scheduling of time-dependent asymmetric nonmonotonic processing times permits an FPTAS. In: Proceedings of the 15th Cologne Twente Workshop on Graphs and Combinatorial Optimization, University of Cologne, Cologne, Germany (pp. 135-138). Sedding, H. A. (2017). Scheduling of time-dependent asymmetric nonmonotonic processing times permits an FPTAS. In: Proceedings of the 15th Cologne Twente Workshop on Graphs and Combinatorial Optimization, University of Cologne, Cologne, Germany (pp. 135-138).
go back to reference Sedding, H. A. (2018a). On the complexity of scheduling start time dependent asymmetric convex processing times. In: Proceedings of the 16th International Conference on Project Management and Scheduling, Universitá di Roma “Tor Vergata”, Rome, Italy (pp. 209–212). Sedding, H. A. (2018a). On the complexity of scheduling start time dependent asymmetric convex processing times. In: Proceedings of the 16th International Conference on Project Management and Scheduling, Universitá di Roma “Tor Vergata”, Rome, Italy (pp. 209–212).
go back to reference Sedding, H. A. (2018b). Scheduling non-monotonous convex piecewise-linear time-dependent processing times. In: Proceedings of the 2nd International Workshop on Dynamic Scheduling Problems, Adam Mickiewicz University, Poznań, Poland (pp. 79–84). Sedding, H. A. (2018b). Scheduling non-monotonous convex piecewise-linear time-dependent processing times. In: Proceedings of the 2nd International Workshop on Dynamic Scheduling Problems, Adam Mickiewicz University, Poznań, Poland (pp. 79–84).
go back to reference Sedding, H. A. (2020a). An FPTAS for scheduling with piecewise-linear nonmonotonic convex time-dependent processing times and job-specific agreeable slopes. In: Proceedings of the 17th International Conference on Project Management and Scheduling, Toulouse Business School, Toulouse, France, postponed to 2021. Sedding, H. A. (2020a). An FPTAS for scheduling with piecewise-linear nonmonotonic convex time-dependent processing times and job-specific agreeable slopes. In: Proceedings of the 17th International Conference on Project Management and Scheduling, Toulouse Business School, Toulouse, France, postponed to 2021.
go back to reference Sedding, H. A., & Jaehn, F. (2014). Single machine scheduling with nonmonotonic piecewise linear time dependent processing times. In: Proceedings of the 14th International Conference on Project Management and Scheduling, TUM School of Management, Munich, Germany (pp. 222–225). Sedding, H. A., & Jaehn, F. (2014). Single machine scheduling with nonmonotonic piecewise linear time dependent processing times. In: Proceedings of the 14th International Conference on Project Management and Scheduling, TUM School of Management, Munich, Germany (pp. 222–225).
go back to reference Shafransky, Y. M. (1978). On optimal ordering in deterministic systems with tree-like partial serving order. Proceedings of the Academy of Sciences of BSSR, Physics and Mathematics Series, 1978(2), 120. Shafransky, Y. M. (1978). On optimal ordering in deterministic systems with tree-like partial serving order. Proceedings of the Academy of Sciences of BSSR, Physics and Mathematics Series, 1978(2), 120.
go back to reference Tanaev, V. S., Gordon, V. S., & Shafransky, Y. M. (1984). Scheduling theory: Single-stage systems. Moscow: Nauka. Tanaev, V. S., Gordon, V. S., & Shafransky, Y. M. (1984). Scheduling theory: Single-stage systems. Moscow: Nauka.
go back to reference Wajs, W. (1986). Polynomial algorithm for dynamic sequencing problem. Archiwum Automatyki i Telemechaniki, 31(3), 209–213. Wajs, W. (1986). Polynomial algorithm for dynamic sequencing problem. Archiwum Automatyki i Telemechaniki, 31(3), 209–213.
go back to reference Yuan, J. (1992). The NP-hardness of the single machine common due date weighted tardiness problem. Systems Science and Mathematical Sciences, 5(4), 328–333. Yuan, J. (1992). The NP-hardness of the single machine common due date weighted tardiness problem. Systems Science and Mathematical Sciences, 5(4), 328–333.
Metadata
Title
Scheduling jobs with a V-shaped time-dependent processing time
Author
Helmut A. Sedding
Publication date
08-09-2020
Publisher
Springer US
Published in
Journal of Scheduling / Issue 6/2020
Print ISSN: 1094-6136
Electronic ISSN: 1099-1425
DOI
https://doi.org/10.1007/s10951-020-00665-4

Other articles of this Issue 6/2020

Journal of Scheduling 6/2020 Go to the issue