Dynamic Programming: Part 1: Intro and The Assembly-Line Scheduling Problem
Dynamic Programming: Part 1: Intro and The Assembly-Line Scheduling Problem
Step 1: structure of fastest way: Whats the fastest way through station S(1,j)?
First suppose the fastest way through station S(1,j) is though S(1,j-1) Key observation: the chassis must have taken a fastest way from the starting point through station S(1,j-1) Why? If there had been a faster way to get through station S(1,j-1), we could have substituted this faster way to yield a faster way through station S(1,j): a contradiction