Assembly-Line Scheduling

  • Problem
    • An item is being manufactured, on assembly lines denoted as i
      • There is a time to enter each assembly line
      • There is a time to exit each assembly line
    • Each assembly line has stations, denoted j
      • Each station is denoted
      • The time at a station is denoted
      • The time required at each station varies
    • An item can be transferred from one line to another after any station
      • The transfer time is
    • How can we get the minimum time?
  • Sub-Problems
    • The fastest way through is the minimum of
      • The fastest way through
      • The fastest way through
    • The fastest way through is the minimum of
      • the fastest way through
      • the fastest way through
  • The fastest way through station j is the minimum of the two subproblems