The MODI And VAM Methods Of Solving Transportation

2y ago
31 Views
2 Downloads
1.15 MB
10 Pages
Last View : 13d ago
Last Download : 3m ago
Upload by : Brenna Zink
Transcription

CD TutorialThe MODI and VAMMethods of SolvingTransportation ProblemsTutorial OutlineMODI METHODHow to Use the MODI MethodSolving the Arizona Plumbing Problem withMODIVOGEL’S APPROXIMATION METHOD:ANOTHER WAY TO FIND AN INITIALSOLUTIONDISCUSSION QUESTIONSPROBLEMS4

T4-2CD T U T O R I A L 4T H E MODIANDVAM M E T H O D SOFS O LV I N G T R A N S P O RTAT I O N P RO B L E M SThis tutorial deals with two techniques for solving transportation problems: the MODI method andVogel’s Approximation Method (VAM).MODI METHODThe MODI (modified distribution) method allows us to compute improvement indices quickly foreach unused square without drawing all of the closed paths. Because of this, it can often provideconsiderable time savings over other methods for solving transportation problems.MODI provides a new means of finding the unused route with the largest negative improvementindex. Once the largest index is identified, we are required to trace only one closed path. This pathhelps determine the maximum number of units that can be shipped via the best unused route.How to Use the MODI MethodIn applying the MODI method, we begin with an initial solution obtained by using the northwest corner rule or any other rule. But now we must compute a value for each row (call the values R1, R2, R3 ifthere are three rows) and for each column (K1, K2, K3 ) in the transportation table. In general, we letRi value assigned to row iK j value assigned to column jCij cost in square ij (cost of shipping from source i to destination j )The MODI method then requires five steps:1.To compute the values for each row and column, setRi Kj Cijbut only for those squares that are currently used or occupied. For example, if the square atthe intersection of row 2 and column 1 is occupied, we set R2 K1 C21.2. After all equations have been written, set R1 0.3. Solve the system of equations for all R and K values.4. Compute the improvement index for each unused square by the formula improvementindex (Iij) Cij Ri Kj.5. Select the largest negative index and proceed to solve the problem as you did using thestepping-stone method.Solving the Arizona Plumbing Problem with MODILet us try out these rules on the Arizona Plumbing problem. The initial northwest corner solution isshown in Table T4.1. MODI will be used to compute an improvement index for each unused square.Note that the only change in the transportation table is the border labeling the Ri s (rows) and Kj s(columns).We first set up an equation for each occupied square:1. R1 K1 52. R2 K1 83. R2 K2 44. R3 K2 75. R3 K3 5Letting R1 0, we can easily solve, step by step, for K1, R2, K2, R3, and K3.1.R1 K1 50 K1 52. R2 K1 8R2 5 83. R2 K2 43 K2 4K1 5R2 3K2 1

MODI M E T H O DT4-3TABLE T4.1KjInitial Solution to ArizonaPlumbing Problem in theMODI DES 03002002007004.R3 K2 7R2 1 75. R3 K3 56 K3 5R3 6K3 1You can observe that these R and K values will not always be positive; it is common for zero and negative values to occur as well. After solving for the Rs and Ks in a few practice problems, you may becomeso proficient that the calculations can be done in your head instead of by writing the equations out.The next step is to compute the improvement index for each unused cell. That formula isimprovement index Iij Cij Ri KjWe have:Des Moines–Boston index I DB (or I12 ) C12 R1 K2 4 0 1 3Des Moines–Cleveland index I DC (or I13 ) C13 R1 K3 3 0 ( 1) 4Evansville–Cleveland index I EC (or I23 ) C23 R2 K3 3 3 ( 1) 1Fort Lauderdale–Albuquerque index I FA (or I31 ) C31 R3 K1 9 6 5 2Because one of the indices is negative, the current solution is not optimal. Now it is necessary totrace only the one closed path, for Fort Lauderdale–Albuquerque, in order to proceed with the solution procedures.The steps we follow to develop an improved solution after the improvement indices have beencomputed are outlined briefly:1.Beginning at the square with the best improvement index (Fort Lauderdale–Albuquerque),trace a closed path back to the original square via squares that are currently being used.2. Beginning with a plus ( ) sign at the unused square, place alternate minus ( ) signs andplus signs on each corner square of the closed path just traced.3. Select the smallest quantity found in those squares containing minus signs. Add that number to all squares on the closed path with plus signs; subtract the number from all squaresassigned minus signs.4. Compute new improvement indices for this new solution using the MODI method.

T4-4CD T U T O R I A L 4T H E MODIANDVAM M E T H O D SOFS O LV I N G T R A N S P O RTAT I O N P RO B L E M STABLE T4.2Second Solution to theArizona PlumbingProblemTOABCFACTORYFROM 4 5D100E100F100WAREHOUSE300A 3100 8 4 3300200 9 7 5200300200200700BCFACTORYTABLE T4.3Third and OptimalSolution to ArizonaPlumbing ProblemTOFROM 4 5D 3100100 8E 4200 9F200WAREHOUSE300 3100 7200300 5100300200700Following this procedure, the second and third solutions to the Arizona Plumbing Corporationproblem can be found. See Tables T4.2 and T4.3. With each new MODI solution, we must recalculate the R and K values. These values then are used to compute new improvement indices in order todetermine whether further shipping cost reduction is possible.VOGEL’S APPROXIMATION METHOD:ANOTHER WAY TO FIND AN INITIAL SOLUTIONIn addition to the northwest corner and intuitive lowest-cost methods of setting an initial solution totransportation problems, we introduce one other important technique—Vogel’s approximationmethod (VAM). VAM is not quite as simple as the northwest corner approach, but it facilitates avery good initial solution—as a matter of fact, one that is often the optimal solution.Vogel’s approximation method tackles the problem of finding a good initial solution by takinginto account the costs associated with each route alternative. This is something that the northwestcorner rule did not do. To apply the VAM, we first compute for each row and column the penaltyfaced if we should ship over the second best route instead of the least-cost route.

V O G E L ’ S A P P ROX I M AT I O N M E T H O D : A N OT H E R rehouseatClevelandDes Moinesfactory 5Evansvillefactory 8 4 3Fort Lauderdalefactory 9 7 5Warehouserequirements300 4FINDANINITIAL SOLUTIONT4-5FactoryCapacity 3200TO100Des Moinescapacity constraint300Cell representing asource-to-destination(Evansville to Cleveland)shipping assignment thatcould be made300200700Clevelandwarehouse demandTotal demand and total supplyCost of shipping 1 unit from Fort Lauderdalefactory to Boston warehouseTABLE T4.4Transportation Table for Arizona Plumbing CorporationThe six steps involved in determining an initial VAM solution are illustrated on the ArizonaPlumbing Corporation data. We begin with Table T4.4.VAM Step 1: For each row and column of the transportation table, find the difference between the twolowest unit shipping costs. These numbers represent the difference between the distribution cost on the best route in the row or column and the second best route in the row orcolumn. (This is the opportunity cost of not using the best route.)Step 1 has been done in Table T4.5. The numbers at the heads of the columns and to theright of the rows represent these differences. For example, in row E the three transportationcosts are 8, 4, and 3. The two lowest costs are 4 and 3; their difference is 1.VAM Step 2: Identify the row or column with the greatest opportunity cost, or difference. In the case ofTable T4.5, the row or column selected is column A, with a difference of 3.TABLE T4.5Transportation Tablewith VAM Row andColumn FROM5DES RED410013001300237200TOTALAVAILABLE5200700

T4-6CD T U T O R I A L 4T H E MODIANDVAM M E T H O D SOFS O LV I N G T R A N S P O RTAT I O N P RO B L E M STABLE T4.6VAM Assignment with D’sRequirements Satisfied3 10 30 5FTOTALREQUIRED13E9100700200VAM Step 3: Assign as many units as possible to the lowest cost square in the row or columnselected.Step 3 has been done in Table T4.6. Under Column A, the lowest-cost route is D–A(with a cost of 5), and 100 units have been assigned to that square. No more were placedin the square because doing so would exceed D’s availability.VAM Step 4: Eliminate any row or column that has just been completely satisfied by the assignmentjust made. This can be done by placing Xs in each appropriate square.Step 4 has been done in Table T4.6 D row. No future assignments will be made to theD–B or D–C routes.VAM Step 5: Recompute the cost differences for the transportation table, omitting rows or columnscrossed out in the preceding step.This is also shown in Table T4.6. A’s, B’s, and C’s differences each change. D’s row iseliminated, and E’s and F’s differences remain the same as in Table T4.5.VAM Step 6: Return to step 2 and repeat the steps until an initial feasible solution has beenobtained.TABLE T4.7Second VAMAssignment with B’sRequirements Satisfied3 10 30 2ABCTOTOTALAVAILABLEFROM5D1004X8EX49720013001 53002 45X3001003200FTOTALREQUIRED3200700

V O G E L ’ S A P P ROX I M AT I O N M E T H O D : A N OT H E R WAYTOFINDANINITIAL SOLUTIONT4-7TABLE T4.8Third VAM Assignmentwith C’s 200In our case, column B now has the greatest difference, which is 3. We assign 200 units to the lowest-cost square in column B that has not been crossed out. This is seen to be E–B. Since B’s requirements have now been met, we place an X in the F–B square to eliminate it. Differences are onceagain recomputed. This process is summarized in Table T4.7.The greatest difference is now in row E. Hence, we shall assign as many units as possible to thelowest-cost square in row E, that is, E–C with a cost of 3. The maximum assignment of 100 unitsdepletes the remaining availability at E. The square E–A may therefore be crossed out. This is illustrated in Table T4.8.The final two allocations, at F–A and F–C, may be made by inspecting supply restrictions (in therows) and demand requirements (in the columns). We see that an assignment of 200 units to F–Aand 100 units to F–C completes the table (see Table T4.9).The cost of this VAM assignment is (100 units 5) (200 units 4) (100 units 3) (200 units 9) (100 units 5) 3,900.It is worth noting that the use of Vogel’s approximation method on the Arizona PlumbingCorporation data produces the optimal solution to this problem. Even though VAM takes manymore calculations to find an initial solution than does the northwest corner rule, it almost alwaysproduces a much better initial solution. Hence VAM tends to minimize the total number of computations needed to reach an optimal solution.TABLE T4.9Final Assignments toBalance Column andRow REQUIRED100X42009F3330010075200X100300200200300700

T4-8CD T U T O R I A L 4T H E MODIANDVAM M E T H O D SOFS O LV I N G T R A N S P O RTAT I O N P RO B L E M SDISCUSSION QUESTIONS1. Why does Vogel’s approximation method provide a good initialfeasible solution? Could the northwest corner rule ever provide aninitial solution with as low a cost?2. How do the MODI and stepping-stone methods differ?PROBLEMS*P:T4.1The Hardrock Concrete Company has plants in three locations and is currently working on three major construction projects, each located at a different site. The shipping cost per truckload of concrete, daily plantcapacities, and daily project requirements are provided in the accompanying nt 1 10 4 1170Plant 2125850Plant 397630405060150FromProjectRequirementsa)b)c)P P .Formulate an initial feasible solution to Hardrock’s transportation problem using VAM.Then solve using the MODI method.Was the initial solution optimal?T4.2Hardrock Concrete’s owner has decided to increase the capacity at his smallest plant (see Problem T4.1).Instead of producing 30 loads of concrete per day at plant 3, that plant’s capacity is doubled to 60 loads. Findthe new optimal solution using VAM and MODI. How has changing the third plant’s capacity altered the optimal shipping assignment?T4.3The Saussy Lumber Company ships pine flooring to three building supply houses from its mills in Pineville,Oak Ridge, and Mapletown. Determine the best transportation schedule for the data given in the accompanyingtable. Use the northwest corner rule and the MODI method.TOFROMSUPPLYHOUSE 1SUPPLYHOUSE 2 3SUPPLYHOUSE 3 3MILLCAPACITY (TONS) 2PINEVILLE25423OAK RIDGE40323MAPLETOWNSUPPLY HOUSEDEMAND (TONS)*Note:OM; and303030means the problem may be solved with POM for Windows;P3595means the problem may be solved with Excelmeans the problem may be solved with POM for Windows and/or Excel OM.

P RO B L E M SP:T4.4T4-9The Krampf Lines Railway Company specializes in coal handling. On Friday, April 13, Krampf had empty carsat the following towns in the quantities indicated:TownSupply of CarsMorgantownYoungstownPittsburgh356025By Monday, April 16, the following towns will need coal cars:TownDemand for CarsCoal ValleyCoaltownCoal JunctionCoalsburg30452520Using a railway city-to-city distance chart, the dispatcher constructs a mileage table for the preceding towns.The result isToFromCoal ValleyCoaltownCoal wnYoungstownPittsburghPMinimizing total miles over which cars are moved to new locations, compute the best shipment of coal cars.Use the northwest corner rule and the MODI method.:T4.5The Jessie Cohen Clothing Group owns factories in three towns (W, Y, and Z) that distribute to three Cohenretail dress shops (in A, B, and C). Factory availabilities, projected store demands, and unit shipping costs aresummarized in the table that 5ZSTOREDEMAND50306540135Use Vogel’s approximation method to find an initial feasible solution to this transportation problem. Is yourVAM solution optimal?P:T4.6The state of Missouri has three major power-generating companies (A, B, and C). During the months of peakdemand, the Missouri Power Authority authorizes these companies to pool their excess supply and to distributeit to smaller independent power companies that do not have generators large enough to handle the demand.Excess supply is distributed on the basis of cost per kilowatt hour transmitted. The following table shows the

T4-10 CD T U T O R I A L 4T H E MODIANDVAM M E T H O D SOFS O LV I N G T R A N S P O RTAT I O N P RO B L E M Sdemand and supply in millions of kilowatt hours and the costs per kilowatt hour of transmitting electric powerto four small companies in cities W, X, Y, and Z.ToWXYZExcessSupplyA12 4 9 5 55B8 1 6 6 45C1 12 4 7 3040205020FromUnfilled PowerDemandUse Vogel’s approximation method to find an initial transmission assignment of the excess power supply. Thenapply the MODI technique to find the least-cost distribution system.

cost in square (cost of shipping from source to destination ) MODI METHOD T4-3 TABLE T4.1 Initial Solution to Arizona Plumbing Problem in the MODI Format FROM TO ALBUQUERQUE BOSTON CLEVELAND FACTORY CAPACITY DES MOINES EVANSVILLE FORT LAUDERDALE WAREHOUSE REQUIREMENTS 5 8 43 100 K j R i R 1

Related Documents:

May 02, 2018 · D. Program Evaluation ͟The organization has provided a description of the framework for how each program will be evaluated. The framework should include all the elements below: ͟The evaluation methods are cost-effective for the organization ͟Quantitative and qualitative data is being collected (at Basics tier, data collection must have begun)

Silat is a combative art of self-defense and survival rooted from Matay archipelago. It was traced at thé early of Langkasuka Kingdom (2nd century CE) till thé reign of Melaka (Malaysia) Sultanate era (13th century). Silat has now evolved to become part of social culture and tradition with thé appearance of a fine physical and spiritual .

̶The leading indicator of employee engagement is based on the quality of the relationship between employee and supervisor Empower your managers! ̶Help them understand the impact on the organization ̶Share important changes, plan options, tasks, and deadlines ̶Provide key messages and talking points ̶Prepare them to answer employee questions

Dr. Sunita Bharatwal** Dr. Pawan Garga*** Abstract Customer satisfaction is derived from thè functionalities and values, a product or Service can provide. The current study aims to segregate thè dimensions of ordine Service quality and gather insights on its impact on web shopping. The trends of purchases have

On an exceptional basis, Member States may request UNESCO to provide thé candidates with access to thé platform so they can complète thé form by themselves. Thèse requests must be addressed to esd rize unesco. or by 15 A ril 2021 UNESCO will provide thé nomineewith accessto thé platform via their émail address.

Hvala Vam što ste izabrali Fiat i čestitamo Vam na izboru modela Fiat Punto Classic. Napisali smo ovo uputstvo za upotrebu kako bismo Vam pomogli da upoznate sve karakteristike Vašeg novog Fiat Punto Classic automobila i koristite se njime na najbolji mogući način. Trebalo bi da ga pročitate do kraja pre prve vožnje.

Chính Văn.- Còn đức Thế tôn thì tuệ giác cực kỳ trong sạch 8: hiện hành bất nhị 9, đạt đến vô tướng 10, đứng vào chỗ đứng của các đức Thế tôn 11, thể hiện tính bình đẳng của các Ngài, đến chỗ không còn chướng ngại 12, giáo pháp không thể khuynh đảo, tâm thức không bị cản trở, cái được

Korean language instruction in order to reduce student attrition. 162 Damron & Forsyth Introduction . Korean is one of many Less Commonly Taught Languages (LCTLs) in America, distinguishing it from Spanish, French, and German. Since the start of the Korean War and the related diaspora of Koreans to the United States and elsewhere, it has become more common for major universities to offer .