
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 Gasoline | Gas to be Next Produced | |||
LFR | LFP | LR | LP | |
LFR | - | 50 | 120 | 140 |
LFP | 60 | - | 140 | 110 |
LR | 90 | 130 | - | 60 |
LP | 130 | 120 | 80 | - |
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,
And,
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:
provided,
The given problem can be considered as subproblem 1 as given problem:
Subproblem 1:
Last Produced Gasoline | LFR | LFP | LR | LP | |
1 | 2 | 3 | 4 | ||
LFR | 1 | M | 50 | 120 | 140 |
LFP | 2 | 60 | M | 140 | 110 |
LR | 3 | 90 | 130 | M | 60 |
LP | 4 | 130 | 120 | 80 | M |
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
Last Produced Gasoline | LFR | LFP | LR | LP | |
1 | 2 | 3 | 4 | ||
LFR | 1 | M | 0 | 70 | 90 |
LFP | 2 | 0 | M | 80 | 50 |
LR | 3 | 30 | 70 | M | 0 |
LP | 4 | 50 | 40 | 0 | M |
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

Want to see the full answer?
Check out a sample textbook solution
Chapter 9 Solutions
Operations Research : Applications and Algorithms
- Describe three (3) Multiplexing techniques common for fiber optic linksarrow_forwardCould you help me to know features of the following concepts: - commercial CA - memory integrity - WMI filterarrow_forwardBriefly describe the issues involved in using ATM technology in Local Area Networksarrow_forward
- For this question you will perform two levels of quicksort on an array containing these numbers: 59 41 61 73 43 57 50 13 96 88 42 77 27 95 32 89 In the first blank, enter the array contents after the top level partition. In the second blank, enter the array contents after one more partition of the left-hand subarray resulting from the first partition. In the third blank, enter the array contents after one more partition of the right-hand subarray resulting from the first partition. Print the numbers with a single space between them. Use the algorithm we covered in class, in which the first element of the subarray is the partition value. Question 1 options: Blank # 1 Blank # 2 Blank # 3arrow_forward1. Transform the E-R diagram into a set of relations. Country_of Agent ID Agent H Holds Is_Reponsible_for Consignment Number $ Value May Contain Consignment Transports Container Destination Ф R Goes Off Container Number Size Vessel Voyage Registry Vessel ID Voyage_ID Tonnagearrow_forwardI want to solve 13.2 using matlab please helparrow_forward
- a) Show a possible trace of the OSPF algorithm for computing the routing table in Router 2 forthis network.b) Show the messages used by RIP to compute routing tables.arrow_forwardusing r language to answer question 4 Question 4: Obtain a 95% standard normal bootstrap confidence interval, a 95% basic bootstrap confidence interval, and a percentile confidence interval for the ρb12 in Question 3.arrow_forwardusing r language to answer question 4. Question 4: Obtain a 95% standard normal bootstrap confidence interval, a 95% basic bootstrap confidence interval, and a percentile confidence interval for the ρb12 in Question 3.arrow_forward
- Operations Research : Applications and AlgorithmsComputer ScienceISBN:9780534380588Author:Wayne L. WinstonPublisher:Brooks ColeC++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology PtrSystems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage Learning
- C++ Programming: From Problem Analysis to Program...Computer ScienceISBN:9781337102087Author:D. S. MalikPublisher:Cengage LearningEnhanced Discovering Computers 2017 (Shelly Cashm...Computer ScienceISBN:9781305657458Author:Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. CampbellPublisher:Cengage LearningNew Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage Learning





