Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
4th Edition
ISBN: 9780534380588
Author: Wayne L. Winston
Publisher: Brooks Cole
Expert Solution & Answer
Book Icon
Chapter 9.6, Problem 2P

Explanation of Solution

Determining the order in which the gasolines are produced each day:

It is given that, Sunco each day manufactures four types of gasoline, such as, Lead Free Premium (LFP), Lead-Free Regular (LFR), Leaded Premium (LP), and Leaded Regular (LR).

It is also mentioned that the time needed to produce a batch of gasoline depends on the type of gasoline last produced because of cleaning and resetting of the machinery. This is because the time taken to switch between the two types of gasoline is different for all the types.

The time (in minutes) required to manufacture each day's gasoline requirement are shown in table given below:

Last Produced GasolineGas to be Next Produced   
 LFRLFPLRLP
LFR-50120140
LFP60-140110
LR90130-60
LP13012080-

Now the order in which the gasoline must be produced to minimize the switch time is determined using branch and bound method.

The given problem is to determine the order in which the gasoline must be produced with the aim of minimizing the total time required for the whole manufacturing process. This is simply the case of Travelling Salesperson Problem (TSP) which will ensure the manufacturing of all the four types of gasoline in consecutive order without repetition.

Now, consider that TSP observed here consists of the four types of gasoline LFR, LFP, LR, and LP referred as 1, 2, 3 and 4 respectively.

Let,

Cij= Time required to switch between any two type of gasolines

And,

Cij = M

Here, “M” is a very large number to ensure that the machinery cannot switch to manufacturing type “i” immediately after manufacturing of type “i” itself.

The decision variable for the given problem can be defined as follows:

xij=1   if the types of gasoline are manufactured in the order i to j0                                        otherwise

provided, ij for all assumptions.

The given problem can be considered as subproblem 1 as given problem:

Subproblem 1:

Last Produced GasolineLFRLFPLRLP 
 1234 
LFR1M50120140
LFP260M140110
LR390130M60
LP413012080M

The subproblems of TSP are considered as assignment problems and the assignment problem are solved using Hungarian method in the following manner.

First, subtract minimum Cij from each row of subproblem 1 and then subtract the minimum Cij from each column. Thus, the reduced table of subproblem 1 will be as follows:

Last Produced GasolineLFRLFPLRLP 
 1234 
LFR1M07090
LFP20M8050
LR33070M0
LP450400M

The minimum value to each variable is assigned by selecting single zero in a row, eliminating the zero lying in the column of chosen zero row. Apply the same for column as well if any single zero columns are left in the matrix after row wise selection of single zero.

Since here each row and column consists of single zero, therefore, we can easily complete the assignment of each decision variable. It is concluded that each of the decision variable will be assigned a value 1 in the cell where Cijis minimum, that is zero, in the above table

Blurred answer
Students have asked these similar questions
FACTS: AC-DC converters take the AC power from wall outlets and convert it to unregulated DC. These power supplies include transformers that change the voltage of the AC that comes through wall outlets, rectifiers to save it from AC to DC and a filter that removes noise from the peaks and troths of the AC power waves. The DC-to-AC Converters are used to charge the batteries in the vehicles. These circuits are mainly used for driving low-power AC motors and are used in a solar power system. The DC to AC converters can be used in dc transmission lines for transmitting power to loads. QUESTION: What do you think is the main reason why we have AC power in our outlets instead of DC power? Explain your answer.
ZAIN ID A traffic light is installed at a junction of a railroad and a road of cars. The traffic light is controlled by two switches in the rail placed one mile apart on either side of the junction. A switch is turned on when the train is over it and is turned off otherwise. When the beginning of the train is one mile from the junction, the traffic light is changed from green (logic "O") to red (logic "1"). The light is changed back to green when the end of the train is one mile away from the junction and S1 is turned off. Assume that the length of the train is less than two miles. The circuit diagram of the aforementioned state machine includes . SR-flip flop(s). * Imile 1mile
A circuit is constructed with four resistors, one inductor, one battery and a switch as shown. The values for the resistors are: R1 = R2 = 72 Q, R3 = 61 Q and R4 = 99 Q. The inductance is L = %3D V L 549 mH and the battery voltage is V = 24 V. R3 1) The switch has been open for a long time when at time t = 0, the switch is closed. What is l1(0), the magnitude of the current through the resistor R1 just after the switch is closed? A Submit 2) What is 1(o0), the magnitude of the current that flows through the resistor R1 a very long time after the switch has been closed? A Submit 3) What is VL(0), the magnitude of the voltage across the inductor just after the switch is closed? V Submit 4) What is IL(0), the magnitude of the current through the inductor after the switch has been closed for a very long time? A Submit 5) What is I2(0), the magnitude of the current through the resistor R2 just after the switch is closed? A Submit
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr