SlideShare a Scribd company logo
1 of 8
Download to read offline
Mathematical Theory and Modeling www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.4, No.11, 2014
163
An Improved Tabular Technique for Presenting the Various
Algorithms for Finding Initial Basic Feasible Solutions to
Transportation Problems
John Usen Effiong1*
Ikpang Ikpang Nkereuwem 1,2
1. Department of Statistics, University of Calabar, Calabar, Cross-River State, Nigeria
2. Department of Maths/Statistics, Cross River University of Technology, Calabar, Cross-River State,
Nigeria
*E-mail of corresponding author: johnusen2002@yahoo.com
Abstract
The special structure of the transportation problem allows securing a non-artificial starting basic solution using
one of the three methods: Northwest-corner Method, Least-cost Method and Vogel Approximation Method. The
difference among the three methods is the “quality” of the starting basic solution they produce, in the sense that a
good starting solution yields an optimal solution in a fewer number of iterations. In general, the Vogel
Approximation Method yields the best starting basic solution, and the Northwest-corner Method yields the worst.
However, the Northwest-corner Method involves the least computations. Extensive and critical examination
regarding the usage and improvement of these methods abound in several publications with trivial consideration
given to the development of a near-ideal technique for presenting these algorithms. This paper develops and
implements an all-encompassing tabular technique for presenting the algorithms for these three methods.
Keywords: Transportation problem, Improved Tabular Technique, Initial Basic Feasible Solution
1. Introduction
The transportation model is a special class of the linear programming problem. It deals with situations in which a
commodity is shipped from “sources” to “destinations” [Taha, 1997; Reeb & Leavengood, 2002; Bijulal, 2013].
The objective is to determine the amounts shipped from each source to each destination that minimize the total
shipping cost, while satisfying both the supply limits and the demand requirements [Taha, 1997; Sharma, 2009;
Bijulal, 2013]. The model assumes that the shipping cost on a given route is directly proportional to the number
of units shipped on that route [Taha, 1997; Reeb & Leavengood, 2002]. In general, the transportation model can
be extended to areas other than the direct transportation of a commodity, including, among others, inventory
control, employment scheduling, and personnel assignment [Taha, 1997; Reeb & Leavengood, 2002; Sharma,
2009].
The general problem is represented by the network below. In the network, there are m sources and n
destinations, each represented by a “node”. There are also “arcs” linking the sources and destinations. These arcs
represent the routes between the sources and the destinations. Arcs  ji, joining source i to destination j
carry two pieces of information: [1] the transportation cost per unit ijc , and [2] the amount shipped ijx . The
amount of supply at source i is ia and the amount of demand at destination j is jb [Taha, 1997; Wang,
2008, Effanga, 2011].
Figure. Network for a General Transportation Problem
2b
nb
1b
ma
2a
1a
2
2
1 1
m n
1111 : xc
mnmn xc :
Mathematical Theory and Modeling www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.4, No.11, 2014
164
The objective of a transportation model is to determine the unknowns ijx that will minimize the total
transportation cost while satisfying all the supply and demand restrictions [Taha, 1997; Sharma, 2009; Effanga,
2011]. Mathematically, the problem, in general, may be stated as follows:
jix
njDx
miSxts
xcCMin
ij
j
m
i
ij
i
n
j
ij
m
i
n
j
ijij
,,0
,,3,2,1
,,3,2,1:.
1
1
1 1









 


where iS is the supply at origin i , jD is the demand at destination j , ijx is the number of units shipped
from origin i to destination j ,  

m
i
n
j
ijij xcC
1 1
is the total shipping cost, and  

n
j
j
m
i
i DS
11
.
The transportation algorithm follows the exact steps of the simplex. However, instead of using the regular
simplex tableau, advantage is taken of the special structure of the transportation model to present the algorithm
in a more convenient form [Taha, 1997; Reeb & Leavengood, 2002; Sharma, 2009].
There are several methods available to obtain an initial basic feasible solution. But the three major methods for a
transportation problem are the Northwest-corner Method, Least-cost Method and Vogel Approximation Method
[Taha, 1997; Sharma, 2009]. Each of these methods has variously been previously presented using a continuum
of tables for any given transportation problem as can be seen in the publications of Taha [1997], Reeb &
Leavengood [2002], Wang [2008], Sharma, [2009], Effanga [2011] and Bijulal [2013]. It is in this vain that this
paper presents an improvement of the presentation technique for the three major methods which utilizes just one
table for the routine with better detail and clarity than previous techniques; and a case study from Effanga [2011]
has been used for the implementation.
2. Methodology
The proposed presentation technique utilizes a “well-designed grid” which extends the tabular presentation of
the given problem beyond the supply rows and demand columns to as many more columns and rows that would
be needed in the course of the solution process. In this work, we call the new columns and rows are called
“stages”. Variations of the well-designed grid for each method have been considered for the purpose of flexibility
as explained below, and illustrated in the next section.
2.1 Northwest Corner Rule
For the presentation of the Northwest Corner Rule, its laid down algorithm is applied, as we iteratively extend
the columns and the rows [from stage to stage] until the supplies are exhausted and demands satisfied.
2.2 Least Cost Rows Method
The presentation, using this method, adheres to the laid-down algorithm of the method. It also proceeds
horizontally along and vertically down the well-designed grid in stages just like the case of the North-west
corner rule except for the introduction of a set of well-defined “keys” [based on the presenter’s discretion];
which are used in an ordered progression from the beginning of the solution process to the end. The keys [in
their order] are used in the solution steps of the algorithms and in the tabular presentation to ensure clarity when
deleting rows and columns in accordance with the laid down algorithms.
2.3 Vogel Approximation Method
In the case of the presentation technique for Vogel Approximation Method we acknowledge that the algorithm
for this technique includes rows and columns differences. Hence, as a variation of the presentation technique for
the Least-cost method, we have incorporated additional columns and rows just after each stage to cater for the
column and row differences respectively.
Mathematical Theory and Modeling www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.4, No.11, 2014
165
3. Illustrating The Proposed Tabular Presentation
Table 1. Case study
Destination
Origin 1 2 3 4 Si
1 8 6 10 9 35
2 9 12 13 7 50
3 14 9 16 5 40
Di 45 20 30 30
In order to illustrate the use of the proposed tabular technique, we have employed the use of a case study from
Effanga [2011]. This case study is a balanced transportation problem, and is presented in table 1. The problem
requires one to find the initial basic feasible solution using the Northwest-corner Method, Least-cost Method and
Vogel Approximation Method. We have used the proposed improved presentation technique for the three
algorithms in finding the initial basic feasible solution to this problem and have obtained table 2 below. However,
the illustrations of the solution process are shown in the tables 3 through 7.
Table 2. Initial basic feasible [IBF] solutions
S/N Method IBF Solution
1 Northwest-corner 1180
2 Least-cost 1080
3 Vogel Approximation 1020
Table 3. Northwest-corner method
Destination
Origin 1 2 3 4 Si Stag1 Stag2 Stag3 Stag4 Stag5 Stag6
1 8 6 10 9 35 35/35=0 0 0 0 0 0
2 9 12 13 7 50 50 50/10=40 40/20=20 20/20=0 0 0
3 14 9 16 5 40 40 40 40 40 40/10=30 30/30=0
Di 45 20 30 30 125
Stag1 45/35=10 20 30 30 90
Stag2 10/10=0 20 30 30 80
Stag3 0 20/20=0 30 30 60
Stag4 0 0 30/20=10 30 40
Stag5 0 0 10/10=0 30 30
Stag6 0 0 0 30/30=0 0
Mathematical Theory and Modeling www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.4, No.11, 2014
166
Table 4. Least-cost method
Destination
Origin 1 2 3 4 Si Stag1 Stag2 Stag3 Stag4 Stag5 Stag6
1 8 6 10 9 35 35 35/20=15 15/15=0 0 0 0
2 9 12 13 7 50 50 50 50 50/30=20 20/20=0 0
3 14 9 16 5 40 40/30=10 10 10 10 10 10/10=0
Di 45 20 30 30 125
Stag1 45 20 30 30/30=0 95
Stag2 45 20/20=0 30 0 75
Stag3 45/15=30 0 30 0 60
Stag4 30/30=0 0 30 0 30
Stag5 0 0 30/20=10 0 10
Stag6 0 0 10/10 0 0
Table 5. Key for least-cost method
Order of Deletion Name of Colour Colour Description
First – Fourth column Red
Second – Second column Yellow
Third – Cells (1, 1) & (1, 3) Green
Fourth – Cells (2, 1) & (3, 1) Deep Blue
Fifth – Cell (2, 3) Blue
Sixth – Cell (3, 3) White
Table 6. Vogel approximation method
Destination St1 St2 St3 St4 St5
Origin 1 2 3 4 Si Rd1 1 Rd2 2 Rd3 3 Rd4 4 Rd5 5
1 8 6 10 9 35 8/6=2 35 8/6=2 35 8/6=2 35/10=25 10/8=2 25 10 25
2 9 12 13 7 50 9/7=2 50 12/9=3 50 12/9=3 50 13/9=4 50/45=5 13 5/5=0
3 14 9 16 5 40 9/5=4 40/30=10 14/9=5 10/
10=
0
- 0 - 0 - 0
Di 45 20 30 30 125
Cd1 9/8=1 9/6=3 13/10=3 7/5=2
1 45 20 30 30/30=0 95
Cd2 9/8=1 9/6=3 13/10=3 -
2 45 20/10=10 30 0 85
Cd3 9/8=1 12/6=6 13/10=3 -
3 45 10/10=0 30 0 75
Cd4 9/8=1 - 13/10=3 -
4 45/45=0 0 30 0 30
Cd5 - - 13/10=3 -
5 0 0 30/5=25 0 25
Mathematical Theory and Modeling www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.4, No.11, 2014
167
Cd6 - - 10 -
6 0 0 25/25=0 0
St6
Rd6 6
10 25/25=0
- 0
- 0
0
Table 7. Key for Vogel approximation method
Order of Deletion Name of Colour Colour Description
First – Fourth column Red
Second – Second row Yellow
Third – Second column Green
Fourth – Cells (1, 1) & (2, 1) Deep Blue
Fifth – Cell (2, 3) Sky Blue
Sixth – Cell (3, 3) White
Mathematical Theory and Modeling www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.4, No.11, 2014
168
4. Conclusion
The proposed tabular presentation technique for presenting the three major algorithms for finding initial basic
feasible solutions to transportation problems is explicit and gives better clarity to the solution process. It
simplifies all previous presentation patterns used for this same purpose in an all-encompassing manner. Hence,
tendencies are that it could extend its implementation to variants of these three major algorithms that may be
developed by researchers in research directions based on improving the existing algorithms. We therefore
recommend that this proposed presentation technique should be incorporated into the available tool-kits for
doing this routine.
References
Bijulal, D. (2013), “Transportation Problem”, MBA 202 – Operations Research, College of Engineering,
Trivaddium.
Effanga, E. O. (2011), “Transportation Problem”, Lecture Notes on STA 6022 – Mathematical Programming.
Department of Statistics, University of Calabar, Nigeria
Sharma, J. K.. (2009), “Transportation Problem”, Operations Research – Theory and Applications, Delhi:
Macmillan Publishers India Limited, 259 – 312.
Reeb, J. & Leavengood, S. (2002), “Transportation Problem – A Special Case for Linear Programming
Problems”, Operations Research: Performance Excellence in the Wood Products Industry.
Taha, H. A. (1997), “Transportation Problem”, Operations Research – Theory and Applications, Prentice-Hall
International, Inc, USA, 165 – 185.
Wang, J. Y. (2008), “Chapter 8 – The Transportation and Assignment Problems”, Operations Research, College
of Management, NCTU.s
Business, Economics, Finance and Management Journals PAPER SUBMISSION EMAIL
European Journal of Business and Management EJBM@iiste.org
Research Journal of Finance and Accounting RJFA@iiste.org
Journal of Economics and Sustainable Development JESD@iiste.org
Information and Knowledge Management IKM@iiste.org
Journal of Developing Country Studies DCS@iiste.org
Industrial Engineering Letters IEL@iiste.org
Physical Sciences, Mathematics and Chemistry Journals PAPER SUBMISSION EMAIL
Journal of Natural Sciences Research JNSR@iiste.org
Journal of Chemistry and Materials Research CMR@iiste.org
Journal of Mathematical Theory and Modeling MTM@iiste.org
Advances in Physics Theories and Applications APTA@iiste.org
Chemical and Process Engineering Research CPER@iiste.org
Engineering, Technology and Systems Journals PAPER SUBMISSION EMAIL
Computer Engineering and Intelligent Systems CEIS@iiste.org
Innovative Systems Design and Engineering ISDE@iiste.org
Journal of Energy Technologies and Policy JETP@iiste.org
Information and Knowledge Management IKM@iiste.org
Journal of Control Theory and Informatics CTI@iiste.org
Journal of Information Engineering and Applications JIEA@iiste.org
Industrial Engineering Letters IEL@iiste.org
Journal of Network and Complex Systems NCS@iiste.org
Environment, Civil, Materials Sciences Journals PAPER SUBMISSION EMAIL
Journal of Environment and Earth Science JEES@iiste.org
Journal of Civil and Environmental Research CER@iiste.org
Journal of Natural Sciences Research JNSR@iiste.org
Life Science, Food and Medical Sciences PAPER SUBMISSION EMAIL
Advances in Life Science and Technology ALST@iiste.org
Journal of Natural Sciences Research JNSR@iiste.org
Journal of Biology, Agriculture and Healthcare JBAH@iiste.org
Journal of Food Science and Quality Management FSQM@iiste.org
Journal of Chemistry and Materials Research CMR@iiste.org
Education, and other Social Sciences PAPER SUBMISSION EMAIL
Journal of Education and Practice JEP@iiste.org
Journal of Law, Policy and Globalization JLPG@iiste.org
Journal of New Media and Mass Communication NMMC@iiste.org
Journal of Energy Technologies and Policy JETP@iiste.org
Historical Research Letter HRL@iiste.org
Public Policy and Administration Research PPAR@iiste.org
International Affairs and Global Strategy IAGS@iiste.org
Research on Humanities and Social Sciences RHSS@iiste.org
Journal of Developing Country Studies DCS@iiste.org
Journal of Arts and Design Studies ADS@iiste.org
The IISTE is a pioneer in the Open-Access hosting service and academic event management.
The aim of the firm is Accelerating Global Knowledge Sharing.
More information about the firm can be found on the homepage:
http://www.iiste.org
CALL FOR JOURNAL PAPERS
There are more than 30 peer-reviewed academic journals hosted under the hosting platform.
Prospective authors of journals can find the submission instruction on the following
page: http://www.iiste.org/journals/ All the journals articles are available online to the
readers all over the world without financial, legal, or technical barriers other than those
inseparable from gaining access to the internet itself. Paper version of the journals is also
available upon request of readers and authors.
MORE RESOURCES
Book publication information: http://www.iiste.org/book/
IISTE Knowledge Sharing Partners
EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open
Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek
EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library , NewJour, Google Scholar

More Related Content

What's hot

Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...TELKOMNIKA JOURNAL
 
Face Alignment Using Active Shape Model And Support Vector Machine
Face Alignment Using Active Shape Model And Support Vector MachineFace Alignment Using Active Shape Model And Support Vector Machine
Face Alignment Using Active Shape Model And Support Vector MachineCSCJournals
 
Evolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive SurveyEvolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive Surveytheijes
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...inventy
 
0580 w11 qp_22
0580 w11 qp_220580 w11 qp_22
0580 w11 qp_22King Ali
 
Concurrent Ternary Galois-based Computation using Nano-apex Multiplexing Nibs...
Concurrent Ternary Galois-based Computation using Nano-apex Multiplexing Nibs...Concurrent Ternary Galois-based Computation using Nano-apex Multiplexing Nibs...
Concurrent Ternary Galois-based Computation using Nano-apex Multiplexing Nibs...VLSICS Design
 
Realistic road path reconstruction from GIS data
Realistic road path reconstruction from GIS dataRealistic road path reconstruction from GIS data
Realistic road path reconstruction from GIS datahanguyenhoang
 
A New Method to Solving Generalized Fuzzy Transportation Problem-Harmonic Mea...
A New Method to Solving Generalized Fuzzy Transportation Problem-Harmonic Mea...A New Method to Solving Generalized Fuzzy Transportation Problem-Harmonic Mea...
A New Method to Solving Generalized Fuzzy Transportation Problem-Harmonic Mea...AI Publications
 
Diseño rapido de amplificadores con valores
Diseño rapido de amplificadores con valoresDiseño rapido de amplificadores con valores
Diseño rapido de amplificadores con valoresFélix Chávez
 
tAn improved genetic algorithm with a
tAn improved genetic algorithm with atAn improved genetic algorithm with a
tAn improved genetic algorithm with aijcseit
 
0580 w08 qp_02
0580 w08 qp_020580 w08 qp_02
0580 w08 qp_02King Ali
 
A hybrid image similarity measure based on a new combination of different sim...
A hybrid image similarity measure based on a new combination of different sim...A hybrid image similarity measure based on a new combination of different sim...
A hybrid image similarity measure based on a new combination of different sim...IJECEIAES
 
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”IOSRJM
 
Comparison of MOC and Lax FDE for simulating transients in Pipe Flows
Comparison of  MOC and Lax FDE for simulating transients in Pipe FlowsComparison of  MOC and Lax FDE for simulating transients in Pipe Flows
Comparison of MOC and Lax FDE for simulating transients in Pipe FlowsIRJET Journal
 
Numerical disperison analysis of sympletic and adi scheme
Numerical disperison analysis of sympletic and adi schemeNumerical disperison analysis of sympletic and adi scheme
Numerical disperison analysis of sympletic and adi schemexingangahu
 
ADAPTIVE MAP FOR SIMPLIFYING BOOLEAN EXPRESSIONS
ADAPTIVE MAP FOR SIMPLIFYING BOOLEAN EXPRESSIONSADAPTIVE MAP FOR SIMPLIFYING BOOLEAN EXPRESSIONS
ADAPTIVE MAP FOR SIMPLIFYING BOOLEAN EXPRESSIONSijcses
 
Cdd mahesh dasar ijertv2 is120775
Cdd mahesh dasar ijertv2 is120775Cdd mahesh dasar ijertv2 is120775
Cdd mahesh dasar ijertv2 is120775Mahesh Dasar
 

What's hot (17)

Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
 
Face Alignment Using Active Shape Model And Support Vector Machine
Face Alignment Using Active Shape Model And Support Vector MachineFace Alignment Using Active Shape Model And Support Vector Machine
Face Alignment Using Active Shape Model And Support Vector Machine
 
Evolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive SurveyEvolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive Survey
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
 
0580 w11 qp_22
0580 w11 qp_220580 w11 qp_22
0580 w11 qp_22
 
Concurrent Ternary Galois-based Computation using Nano-apex Multiplexing Nibs...
Concurrent Ternary Galois-based Computation using Nano-apex Multiplexing Nibs...Concurrent Ternary Galois-based Computation using Nano-apex Multiplexing Nibs...
Concurrent Ternary Galois-based Computation using Nano-apex Multiplexing Nibs...
 
Realistic road path reconstruction from GIS data
Realistic road path reconstruction from GIS dataRealistic road path reconstruction from GIS data
Realistic road path reconstruction from GIS data
 
A New Method to Solving Generalized Fuzzy Transportation Problem-Harmonic Mea...
A New Method to Solving Generalized Fuzzy Transportation Problem-Harmonic Mea...A New Method to Solving Generalized Fuzzy Transportation Problem-Harmonic Mea...
A New Method to Solving Generalized Fuzzy Transportation Problem-Harmonic Mea...
 
Diseño rapido de amplificadores con valores
Diseño rapido de amplificadores con valoresDiseño rapido de amplificadores con valores
Diseño rapido de amplificadores con valores
 
tAn improved genetic algorithm with a
tAn improved genetic algorithm with atAn improved genetic algorithm with a
tAn improved genetic algorithm with a
 
0580 w08 qp_02
0580 w08 qp_020580 w08 qp_02
0580 w08 qp_02
 
A hybrid image similarity measure based on a new combination of different sim...
A hybrid image similarity measure based on a new combination of different sim...A hybrid image similarity measure based on a new combination of different sim...
A hybrid image similarity measure based on a new combination of different sim...
 
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”
 
Comparison of MOC and Lax FDE for simulating transients in Pipe Flows
Comparison of  MOC and Lax FDE for simulating transients in Pipe FlowsComparison of  MOC and Lax FDE for simulating transients in Pipe Flows
Comparison of MOC and Lax FDE for simulating transients in Pipe Flows
 
Numerical disperison analysis of sympletic and adi scheme
Numerical disperison analysis of sympletic and adi schemeNumerical disperison analysis of sympletic and adi scheme
Numerical disperison analysis of sympletic and adi scheme
 
ADAPTIVE MAP FOR SIMPLIFYING BOOLEAN EXPRESSIONS
ADAPTIVE MAP FOR SIMPLIFYING BOOLEAN EXPRESSIONSADAPTIVE MAP FOR SIMPLIFYING BOOLEAN EXPRESSIONS
ADAPTIVE MAP FOR SIMPLIFYING BOOLEAN EXPRESSIONS
 
Cdd mahesh dasar ijertv2 is120775
Cdd mahesh dasar ijertv2 is120775Cdd mahesh dasar ijertv2 is120775
Cdd mahesh dasar ijertv2 is120775
 

Similar to An improved tabular technique for presenting the various

A New Method for Solving Transportation Problems Considering Average Penalty
A New Method for Solving Transportation Problems Considering Average PenaltyA New Method for Solving Transportation Problems Considering Average Penalty
A New Method for Solving Transportation Problems Considering Average PenaltyIOSRJM
 
MODIFIED VOGEL APPROXIMATION METHOD FOR BALANCED TRANSPORTATION MODELS TOWARD...
MODIFIED VOGEL APPROXIMATION METHOD FOR BALANCED TRANSPORTATION MODELS TOWARD...MODIFIED VOGEL APPROXIMATION METHOD FOR BALANCED TRANSPORTATION MODELS TOWARD...
MODIFIED VOGEL APPROXIMATION METHOD FOR BALANCED TRANSPORTATION MODELS TOWARD...IAEME Publication
 
Iaetsd ones method for finding an optimal
Iaetsd ones method for finding an optimalIaetsd ones method for finding an optimal
Iaetsd ones method for finding an optimalIaetsd Iaetsd
 
MFBLP Method Forecast for Regional Load Demand System
MFBLP Method Forecast for Regional Load Demand SystemMFBLP Method Forecast for Regional Load Demand System
MFBLP Method Forecast for Regional Load Demand SystemCSCJournals
 
IRJET- Developed Method for Optimal Solution of Transportation Problem
IRJET- Developed Method for Optimal Solution of Transportation ProblemIRJET- Developed Method for Optimal Solution of Transportation Problem
IRJET- Developed Method for Optimal Solution of Transportation ProblemIRJET Journal
 
transportation-model.ppt
transportation-model.ppttransportation-model.ppt
transportation-model.pptanubhuti18
 
Transportation.pptx
Transportation.pptxTransportation.pptx
Transportation.pptxSauravDash10
 
Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...
Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...
Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...BRNSSPublicationHubI
 
Transportation model
Transportation modelTransportation model
Transportation modelmsn007
 
ANALYTICAL FORMULATIONS FOR THE LEVEL BASED WEIGHTED AVERAGE VALUE OF DISCRET...
ANALYTICAL FORMULATIONS FOR THE LEVEL BASED WEIGHTED AVERAGE VALUE OF DISCRET...ANALYTICAL FORMULATIONS FOR THE LEVEL BASED WEIGHTED AVERAGE VALUE OF DISCRET...
ANALYTICAL FORMULATIONS FOR THE LEVEL BASED WEIGHTED AVERAGE VALUE OF DISCRET...ijsc
 
A comparative study of initial basic feasible solution methods
A comparative study of initial basic feasible solution methodsA comparative study of initial basic feasible solution methods
A comparative study of initial basic feasible solution methodsAlexander Decker
 
A comparative study of initial basic feasible solution methods
A comparative study of initial basic feasible solution methodsA comparative study of initial basic feasible solution methods
A comparative study of initial basic feasible solution methodsAlexander Decker
 
Module 5 lecture_4_final
Module 5 lecture_4_finalModule 5 lecture_4_final
Module 5 lecture_4_finalAmol Wadghule
 
A new three-term conjugate gradient method with application to regression an...
A new three-term conjugate gradient method with application  to regression an...A new three-term conjugate gradient method with application  to regression an...
A new three-term conjugate gradient method with application to regression an...IJECEIAES
 

Similar to An improved tabular technique for presenting the various (20)

A New Method for Solving Transportation Problems Considering Average Penalty
A New Method for Solving Transportation Problems Considering Average PenaltyA New Method for Solving Transportation Problems Considering Average Penalty
A New Method for Solving Transportation Problems Considering Average Penalty
 
MODIFIED VOGEL APPROXIMATION METHOD FOR BALANCED TRANSPORTATION MODELS TOWARD...
MODIFIED VOGEL APPROXIMATION METHOD FOR BALANCED TRANSPORTATION MODELS TOWARD...MODIFIED VOGEL APPROXIMATION METHOD FOR BALANCED TRANSPORTATION MODELS TOWARD...
MODIFIED VOGEL APPROXIMATION METHOD FOR BALANCED TRANSPORTATION MODELS TOWARD...
 
Iaetsd ones method for finding an optimal
Iaetsd ones method for finding an optimalIaetsd ones method for finding an optimal
Iaetsd ones method for finding an optimal
 
B04110710
B04110710B04110710
B04110710
 
OR 14 15-unit_2
OR 14 15-unit_2OR 14 15-unit_2
OR 14 15-unit_2
 
MFBLP Method Forecast for Regional Load Demand System
MFBLP Method Forecast for Regional Load Demand SystemMFBLP Method Forecast for Regional Load Demand System
MFBLP Method Forecast for Regional Load Demand System
 
IRJET- Developed Method for Optimal Solution of Transportation Problem
IRJET- Developed Method for Optimal Solution of Transportation ProblemIRJET- Developed Method for Optimal Solution of Transportation Problem
IRJET- Developed Method for Optimal Solution of Transportation Problem
 
transportation-model.ppt
transportation-model.ppttransportation-model.ppt
transportation-model.ppt
 
Transportation.pptx
Transportation.pptxTransportation.pptx
Transportation.pptx
 
Ou3425912596
Ou3425912596Ou3425912596
Ou3425912596
 
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
 
C41016023
C41016023C41016023
C41016023
 
Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...
Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...
Fast Stereo Images Compression Method based on Wavelet Transform and Two dime...
 
Transportation model
Transportation modelTransportation model
Transportation model
 
ANALYTICAL FORMULATIONS FOR THE LEVEL BASED WEIGHTED AVERAGE VALUE OF DISCRET...
ANALYTICAL FORMULATIONS FOR THE LEVEL BASED WEIGHTED AVERAGE VALUE OF DISCRET...ANALYTICAL FORMULATIONS FOR THE LEVEL BASED WEIGHTED AVERAGE VALUE OF DISCRET...
ANALYTICAL FORMULATIONS FOR THE LEVEL BASED WEIGHTED AVERAGE VALUE OF DISCRET...
 
A comparative study of initial basic feasible solution methods
A comparative study of initial basic feasible solution methodsA comparative study of initial basic feasible solution methods
A comparative study of initial basic feasible solution methods
 
A comparative study of initial basic feasible solution methods
A comparative study of initial basic feasible solution methodsA comparative study of initial basic feasible solution methods
A comparative study of initial basic feasible solution methods
 
Module 5 lecture_4_final
Module 5 lecture_4_finalModule 5 lecture_4_final
Module 5 lecture_4_final
 
07. Transportation Problem.pptx
07. Transportation Problem.pptx07. Transportation Problem.pptx
07. Transportation Problem.pptx
 
A new three-term conjugate gradient method with application to regression an...
A new three-term conjugate gradient method with application  to regression an...A new three-term conjugate gradient method with application  to regression an...
A new three-term conjugate gradient method with application to regression an...
 

More from Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

More from Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

An improved tabular technique for presenting the various

  • 1. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.4, No.11, 2014 163 An Improved Tabular Technique for Presenting the Various Algorithms for Finding Initial Basic Feasible Solutions to Transportation Problems John Usen Effiong1* Ikpang Ikpang Nkereuwem 1,2 1. Department of Statistics, University of Calabar, Calabar, Cross-River State, Nigeria 2. Department of Maths/Statistics, Cross River University of Technology, Calabar, Cross-River State, Nigeria *E-mail of corresponding author: johnusen2002@yahoo.com Abstract The special structure of the transportation problem allows securing a non-artificial starting basic solution using one of the three methods: Northwest-corner Method, Least-cost Method and Vogel Approximation Method. The difference among the three methods is the “quality” of the starting basic solution they produce, in the sense that a good starting solution yields an optimal solution in a fewer number of iterations. In general, the Vogel Approximation Method yields the best starting basic solution, and the Northwest-corner Method yields the worst. However, the Northwest-corner Method involves the least computations. Extensive and critical examination regarding the usage and improvement of these methods abound in several publications with trivial consideration given to the development of a near-ideal technique for presenting these algorithms. This paper develops and implements an all-encompassing tabular technique for presenting the algorithms for these three methods. Keywords: Transportation problem, Improved Tabular Technique, Initial Basic Feasible Solution 1. Introduction The transportation model is a special class of the linear programming problem. It deals with situations in which a commodity is shipped from “sources” to “destinations” [Taha, 1997; Reeb & Leavengood, 2002; Bijulal, 2013]. The objective is to determine the amounts shipped from each source to each destination that minimize the total shipping cost, while satisfying both the supply limits and the demand requirements [Taha, 1997; Sharma, 2009; Bijulal, 2013]. The model assumes that the shipping cost on a given route is directly proportional to the number of units shipped on that route [Taha, 1997; Reeb & Leavengood, 2002]. In general, the transportation model can be extended to areas other than the direct transportation of a commodity, including, among others, inventory control, employment scheduling, and personnel assignment [Taha, 1997; Reeb & Leavengood, 2002; Sharma, 2009]. The general problem is represented by the network below. In the network, there are m sources and n destinations, each represented by a “node”. There are also “arcs” linking the sources and destinations. These arcs represent the routes between the sources and the destinations. Arcs  ji, joining source i to destination j carry two pieces of information: [1] the transportation cost per unit ijc , and [2] the amount shipped ijx . The amount of supply at source i is ia and the amount of demand at destination j is jb [Taha, 1997; Wang, 2008, Effanga, 2011]. Figure. Network for a General Transportation Problem 2b nb 1b ma 2a 1a 2 2 1 1 m n 1111 : xc mnmn xc :
  • 2. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.4, No.11, 2014 164 The objective of a transportation model is to determine the unknowns ijx that will minimize the total transportation cost while satisfying all the supply and demand restrictions [Taha, 1997; Sharma, 2009; Effanga, 2011]. Mathematically, the problem, in general, may be stated as follows: jix njDx miSxts xcCMin ij j m i ij i n j ij m i n j ijij ,,0 ,,3,2,1 ,,3,2,1:. 1 1 1 1              where iS is the supply at origin i , jD is the demand at destination j , ijx is the number of units shipped from origin i to destination j ,    m i n j ijij xcC 1 1 is the total shipping cost, and    n j j m i i DS 11 . The transportation algorithm follows the exact steps of the simplex. However, instead of using the regular simplex tableau, advantage is taken of the special structure of the transportation model to present the algorithm in a more convenient form [Taha, 1997; Reeb & Leavengood, 2002; Sharma, 2009]. There are several methods available to obtain an initial basic feasible solution. But the three major methods for a transportation problem are the Northwest-corner Method, Least-cost Method and Vogel Approximation Method [Taha, 1997; Sharma, 2009]. Each of these methods has variously been previously presented using a continuum of tables for any given transportation problem as can be seen in the publications of Taha [1997], Reeb & Leavengood [2002], Wang [2008], Sharma, [2009], Effanga [2011] and Bijulal [2013]. It is in this vain that this paper presents an improvement of the presentation technique for the three major methods which utilizes just one table for the routine with better detail and clarity than previous techniques; and a case study from Effanga [2011] has been used for the implementation. 2. Methodology The proposed presentation technique utilizes a “well-designed grid” which extends the tabular presentation of the given problem beyond the supply rows and demand columns to as many more columns and rows that would be needed in the course of the solution process. In this work, we call the new columns and rows are called “stages”. Variations of the well-designed grid for each method have been considered for the purpose of flexibility as explained below, and illustrated in the next section. 2.1 Northwest Corner Rule For the presentation of the Northwest Corner Rule, its laid down algorithm is applied, as we iteratively extend the columns and the rows [from stage to stage] until the supplies are exhausted and demands satisfied. 2.2 Least Cost Rows Method The presentation, using this method, adheres to the laid-down algorithm of the method. It also proceeds horizontally along and vertically down the well-designed grid in stages just like the case of the North-west corner rule except for the introduction of a set of well-defined “keys” [based on the presenter’s discretion]; which are used in an ordered progression from the beginning of the solution process to the end. The keys [in their order] are used in the solution steps of the algorithms and in the tabular presentation to ensure clarity when deleting rows and columns in accordance with the laid down algorithms. 2.3 Vogel Approximation Method In the case of the presentation technique for Vogel Approximation Method we acknowledge that the algorithm for this technique includes rows and columns differences. Hence, as a variation of the presentation technique for the Least-cost method, we have incorporated additional columns and rows just after each stage to cater for the column and row differences respectively.
  • 3. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.4, No.11, 2014 165 3. Illustrating The Proposed Tabular Presentation Table 1. Case study Destination Origin 1 2 3 4 Si 1 8 6 10 9 35 2 9 12 13 7 50 3 14 9 16 5 40 Di 45 20 30 30 In order to illustrate the use of the proposed tabular technique, we have employed the use of a case study from Effanga [2011]. This case study is a balanced transportation problem, and is presented in table 1. The problem requires one to find the initial basic feasible solution using the Northwest-corner Method, Least-cost Method and Vogel Approximation Method. We have used the proposed improved presentation technique for the three algorithms in finding the initial basic feasible solution to this problem and have obtained table 2 below. However, the illustrations of the solution process are shown in the tables 3 through 7. Table 2. Initial basic feasible [IBF] solutions S/N Method IBF Solution 1 Northwest-corner 1180 2 Least-cost 1080 3 Vogel Approximation 1020 Table 3. Northwest-corner method Destination Origin 1 2 3 4 Si Stag1 Stag2 Stag3 Stag4 Stag5 Stag6 1 8 6 10 9 35 35/35=0 0 0 0 0 0 2 9 12 13 7 50 50 50/10=40 40/20=20 20/20=0 0 0 3 14 9 16 5 40 40 40 40 40 40/10=30 30/30=0 Di 45 20 30 30 125 Stag1 45/35=10 20 30 30 90 Stag2 10/10=0 20 30 30 80 Stag3 0 20/20=0 30 30 60 Stag4 0 0 30/20=10 30 40 Stag5 0 0 10/10=0 30 30 Stag6 0 0 0 30/30=0 0
  • 4. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.4, No.11, 2014 166 Table 4. Least-cost method Destination Origin 1 2 3 4 Si Stag1 Stag2 Stag3 Stag4 Stag5 Stag6 1 8 6 10 9 35 35 35/20=15 15/15=0 0 0 0 2 9 12 13 7 50 50 50 50 50/30=20 20/20=0 0 3 14 9 16 5 40 40/30=10 10 10 10 10 10/10=0 Di 45 20 30 30 125 Stag1 45 20 30 30/30=0 95 Stag2 45 20/20=0 30 0 75 Stag3 45/15=30 0 30 0 60 Stag4 30/30=0 0 30 0 30 Stag5 0 0 30/20=10 0 10 Stag6 0 0 10/10 0 0 Table 5. Key for least-cost method Order of Deletion Name of Colour Colour Description First – Fourth column Red Second – Second column Yellow Third – Cells (1, 1) & (1, 3) Green Fourth – Cells (2, 1) & (3, 1) Deep Blue Fifth – Cell (2, 3) Blue Sixth – Cell (3, 3) White Table 6. Vogel approximation method Destination St1 St2 St3 St4 St5 Origin 1 2 3 4 Si Rd1 1 Rd2 2 Rd3 3 Rd4 4 Rd5 5 1 8 6 10 9 35 8/6=2 35 8/6=2 35 8/6=2 35/10=25 10/8=2 25 10 25 2 9 12 13 7 50 9/7=2 50 12/9=3 50 12/9=3 50 13/9=4 50/45=5 13 5/5=0 3 14 9 16 5 40 9/5=4 40/30=10 14/9=5 10/ 10= 0 - 0 - 0 - 0 Di 45 20 30 30 125 Cd1 9/8=1 9/6=3 13/10=3 7/5=2 1 45 20 30 30/30=0 95 Cd2 9/8=1 9/6=3 13/10=3 - 2 45 20/10=10 30 0 85 Cd3 9/8=1 12/6=6 13/10=3 - 3 45 10/10=0 30 0 75 Cd4 9/8=1 - 13/10=3 - 4 45/45=0 0 30 0 30 Cd5 - - 13/10=3 - 5 0 0 30/5=25 0 25
  • 5. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.4, No.11, 2014 167 Cd6 - - 10 - 6 0 0 25/25=0 0 St6 Rd6 6 10 25/25=0 - 0 - 0 0 Table 7. Key for Vogel approximation method Order of Deletion Name of Colour Colour Description First – Fourth column Red Second – Second row Yellow Third – Second column Green Fourth – Cells (1, 1) & (2, 1) Deep Blue Fifth – Cell (2, 3) Sky Blue Sixth – Cell (3, 3) White
  • 6. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.4, No.11, 2014 168 4. Conclusion The proposed tabular presentation technique for presenting the three major algorithms for finding initial basic feasible solutions to transportation problems is explicit and gives better clarity to the solution process. It simplifies all previous presentation patterns used for this same purpose in an all-encompassing manner. Hence, tendencies are that it could extend its implementation to variants of these three major algorithms that may be developed by researchers in research directions based on improving the existing algorithms. We therefore recommend that this proposed presentation technique should be incorporated into the available tool-kits for doing this routine. References Bijulal, D. (2013), “Transportation Problem”, MBA 202 – Operations Research, College of Engineering, Trivaddium. Effanga, E. O. (2011), “Transportation Problem”, Lecture Notes on STA 6022 – Mathematical Programming. Department of Statistics, University of Calabar, Nigeria Sharma, J. K.. (2009), “Transportation Problem”, Operations Research – Theory and Applications, Delhi: Macmillan Publishers India Limited, 259 – 312. Reeb, J. & Leavengood, S. (2002), “Transportation Problem – A Special Case for Linear Programming Problems”, Operations Research: Performance Excellence in the Wood Products Industry. Taha, H. A. (1997), “Transportation Problem”, Operations Research – Theory and Applications, Prentice-Hall International, Inc, USA, 165 – 185. Wang, J. Y. (2008), “Chapter 8 – The Transportation and Assignment Problems”, Operations Research, College of Management, NCTU.s
  • 7. Business, Economics, Finance and Management Journals PAPER SUBMISSION EMAIL European Journal of Business and Management EJBM@iiste.org Research Journal of Finance and Accounting RJFA@iiste.org Journal of Economics and Sustainable Development JESD@iiste.org Information and Knowledge Management IKM@iiste.org Journal of Developing Country Studies DCS@iiste.org Industrial Engineering Letters IEL@iiste.org Physical Sciences, Mathematics and Chemistry Journals PAPER SUBMISSION EMAIL Journal of Natural Sciences Research JNSR@iiste.org Journal of Chemistry and Materials Research CMR@iiste.org Journal of Mathematical Theory and Modeling MTM@iiste.org Advances in Physics Theories and Applications APTA@iiste.org Chemical and Process Engineering Research CPER@iiste.org Engineering, Technology and Systems Journals PAPER SUBMISSION EMAIL Computer Engineering and Intelligent Systems CEIS@iiste.org Innovative Systems Design and Engineering ISDE@iiste.org Journal of Energy Technologies and Policy JETP@iiste.org Information and Knowledge Management IKM@iiste.org Journal of Control Theory and Informatics CTI@iiste.org Journal of Information Engineering and Applications JIEA@iiste.org Industrial Engineering Letters IEL@iiste.org Journal of Network and Complex Systems NCS@iiste.org Environment, Civil, Materials Sciences Journals PAPER SUBMISSION EMAIL Journal of Environment and Earth Science JEES@iiste.org Journal of Civil and Environmental Research CER@iiste.org Journal of Natural Sciences Research JNSR@iiste.org Life Science, Food and Medical Sciences PAPER SUBMISSION EMAIL Advances in Life Science and Technology ALST@iiste.org Journal of Natural Sciences Research JNSR@iiste.org Journal of Biology, Agriculture and Healthcare JBAH@iiste.org Journal of Food Science and Quality Management FSQM@iiste.org Journal of Chemistry and Materials Research CMR@iiste.org Education, and other Social Sciences PAPER SUBMISSION EMAIL Journal of Education and Practice JEP@iiste.org Journal of Law, Policy and Globalization JLPG@iiste.org Journal of New Media and Mass Communication NMMC@iiste.org Journal of Energy Technologies and Policy JETP@iiste.org Historical Research Letter HRL@iiste.org Public Policy and Administration Research PPAR@iiste.org International Affairs and Global Strategy IAGS@iiste.org Research on Humanities and Social Sciences RHSS@iiste.org Journal of Developing Country Studies DCS@iiste.org Journal of Arts and Design Studies ADS@iiste.org
  • 8. The IISTE is a pioneer in the Open-Access hosting service and academic event management. The aim of the firm is Accelerating Global Knowledge Sharing. More information about the firm can be found on the homepage: http://www.iiste.org CALL FOR JOURNAL PAPERS There are more than 30 peer-reviewed academic journals hosted under the hosting platform. Prospective authors of journals can find the submission instruction on the following page: http://www.iiste.org/journals/ All the journals articles are available online to the readers all over the world without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. Paper version of the journals is also available upon request of readers and authors. MORE RESOURCES Book publication information: http://www.iiste.org/book/ IISTE Knowledge Sharing Partners EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library , NewJour, Google Scholar