Download presentation
Presentation is loading. Please wait.
Published byCharity Bruce Modified over 9 years ago
1
6-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Transportation, Transshipment, and Assignment Problems Chapter 6
2
6-2 Chapter Topics ■The Transportation Model ■Computer Solution of a Transportation Problem ■The Transshipment Model ■Computer Solution of a Transshipment Problem ■The Assignment Model ■Computer Solution of an Assignment Problem Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3
6-3 Overview ■Part of a class of LP problems known as network flow models. ■Special mathematical features that permit very efficient, unique solution methods (variations of traditional simplex procedure). ■Detailed description of methods is contained on the companion website ■Text focuses on model formulation and solution with Excel and QM for windows. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
4
6-4 The Transportation Model: Characteristics ■A product is transported from a number of sources to a number of destinations at the minimum possible cost. ■Each source is able to supply a fixed number of units of the product, and each destination has a fixed demand for the product. ■The linear programming model has constraints for supply at each source and demand at each destination. ■All constraints are equalities in a balanced transportation model where supply equals demand. ■Constraints contain inequalities in unbalanced models where supply does not equal demand. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
5
6-5 Transportation Model Example Problem Definition and Data How many tons of wheat to transport from each grain elevator to each mill on a monthly basis in order to minimize the total cost of transportation? Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Grain Elevator Supply Mill Demand 1. Kansas City150A. Chicago220 2. Omaha 175B. St. Louis100 3. Des Moines 275C. Cincinnati300 Total 600 tons Total 600 tons
6
6-6 Transportation Model Example Transportation Network Routes Figure 6.1 Network of Transportation Routes for Wheat Shipments Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
7
6-7 Minimize Z = $6x 1A + 8x 1B + 10x 1C + 7x 2A + 11x 2B + 11x 2C + 4x 3A + 5x 3B + 12x 3C subject to: x 1A + x 1B + x 1C = 150 x 2A + x 2B + x 2C = 175 x 3A + x 3B + x 3C = 275 x 1A + x 2A + x 3A = 200 x 1B + x 2B + x 3B = 100 x 1C + x 2C + x 3C = 300 x ij 0 x ij = tons of wheat from each grain elevator, i, i = 1, 2, 3, to each mill j, j = A,B,C Transportation Model Example Model Formulation Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
8
6-8 Transportation Model Example Computer Solution with Excel (1 of 4) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
9
6-9 Exhibit 6.2 Transportation Model Example Computer Solution with Excel (2 of 4) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
10
6-10 Transportation Model Example Computer Solution with Excel (3 of 4) Exhibit 6.3 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
11
6-11 Transportation Model Example Computer Solution with Excel (4 of 4) Figure 6.2 Transportation Network Solution Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
12
6-12 Transportation Model Example Computer Solution with Excel QM (1 of 3) Exhibit 6.4 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
13
6-13 Exhibit 6.5 Transportation Model Example Computer Solution with Excel QM (2 of 3) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
14
6-14 Exhibit 6.6 Transportation Model Example Computer Solution with Excel QM (3 of 3) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
15
6-15 Exhibit 6.7 Transportation Model Example Computer Solution with QM for Windows (1 of 3) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
16
6-16 Exhibit 6.8 Transportation Model Example Computer Solution with QM for Windows (2 of 3) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
17
6-17 Exhibit 6.9 Transportation Model Example Computer Solution with QM for Windows (3 of 3) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
18
6-18 ■Extension of the transportation model. ■Intermediate transshipment points are added between the sources and destinations. ■Items may be transported from: Sources through transshipment points to destinations One source to another One transshipment point to another One destination to another Directly from sources to destinations Some combination of these The Transshipment Model Characteristics Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall S1S1 S2S2 D1D1 T1T1 T2T2
19
6-19 Extension of the transportation model in which intermediate transshipment points are added between sources and destinations. Transshipment Model Example Problem Definition and Data 1. Nebraska 2. Colorado Shipping Costs Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
20
6-20 Figure 6.3 Network of Transshipment Routes Transshipment Model Example Transshipment Network Routes Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
21
6-21 Minimize Z =$16x 13 + 10x 14 + 12x 15 + 15x 23 + 14x 24 + 17x 25 + 6x 36 + 8x 37 + 10x 38 + 7x 46 + 11x 47 + 11x 48 + 4x 56 + 5x 57 + 12x 58 subject to: x 13 + x 14 + x 15 = 300 x 23 + x 24 + x 25 = 300 x 36 + x 46 + x 56 = 200 x 37 + x 47 + x 57 = 100 x 38 + x 48 + x 58 = 300 x 13 + x 23 - x 36 - x 37 - x 38 = 0 x 14 + x 24 - x 46 - x 47 - x 48 = 0 x 15 + x 25 - x 56 - x 57 - x 58 = 0 x ij 0 Transshipment Model Example Model Formulation Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
22
6-22 Transshipment Model Example Computer Solution with Excel (1 of 3) Exhibit 6.10 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
23
6-23 Transshipment Model Example Computer Solution with Excel (2 of 3) Exhibit 6.11 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
24
6-24 Transshipment Model Example Network Solution for Wheat Shipping (3 of 3) Figure 6.4 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
25
6-25 ■Special form of linear programming model similar to the transportation model. ■Supply at each source and demand at each destination limited to one unit. ■In a balanced model supply equals demand. ■In an unbalanced model supply does not equal demand. The Assignment Model Characteristics Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
26
6-26 Assignment Model Example Problem Definition and Data Problem: Assign four teams of officials to four games in a way that will minimize total distance traveled by the officials. Supply is always one team of officials, demand is for only one team of officials at each game. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
27
6-27 Minimize Z =210x AR + 90x AA + 180x AD + 160x AC + 100x BR +70x BA + 130x BD + 200x BC + 175x CR + 105x CA +140x CD + 170x CC + 80x DR + 65x DA + 105x DD + 120x DC subject to: x AR + x AA + x AD + x AC = 1 x ij 0 x BR + x BA + x BD + x BC = 1 x CR + x CA + x CD + x CC = 1 x DR + x DA + x DD + x DC = 1 x AR + x BR + x CR + x DR = 1 x AA + x BA + x CA + x DA = 1 x AD + x BD + x CD + x DD = 1 x AC + x BC + x CC + x DC = 1 Assignment Model Example Model Formulation Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
28
6-28 Assignment Model Example Computer Solution with Excel (1 of 3) Exhibit 6.12 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
29
6-29 Assignment Model Example Computer Solution with Excel (2 of 3) Exhibit 6.13 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
30
6-30 Assignment Model Example Computer Solution with Excel (3 of 3) Exhibit 6.14 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
31
6-31 Assignment Model Example Assignment Network Solution Figure 6.5 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
32
6-32 Assignment Model Example Computer Solution with Excel QM Exhibit 6.15 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
33
6-33 Assignment Model Example Computer Solution with QM for Windows (1 of 2) Exhibit 6.16 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
34
6-34 Assignment Model Example Computer Solution with QM for Windows (2 of 2) Exhibit 6.17 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
35
6-35 Determine the linear programming model formulation and solve using Excel: Example Problem Solution Transportation Problem Statement Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
36
6-36 Minimize Z =$8x 1A + 5x 1B + 6x 1C + 15x 2A + 10x 2B + 12x 2C +3x 3A + 9x 3B + 10x 3C subject to: x 1A + x 1B + x 1C = 120 x 2A + x 2B + x 2C = 80 x 3A + x 3B + x 3C = 80 x 1A + x 2A + x 3A 150 x 1B + x 2B + x 3B 70 x 1C + x 2C + x 3C 100 x ij 0 Example Problem Solution Model Formulation Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
37
6-37 Example Problem Solution Computer Solution with Excel Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
38
6-38 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.