IEOR4405, Spring 2004: Homework 6

Assigned: Thursday, February 26, 2004
Due: Thursday, March 4, 2004, in class

General Instructions

  1. Please review the course information.
  2. You must write down with whom you worked on the assignment. If this changes from problem to problem, then you should write down this information separately with each problem.
  3. Numbered problems are all from the textbook Scheduling: Theory, Algorithms and Systems.

Problems

  1. Problem 5.8.
  2. Problem 5.15
  3. In the book and in class, we saw a linear program for P|pmtn|Cmax. In this linear program the variable xij only described which machine a job should run on. Suppose we wanted to write a linear program in which we actually assign each job to particular time period(s) on each machine.
    1. Write an integer program for P|pmtn|Cmax in which the variables are xijs, where xijs is 1 if job j runs on machine i during the time interval (s,s+1), and 0 otherwise.
    2. Write an integer program for P|pmtn|Cmax in which the variables are xijst, where xijst is 1 if job j begins running on machine i at time s and finishes running on machine i at time t.
    3. What are the advantages and disadvantages of each integer program (You should consider issues such as number of variables and number of constraints in the formulation and the number of nonzero variables in the solution. Express your answers in terms of n, m and Cmax.)?
  4. Consider the following instance of R|pmtn|Cmax.

    j1
    j2
    j3
    j4
    j5
    m1
    4
    2
    6
    4
    6
    m2
    5
    9
    3
    4
    4
    m3
    6
    4
    1
    5
    6
    Find the optimal schedule, any way you can. Be sure to explain why the schedule you found is optimal.

Switch to:


cliff@ieor.columbia.edu