Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Chapter 12 , Problem 3 (Chegg link =>http://www.chegg.com/homework-help/suppose-re-consulting-biotech-company-runs-experiments-two-e-chapter-12-problem-3e-solution-9780133072525-exc) Suppose you're consulting for a biotech company that runs experiments on two expensive high- throughput assay machines,

Chapter 12 , Problem 3 (Chegg link =>http://www.chegg.com/homework-help/suppose-re-consulting-biotech-company-runs-experiments-two-e-chapter-12-problem-3e-solution-9780133072525-exc)

image text in transcribed

Suppose you're consulting for a biotech company that runs experiments on two expensive high- throughput assay machines, each identical, which we'll label M1 and M2. Each day they have a number of jobs that they need to do, and each job has to be assigned to one of the two machines. The problem they need help on is how to assign the jobs to machines to keep the loads balanced each day. The problem is stated as follows. There are n jobs, and each job j has a required processing time tj. They need to partition the jobs into two groups A and B, where set A is assigned to M1 and set B to M2. The time needed to process all of the jobs on the two machines is TiA and T2-jeB j The problem is to have the two machines work roughly for the same amounts of time-that is, to minimize IT1 T2 A previous consultant showed that the problem is NP-hard (by a reduction from Subset Sum) Now they are looking for a good local search algorithm. They propose the following. Start by assigning jobs to the two machines arbitrarily (say jobs 1, , n2 to M1, the rest to M2). The local moves are to move a single job from one machine to the other, and we only move jobs if the move decreases the absolute difference in the processing times. You are hired to answer some basic questions about the performance of this algorithm. (a) The first question is: How good is the solution obtained? Assume that there is no single job that dominates all the processing time-that is, that tj 1 tt for all Jobs J. Prove that for every locally optimal solution, the times the two machines operate are roughly balanced: (b) Next you worry about the running time of the algorithm: How often will jobs be moved back and forth between the two machines? You propose the following small modification in the algorithm. If, in a local move, many different jobs can move from one machine to the other, then the algorithm should always move the job j with maximum tj. Prove that, under this variant, each job will move at most once. (Hence the local search terminates in at most n moves.) (c) Finally, they wonder if they should work on better algorithms. Give an example in which the local search algorithm above will not lead to an optimal solution

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced Database Systems For Integration Of Media And User Environments 98

Authors: Yahiko Kambayashi, Akifumi Makinouchi, Shunsuke Uemura, Katsumi Tanaka, Yoshifumi Masunaga

1st Edition

9810234368, 978-9810234362

More Books

Students also viewed these Databases questions

Question

=+derived from the assignment will balance the costs?

Answered: 1 week ago