You're using an outdated browser. Please upgrade to a modern browser for the best experience.
Notation for Theoretic Scheduling Problems
Edit

A convenient notation for theoretic scheduling problems was introduced by Ronald Graham, Eugene Lawler, Jan Karel Lenstra and Alexander Rinnooy Kan in. It consists of three fields: α, β and γ. Each field may be a comma separated list of words. The α field describes the machine environment, β the job characteristics and constraints, and γ the objective function. Since its introduction in the late 1970s the notation has been constantly extended, sometimes inconsistently. As a result, today there are some problems that appear with distinct notations in several papers.

scheduling problems job characteristics constraints

1. Machine Environment

1.1. Single Stage Problems

Each job comes with a given processing time.

1
there is a single machine
P
there are m parallel identical machines
Q
there are m parallel machines with different given speeds, length of job j on machine i is the processing time pj divided by speed si.
R
there are m parallel unrelated machines, there are given processing times pij for job j on machine i

These letters might be followed by the number of machines which is then fixed, here m stands then for a fixed number. For example, P2||Cmax is the problem of assigning each of the n given jobs to one of the 2 given machines so to minimize the maximum total processing time over the machines.

1.2. Multi-Stage Problem

O
Open shop problem. Every job j consists of m operations Oij for i=1,,m. The operations can be scheduled in any order. Operation Oij must be processed for pij units on machine i.
F
Flow shop problem. Every job j consists of nj operations Oij for k=1,,nj, to be scheduled in that order. Operation Oij must be processed for pij units on machine i.
J
Job shop problem. Every job j consists of nj operations Okj for k=1,,nj, to be scheduled in that order. Operation Okj must be processed for pkj units on a dedicated machine μkj with μkjμkj for kk.

2. Job Characteristics

The processing time may be equal for all jobs (pi=p, or pij=p) or even of unit length (pi=1, or pij=1). All processing times are assumed to be integers. In some older research papers however they are assumed to be rationals.

rj
for each job a release time is given before which it cannot be scheduled, default is 0.
onlinerj
This is an online problem. Jobs are revealed at their release times. In this context the performance of an algorithm is measured by its competitive ratio.
dj
for each job a due date is given. The idea is that every job should complete before its due date and there is some penalty for jobs that complete late. This penalty is denoted in the objective value. The presence of the job characteristic dj is implicitly assumed and not denoted in the problem name, unless there are some restrictions as for example dj=d, assuming that all due dates are equal to some given date.
d¯j
for each job a strict deadline is given. Every job must complete before its deadline.
pmtn
Jobs can be preempted and resumed possibly on another machine. Sometimes also denoted by 'prmp'.
sizej
Each job comes with a number of machines on which it must be scheduled at the same time, default is 1.

2.1. Precedence Relations

Precedence relations might be given for the jobs, in form of a partial order, meaning that if i is a predecessor of i' in that order, i' can start only when i is completed.

prec
Given general precedence relation. If ij then starting time of j should be not earlier than completion time of i.
chains
Given precedence relation in form of chains (indegrees and outdegrees are at most 1).
tree
Given general precedence relation in form of a tree, either intree or outtree.
intree
Given general precedence relation in form of an intree (outdegrees are at most 1).
outtree
Given general precedence relation in form of an outtree (indegrees are at most 1).
opposing forest
Given general precedence relation in form of a collection of intrees and outtrees.
sp-graph
Given precedence relation in form of a series parallel graph.
bounded height
Given precedence relation where the longest directed path is bounded by a constant.
level order
Given precedence relation where each vertex of a given level l (i.e. the length of the longest directed path starting from this vertex is l) is a predecessor of all the vertices of level l-1.
interval order
Given precedence relation for which one can associate to each vertex an interval in the real line, and there is a precedence between x and y if and only if the half open intervals x=[s_x,e_x) and y=[s_y,e_y) are such that e_x is smaller than or equal to s_y.
quasi-interval order
Quasi-interval orders are a superclass of interval orders defined in Moukrim: Optimal scheduling on parallel machines for a new order class, Operations Research Letters, 24(1):91-95, 1999.
over-interval order
Over-interval orders are a superclass of quasi-interval orders defined in Chardon and Moukrim: The Coffman-Graham algorithm optimally solves UET task systems with overinterval orders, SIAM Journal on Discrete Mathematics, 19(1):109-121, 2005.
Am-order
Am orders are a superclass of over-interval orders defined in Moukrim and Quilliot: A relation between multiprocessor scheduling and linear programming. Order, 14(3):269-278, 1997.
DC-graph
A divide-and-conquer graph is a subclass of series-parallel graphs defined in Kubiak et al.: Optimality of HLF for scheduling divide-and-conquer UET task graphs on identical parallel processors. Discrete Optimization, 6:79-91, 2009.
2-dim partial order
A 2-dimensional partial order is a k-dimensional partial order for k=2.
k-dim partial order
A poset is a k-dimensional partial order iff it can be embedded into the k-dimensional Euclidean space in such a way that each node is represented by a k-dimensional point and there is a precedence between two nodes i and j iff for any dimension the coordinate of i is smaller than or equal to the one of j.

In the presence of a precedence relation one might in addition assume time lags. Let Sj denote the start time of a job and Cj its completion time. Then the precedence relation ij implies the constraint Ci+lijSj. If no time lag lij is specified then it is assumed to be zero. Time lags can be positive or negative numbers.

l
job independent time lags. In other words lij=l for all job pairs i, j and a given number l.
lij
job pair dependent arbitrary time lags.

2.2. Transportation Delays

tjk
Between the completion of operation Okj of job j on machine k and the start of operation Ok+1,j of job j on machine k+1, there is a transportation delay of at least tjkunits.
tjkl
Between the completion of operation Okj of job j on machine k and the start of operation Ol,j of job j on machine l, there is a transportation delay of at least tjkl units.
tk
Machine dependent transportation delay. Between the completion of operation Okj of job j on machine k and the start of operation Ok+1,j of job j on machine k+1, there is a transportation delay of at least tk units.
tkl
Machine pair dependent transportation delay. Between the completion of operation Okj of job j on machine k and the start of operation Ol,j of job j on machine l, there is a transportation delay of at least tkl units.
tj
Job dependent transportation delay. Between the completion of operation Okj of job j on machine k and the start of operation Ol,j of job j on machine l, there is a transportation delay of at least tj units.

2.3. Various Constraints

rcrc
Recirculation, also called Flexible job shop. The promise on μ is lifted and for some pairs kk we might have μkj=μkj.
no-wait
The operation Ok+1,imust start exactly when operation Ok,i completes. Sometimes also denoted as 'nwt'.
no-idle
No machine is ever idle between two executions.
sizej
Multiprocessor tasks on identical parallel machines. The execution of job j is done simultaneously on sizejparallel machines.
fixj
Multiprocessor tasks. Every job jis given with a set of machines fixj{1,,m}, and needs simultaneously all these machines for execution. Sometimes also denoted by 'MPT'.
Mj
Multipurpose machines. Every job jneeds to be scheduled on one machine out of a given set Mj{1,,m}. Sometimes also denoted by 'M_j'.

3. Objective Functions

Usually the goal is to minimize some objective value. One difference is the notation Uj where the goal is to maximize the number of jobs that complete before their deadline. This is also called the throughput. The objective value can be sum, possibly weighted by some given priority weights wj per job.

-
The absence of an objective value is denoted by a single dash. This means that the problem consists simply in producing a feasible scheduling, satisfying all given constraints.
Cj
This denotes the completion time of job j.
Fj
The flow time of a job is difference between its completion time and its release time, i.e. Fj=Cjrj.
Lj
Lateness. Every job j is given a due date dj. The lateness of job j is defined as Cjdj. Sometimes Lmax is used to denote feasibility for a problem with deadlines. Indeed using binary search, the complexity of the feasibility version is equivalent to the minimization of Lmax.
Uj
Throughput. Every job is given a due date dj. There is a unit profit for jobs that complete one time, i.e. Uj=1 if Cjdj and Uj=0 otherwise. Sometimes the meaning of Uj is inverted in the literature, which is equivalent when considering the decision version of the problem, but which makes a huge difference for approximations.
Tj
Tardiness. Every job j is given a due date dj. The tardiness of job j is defined as Tj=max{0,Cjdj}.
Ej
Earliness. Every job j is given a due date dj. The earliness of job j is defined as Ej=max{0,djCj}. This objective is important for just-in-time' scheduling.

4. Examples

Adapted from [1]

1|prec|Lmax
a single machine, general precedence constraint, minimizing maximum lateness.
R|pmtn|Ci
variable number of unrelated parallel machines, allowing preemption, minimizing total completion time.
J3|pij|Cmax
3-machines job shop with unit processing times, minimizing maximum completion time.
P|sizej|Cmax
m parallel identical machines, each job comes with a number of machines on which it must be scheduled at the same time, minimizing maximum completion time (see also parallel task scheduling problem).

References

  1. Graham, R. L.; Lawler, E. L.; Lenstra, J.K.; Rinnooy Kan, A.H.G. (1979). "Optimization and Approximation in Deterministic Sequencing and Scheduling: a Survey". Elsevier. pp. (5) 287–326. http://mat.uab.es/~alseda/MasterOpt/79_03_scheduling_survey.pdf. 
More
Information
Contributor MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register :
View Times: 1.6K
Entry Collection: HandWiki
Revision: 1 time (View History)
Update Date: 20 Oct 2022
Academic Video Service