IEOR4405, Spring 2002: Homework 04

Assigned: Wednesday, February 13, 2002
Due: Tuesday, February 19, 2002, in class

General Instructions

  1. 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.
  2. Numbered problems are all from the textbook Scheduling: Theory, Algorithms and Systems

Problems

  1. Problem 3.5
  2. Given an instance of 1|prec|Lmax for which EDD (modified to only run available jobs) does not give the optimal schedule.
  3. Consider the following instance of 1||SUM wjUj:
    j pj w j dj
    1 1 3 7
    2 2 2 7
    3 4 1 7
    4 5 5 7
    Solve this problem using dynamic programming. Show the table that you compute. (This problem is easy to solve by inspection. You must solve it by dynamic programming for credit.)
  4. Problem 3.23.
  5. Extra Credit Problem 3.26.


Switch to:


cliff@ieor.columbia.edu