Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Suppose you are consulting for a company that manufactures PC equipment and ships it to distributors all over the country. For each of the next
Suppose you are consulting for a company that manufactures PC equipment and ships it to distributors all over the country. For each of the next n weeks, they have a projected supply s, of equipment (measured in pounds) that has to be shipped by an air freight carrier. Each week's supply can be carried by one of two air freight companies, A or B. Company A charges a fixed rate r per pound (so it costs r x si to ship a week's supply s). Company B makes contracts for a fixed amount e per week, independent of the weight. How- ever, contracts with company B must be made in blocks of four consecutive weeks at a time A schedule for the PC company is a choice of air freight company (A or B) for each of the n weeks with the restriction that company B, whenever it is chosen, must be chosen for blocks of four contiguous weeks in time. The cost of the schedule is the total amount paid to companyA and B, according to the description above. Give a polynomial-time algorithm that takes a sequence of supply values s1,2,..,.sn and returns a schedule of minimum cost. For example, suppose r = 1, c = 10, and the sequence of values is 11, 9, 9, 12, 12, 12, 12, 9, 9, 11. Then the optimal schedule would be to choose company A for the first three weeks, companyB for the next block of four contiguous weeks, and then company A for the final three Suppose you are consulting for a company that manufactures PC equipment and ships it to distributors all over the country. For each of the next n weeks, they have a projected supply s, of equipment (measured in pounds) that has to be shipped by an air freight carrier. Each week's supply can be carried by one of two air freight companies, A or B. Company A charges a fixed rate r per pound (so it costs r x si to ship a week's supply s). Company B makes contracts for a fixed amount e per week, independent of the weight. How- ever, contracts with company B must be made in blocks of four consecutive weeks at a time A schedule for the PC company is a choice of air freight company (A or B) for each of the n weeks with the restriction that company B, whenever it is chosen, must be chosen for blocks of four contiguous weeks in time. The cost of the schedule is the total amount paid to companyA and B, according to the description above. Give a polynomial-time algorithm that takes a sequence of supply values s1,2,..,.sn and returns a schedule of minimum cost. For example, suppose r = 1, c = 10, and the sequence of values is 11, 9, 9, 12, 12, 12, 12, 9, 9, 11. Then the optimal schedule would be to choose company A for the first three weeks, companyB for the next block of four contiguous weeks, and then company A for the final three
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started