Single Machine Schedulling Flashcards

1
Q

Whats an active schedule?

A

Schedule is active if no schedule can be constructed by changing the order of
jobs on machines where at least one operation finishes earlier and no operation finishes later

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Whats a semi-active schedule

A

semi-active if no operation can be completed earlier without
changing the order of jobs on any of the machines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

basic assumptions of the single machine environment?

A
  • n single-operation jobs are simultaneously available for processing
  • Machines only process one job at a time
  • Setup times are part of the processing times
  • Machines are continuously available
  • Once an operation begins, it proceeds without interruption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Whats the procedure of SPT

A

Schedule jobs with the shortest processing time first

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Whats the procedure or WSPT?

A

Jobs are sequenced in decreasing order of wj/pj

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how does SRPT Rule (Shortest Remaining Processing Time First) and for which environment its more effective

A

Whenever a job is completed or released, process the job with the shortest
remaining processing time among the jobs available.
Ideal for 1|rj,prmp|sum(Cj)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does the EDD Rule work?

A

Process jobs in increasing order of their due dates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does the Lowest Cost Last Algorithm work and for which environment does it work better?

A

Check notes, and for 1|prec|hmax

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does the Moores Algorithm work and for which environment does it work better?

A

Check notes, and for 1||Sum(Uj)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does the travelling salesman (TSP) algorithm work? For which environment does it work better?

A

Check notes, and for 1|sjk|Cmax

How well did you know this?
1
Not at all
2
3
4
5
Perfectly