You are on page 1of 71

Quantitative Business Analysis

Linear Programming: Simplex Method

Dr. Md. Showkat Ali

Bangladesh University of Professionals

September 26, 2022


Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 2 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 3 / 71
Introduction

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 4 / 71
Assumptions

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 5 / 71
The Transportation Problem

The transportation problem deals with the distribution of goods from


several points of supply (origins or sources) to a number of points of
demand (destinations). Usually we are given a capacity (supply) of
goods at each source, a requirement (demand) for goods at each
destination, and the shipping cost per unit from each source to each
destination. An example is shown in Figure 9.1. The objective of such
a problem is to schedule shipments so that total transportation costs
are minimized. At times, production costs are included also.
Transportation models can also be used when a firm is trying to decide
where to locate a new facility. Before opening a new warehouse,
factory, or sales office, it is good practice to consider a number of
alternative sites. Good financial decisions concerning the facility
location also attempt to minimize total transportation and production
costs for the entire system.

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 6 / 71
The Transportation Problem (Contd)

Figure 1: Network Representation of a Transportation problem, with Costs,


Demands, and Supplies

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 7 / 71
The Transportation Problem: Example

The Executive Furniture Corporation is faced with the transportation


problem shown in Figure The company would like to minimize the
transportation costs while meeting the demand at each destination
and not exceeding the supply at each source. In formulating this as a
linear program, there are three supply constraints (one for each
source) and three demand constraints (one for each destination). The
decisions to be made are the number of units to ship on each route, so
there is one decision variable for each arc (arrow) in the network.

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 8 / 71
The Transportation Problem: Example (Contd)

Let

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 9 / 71
The Transportation Problem: Example (Contd)

The solution to this LP problem could be found using Solver in Excel


2010 by putting these constraints into a spreadsheet, as discussed in
Chapter 7. However, the special structure of this problem allows for an
easier and more intuitive format, as shown in Program 9.1. Solver is
still used, but since all the constraint coefficients are 1 or 0, the
left-hand side of each constraint is simply the sum of the variables
from a particular source or to a particular destination. In Program 9.1
these are cells E10:E12 and B13:D13.

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 10 / 71
A General LP Model for Transportation Problems

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 11 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 12 / 71
Step I: Make a Transportation Table

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 13 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 14 / 71
Initial Basic Feasible Solution to Transportation Problems

Initial Basic Feasible Solutions


• North-West Corner Method (NWCM)
• Least Cost Method (LCM)
• Vogel’s Approximation Method (VAM)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 15 / 71
North-West Corner Method (NWCM)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 16 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 17 / 71
North-West Corner Method (NWCM)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 18 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 19 / 71
Least Cost Method (LCM)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 20 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 21 / 71
Vogel’s Approximation Method (VAM)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 22 / 71
Vogel’s Approximation Method (VAM)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 23 / 71
Vogel’s Approximation Method (VAM)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 24 / 71
Vogel’s Approximation Method (VAM)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 25 / 71
Vogel’s Approximation Method (VAM)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 26 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 27 / 71
Optimality Test

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 28 / 71
Optimality Test (Contd)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 29 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 30 / 71
Optimal Solution to Transportation Problem

Optimal/ Final Solutions


• Stepping Stone Method
• Modified Distribution (MODI) Method / U − V Method

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 31 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 32 / 71
The Stepping Stone Method

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 33 / 71
The Stepping Stone Method (Continued)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 34 / 71
The Stepping Stone Method (Continued)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 35 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 36 / 71
The MODI Method

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 37 / 71
The MODI Method (Continued)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 38 / 71
The MODI Method (Continued)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 39 / 71
The MODI Method (Continued)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 40 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 41 / 71
Iterate Towards an Optimal Solution

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 42 / 71
Iterate Towards an Optimal Solution (Contd)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 43 / 71
Iterate Towards an Optimal Solution (Contd)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 44 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 45 / 71
Optimality Test

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 46 / 71
Optimality Test (Continued)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 47 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 48 / 71
Iterate Towards an Optimal Solution

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 49 / 71
Iterate Towards an Optimal Solution (Contd)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 50 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 51 / 71
Optimality Test

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 52 / 71
Optimality Test (Continued)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 53 / 71
Optimality Test (Continued)

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 54 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 55 / 71
Variants in Transportation Problems

Transportation Problems

1 Unbalanced Transportation Problem


2 Maximization Problem

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 56 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 57 / 71
The Unbalanced Transportation Problems

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 58 / 71
The Unbalanced Problem: Example

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 59 / 71
The Unbalanced Problem: Solution

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 60 / 71
The Unbalanced Problem: Solution

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 61 / 71
The Unbalanced Problem: Solution

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 62 / 71
The Unbalanced Problem: Solution

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 63 / 71
Outline
1 The Transportation Problem
2 Step I: Make a Transportation Table
3 Step II: Initial Basic Feasible Solution to TP
4 North-West Corner Method (NWCM)
5 Least Cost Method (LCM)
6 Vogel’s Approximation Method (VAM)
7 Step III: Optimality Test
8 Optimal Solution to Transportation Problem
9 The Stepping Stone Method
10 The Modified Distribution (MODI) Method
11 Step IV: Iterate Towards an Optimal Solution
12 Step V: Optimality Test
13 Step VI: Iterate Towards an Optimal Solution
14 Step VII: Optimality Test
15 Variants in Transportation Problems
16 Unbalanced Transportation Problem
17 Profit Maximization Problem
Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 64 / 71
The Maximization Problem

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 65 / 71
Profit Maximization Problem: Example

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 66 / 71
Maximization Problem: Solution

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 67 / 71
Maximization Problem: Solution

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 68 / 71
Maximization Problem: Solution

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 69 / 71
Maximization Problem: Solution

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 70 / 71
Maximization Problem: Solution

Dr. Md. Showkat Ali Quantitative Business Analysis September 26, 2022 71 / 71

You might also like