Transportation Simplex
Method
1. If the problem is unbalanced, balance it
2. Use one of the methods described in section 7.2 to find a bfs
3. Use the fact that u1=0 and ui + vj =cij for all basic variable to find the [u1 u2 … um v1 v2 …vn] for the current bfs
4. If ui + vj – cij ≤ 0 for all nonbasic variable, then the current bfs is optimal. If this is not the case, enter the variable with the most positive ui + vj – cij into the basis using pivot procedure. This yield a new bfs
For maximization problem replace 4 by 4’
Bagaimana melakukan Pivot dalam
Masalah Transportasi
1. Tentukan variabel yang harus masuk sebagai basis
2. Temukan loop (pasti hanya ada satu loop) yang
berkaitan dengan entering variable dan beberapa basic variable
3. Hitung hanya sel yang ada dalam loop. Labeli sel yang ditemukan pada langkah 2 mulai dari entering variable: yang merupakan bilangan genap kita labeli sebagai sel genap dan yang merupakan bilangan ganjil kita labeli sebagai sel ganjil.
4. Temukan sel ganjil yang memiliki nilai terkecil (sebut nilai ini sebagai . Variabel pada sel ini akan
Definition
An ordered sequence of at least four different cells is called loop if
1. Any two consecutive cells lie in either the same row or same column
2. No three consecutive cells lie in the same row or column
Example
Powerco Problem using North West Corner Method
Dari Kota 1 Kota 2 Kota 3 Kota 4 Pembangkit 1 8 6 10 9
Pembangkit 2 9 12 13 7
Pembangkit 3 14 9 16 5
35
10
20
20
Hitung ij = ui+vj – cij untuk semua nonbasic variable
12 = 0 +11 – 6 = 5 13 = 0 +12 -10 = 2
14 = 0 +1 – 9 = -8 24 = 1 +1 – 7 =-5
31 = 4 +8 – 14 = -2 2 = 4 +11 – 9 = 6
Terdapat yang positif. 2 paling positif sehingga x32 masuk sebagai basis
Gunakan prosedur looping
Loop yang mencakup x32 dan beberapa basic variabel adalah (3,2) – (3,3) – (2,3) – (2,2)
Dari Kota 1 Kota 2 Kota 3 Kota 4 Pembangkit 1 8 6 10 9
Pembangkit 2 9 12 13 7
Pembangkit 3 14 9 16 5
35
10
20
20
Odd cell : (3,3) dan (2,2) X33 =10 x22 = 20 = 10
Dari Kota 1 Kota 2 Kota 3 Kota 4 Pembangkit 1 8 6 10 9
Pembangkit 2 9 12 13 7
Pembangkit 3 14 9 16 5