SlideShare a Scribd company logo
Dr.V.Vinoba, Mrs.M.Kavitha, Mr.A.Manickam / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.676-680
676 | P a g e
Shortest Time Limited Transportation Problem Based On
Software
Dr.V.Vinoba1
, Mrs.M.Kavitha2
, Mr.A.Manickam3
1
Assistant .Prof of Mathematics, K.N.G.C. (W), Thanjavur-613007.
2
Assistant. Prof Mathematics, Kumaran Institute of Technology, 601 203.
3
Assistant. Prof Mathematics, Anjalai Ammal Mahalingam Engineering College,Kovilvenni-614 403.
Abstract
The shortest time limited transportation
problem and its extension case are studied in this
paper. By introducing the 0-1 variables, the
shortest time limited transportation problem can
be formulated into a linear programming model
while its extension case can be formulated into an
on linear programming model. The programs for
solving both models based on Lingo software are
compiled. The models and algorithms are tested
by two examples. The results show that the
solving method base on software is both effect
and exact, so it is an efficient method for solving
large size of real problems.
Keywords: Model and algorithm, linear
programming; the shortest time limited;
transportation problem; Lingo software
I. Introduction
There is a special transportation problem in
reality. This problem is often related to the urgent
materials transportation, such as rescue equipment,
equipment used for dealing with emergency, people
or medical treatment things, and the fresh food with
short storage period. In the process of finding the
transport scheme, the most important thing to be
considered is the shortest time other than the
minimum total cost. For example, when the nature
disaster happens, in order to rescue the people
besieged in the floodwater as soon as possible, we
need to transport some doctors and nurses from
several hospitals to different disaster sites. In this
process, the benefit resulting from saving time is
much more important than the benefit resulting from
saving part of transportation cost. There are several
earthquakes in the world in these two or three years.
The earthquake damages our life seriously. When
earthquake happens, the time is all, so saving time is
the most important issue when we transport people
or equipment to the earthquake sites.
The shortest time limited transportation
problem is proposed in such background [1]. In the
past few years, several scientists have studied this
problem. On the one hand, various types of
algorithms for solving this problem were proposed,
such as the solving method based on the graph [1],
the solving method based on the table [2][3], the
network solving method base on Ford-Fulkerson
max-flow algorithm [4][5], the dynamic
programming algorithm [6] and so on. On the other
hand, various extension of the shortest time limited
transportation problem and their algorithms are
investigated, such as the shortest time limited
minimum cost transportation problem [7],Multi-
objective shortest time limited transportation
problem based on both the security and the time
factors [8], the shortest time limited transportation
problem with the transportation capacity constraint
[9], the general shortest time transportation problem
with the transportation time being a function of the
transportation quantity in the corresponding road
[10] [11], and so on. Although the mathematical
models of the shortest time limited transportation
problem and its extension are proposed in literatures
[1], [10], [11], the objective functions of these
models are not obvious functions of the decision
variables, hence the objective functions are not
simple maximum or minimum functions, they are
minimax functions. These models are not the
canonical linear or nonlinear programming models.
On the other hand, all the solving algorithms for the
shortest time limited transportation problems or its
extension problems have not been executed by
compiling software. With the size of the problems
becoming larger and larger, it will be very difficult
to finish the compute process by hand. So it is the
best way to find the optimal solution of the large
size problem in the aid of software.
In this paper, after investigating the
characters of the shortest time limited transportation
problems, the mathematical programming models
are constructed by introducing a set of 0-1 variables.
Furthermore, the software for solving these models
are compiled. Simulations have been done on the
examples from literatures.
II. The Linear Programming Model of the
Shortest Time Limited Transportation
Problem
The shortest time limited transportation
problem can be described as: Given m provide
Areas A1,A2, ··· ,Am of some material, the output
of Ai is ai (i = 1,2, ··· ,m); n demand Areas B1,B2,
Dr.V.Vinoba, Mrs.M.Kavitha, Mr.A.Manickam / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.676-680
677 | P a g e
··· ,Bn, the demand of Bj is bj ( j = 1,2, ··· ,n). The
transportation time from Ai to Bj is ti j. The problem
is: How to organize the transport scheme, such that
the longest time used for transporting materials from
Ai (i=1,2, ··· ,m) to Bj ( j =1,2, ··· ,n) is minimum.
This problem was described by Li [1] as:
Finding a set of xi j i = 1,2, ··· ,m; j = 1,2, ··· ,n, such
that the max(ti j|xi j > 0) is minimum in the
following constraint conditions
Such that




n
j
x
1
ij=ai i=1,2,3,........ m, 
m
i 1
xij=bj,
j=1,2,3....n ,xii≥0, i=1,2,3,........ m, j=1,2,3....n
Where xi j is the amount of materials transported
from Ai to Bj.Since the objective function is not a
linear function of the decision variables, so the
model is not a linear programming model . Noticing
that the objective function is a minimax function, by
introducing a set of 0-1 variables, the model can be
reformulated into a linear programming model.
Define the 0-1 variables as follows
zi j =  1 xi j > 0
0 xi j = 0
Then the shortest time limited
transportation problem can be formulated into a
linear programming model.
Min z = y




n
j
x
1
ij=ai i=1,2,3,........ m, 
m
i 1
xij=bj,
j=1,2,3....n ,xii≥0, i=1,2,3,........ m, j=1,2,3....n
 ty  ijzij,i=1,2,.....m,j=1,2,....n;
xij≤Mzij, ,i=1,2,.....m,j=1,2,....n;
xij≥0,zij=0, ,i=1,2,.....m,j=1,2,....n;
y≥0
Where the objective function (1.1)
minimizes the upper bound of time used in all
transportation road from Ai, (i = 1,2, ··· ,m) to Bj, ( j
= 1,2, ··· ,n), which means that the time for finishing
the transportation task is minimum. Constraints
(1.2) means that the amount of supply must be
transported to the demand sites. Constraints (1.3)
means that the amount of demand of an area equals
to the sum of its accepted materials. Constraint (1.4)
express that y is the upper bound of every road’s
transportation time. Constraint (1.5) indicates that
when xi j > 0, zi j must be equal to 1. Constraints
(1.6) and (1.7) are the descriptions of the variable’s
value. Obviously, model (1) is a linear programming
model, which can be solved by software.
III. The Mathematical Programming
Model of the Extension Shortest
Time Limited Transportation
Problem
In the basic model of the shortest time
limited transportation problem, the transportation
time ti j from Ai to Bj is a constant, which does not
change with xi j changes. In reality, xi j often affects
the transportation time. For example, the more
amount of material a truck load, the longer time it
needs to load and unload the material, the more
slowly the truck’s speed is, and the longer time it
needs to finish the transportation task. So ti j is
usually the function of xi j. The authors of reference
[10] have studied the relationship between the
amount of load and the real transportation time.
They let the real transportation time be the sum of
two parts. One part is ti j which is a constant related
to the distance between Ai and Bj. The other part is
the added time which includes the load and unloads
time, and can be expressed by a function of xi j. The
authors of paper [10] discussed the case when the
function is a linear function ai jxi j (where ai j is
determined by the type of truck, the type of road
between Ai and Bj ). In this case, the real total
transportation time between Ai and Bj is ti j +ai jxi
j. This is the extension of the basic model. When ai j
= 0, this model turn to be the basic model. Based on
the same idea, the authors of paper [10] investigated
the case when the added time is a nonlinear function
of xi j. Suppose that the added time is a quadratic
function of xi j, for example, the added time equals
to ai j x2i j, then the real total transportation time is
ti j +ai jx2i j. For both extension cases of the
shortest time limited transportation problem, an
iterative solving method based on max-flow
algorithm is proposed respectively in [10] and [11].
Both methods are complex in computing and can
not guarantee to find the global optimal solution in
short time. Furthermore, the authors did not
introduce the execute process by compile these
algorithms’ software.
Noticing the characters of the extension
shortest time limited transportation, by introducing a
set of 0-1 variables, the extension problem can be
formulated into a nonlinear programming model.
When the reality transportation time is a quadratic
function of xi j [11], the corresponding extension
problem can be formulated into the following
nonlinear programming model (2). The other
extension case in paper [10] can be formulated into
a linear programming model similar to model (2).
Mini z=y.
s.t




n
j
x
1
ij=ai i=1,2,3,........ m,
Dr.V.Vinoba, Mrs.M.Kavitha, Mr.A.Manickam / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.676-680
678 | P a g e

m
i 1
xij=bj, j=1,2,3....n,
y≥tijzij+αijxij,i=1,2,.....m,j=1,2,....n;
xij≤Mzij, i=1,2,3,........ m, j=1,2,3....n
xii≥0, zij=0, i=1,2,3,........ m, j=1,2,3....n
y ≥0. i=1,2,3,........ m, j=1,2,3....n
The constraints and variables in model (2)
have the similar means as those in model (1).The
results of paper [10] and [11] give us a new idea for
investigating the extension shortest time limited
transportation problem. In reality, the relationship
between the added transportation time and the
transportation amount may be more complicated.
The function relationship may not be the simple
linear or quadratic function, furthermore it may not
have an obvious expression formulate. So it is
necessary to investigate the more general extension
shortest time limited transportation problem.
Suppose that the added transportation time
from Ai to Bj is ai j f (xi j), the total transportation
time is ti j +ai j f (xi j). Then the general extension
shortest time limited transportation problem can be
formulated into the following mathematical model.
Mini z=y.
s.t




n
j
x
1
ij=ai i=1,2,3,........ m,

m
i 1
xij=bj, j=1,2,3....n,
y≥tijzij+αijf(xi),i=1,2,.....m,j=1,2,....n;
xij≤Mzij, i=1,2,3,........ m, j=1,2,3....n
xii≥0, zij=0, i=1,2,3,........ m, j=1,2,3....n
y ≥0. i=1,2,3,........ m, j=1,2,3....n
The constraints and variables in model (3)
have the similar means as those in model and
(2).Model (3) is the most general model, model (1)
and (2) are respectively the special cases of model
(3).Since the models (1)(2)(3) are all canonical
mathematical programming models, so they can be
solved by software’s. It is easy to compile easily
operational visual program software. When using it,
one only needs to input the data and variables
information, click the button, then he can obtain the
optimal solution. In the following section, we will
use Lingo software to compile the algorithms’
programs for solving the mathematical models, and
do simulations on two examples from references [1]
and [11] respectively.
IV. Computational Results
We use two examples from papers [1] and
[11]. Using Lingo software to solve the
mathematical models, we obtain the optimal
solutions of these two examples and compare the
results with that in papers [1] and [11].
Example 1
[1] After a flood disaster happened in a large
scope of some areas. A type of epidemic appeared in
five denizen sites, the doctors are needed to be
transported from three hospitals A1,A2,A3 to these
five sites B1,B2, ··· ,B5 for curing the sick’s. The
number of doctors every site demand, the number of
doctors every hospital can supply, and the transfer
time from each hospital to every site are listed in
table 1. How to arrange the transportation scheme
such that all the doctors can get to the sites in the
shortest time?
Table 1 Number of doctor’s supply and demand, and
the transfer time from each hospital to every site.
B1 B2 B3 B4 B5 Supply
A1 3 7 5 4 5 11
A2 9 5 6 6 2 13
A3 5 10 8 7 5 8
Demand 3 8 5 10 6
This is the basic shortest time limited
transportation problem, which can be formulated
into model (1). Using Lingo software to solving
model (2) with the corresponding data, we can find
the optimal solution listed in table 2.Table 2 The
optimal solution of example 1, the number in each
pane corresponds to the number of doctors
transported from Ai (i = 1,2,3) to Bj ( j = 1,2, ··· , 5).
B1 B2 B3 B4 B5 Supply
A1 0 0 5 6 0 11
A2 0 8 0 4 1 13
A3 3 0 0 0 5 8
Demand 3 8 5 10 6
The shortest time to finish the transfer task
is 6. The optimal transportation scheme is sending 5
doctors from A1 to B3, 6 doctors from A1 to B4, 8
doctors from A2 to B2, 4 doctors from A2 to B4, 1
doctor from A2 to B5, 3 doctors from A3 to B1, 5
doctors from A3 to B5. This result is the same as
that in paper [1]. Example 2
After the earthquake happened in some
area. Two villages B1,B2 were damaged seriously.
Some succor materials need to be transported from 3
cities A1,A2,A3 to two villages B1,B2. The amount
of supply , demand and the basic time ti j from city
Ai to village Bj are listed in table 3. Suppose that
the added transportation time from Ai to Bj is a
quadratic function of transportation amount xi j, the
coefficient ai j is listed in table4.
Table 3 Supply , demand, and the basic transfer time
ti j.
B1 B2 Supply
A1 23 30 4
A2 26 29 3
A3 25 22 3
Demand 4 6
Dr.V.Vinoba, Mrs.M.Kavitha, Mr.A.Manickam / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.676-680
679 | P a g e
Table 4 Coefficient ai j.
B1 B2
A1 2 3
A2 2 2
A3 4 2
In paper [11], the authors found the
amount of transport materials and the reality
transportation time in every road from A1,A2,A3 to
B1,B2 using the dichotomy search method based on
network flow algorithm. The results are listed in
table 5 and 6.able 5 The amount of transport
materials obtained by the authors of paper [11].
B1 B2
A1 2.25 1.45
A2 1.1 1.9
A3 0.35 2.65
Table 6 The reality transport time in every
road obtained by authors of paper [11]
B1 B2
A1 36.005 36.3075
A2 28.42 36.22
A3 25.49 36.045
The results in table 6 show that the shortest
time to finish the transfer task according to the
scheme in table 5 is 36.3075, which is the time from
A1 to B2. Since all the reality time in the other road
is less than 36.3075, we can easily adjust the
transfer scheme by closed road method to reduce the
reality transfer time from A1 to B2, so the objective
function of this problem can be decreased.
This means the solution in paper [11] is not
the optimal solution of example 2. By using model
(2 ) and Lingo software, we can easily find the
optimal solution of example 2. The optimal solution
is listed in table 7 and table 8.Table 7 The optimal
transportation solution obtained by model (2) and
Lingo software
B1 B2
A1 2.562253 1.437747
A2 1.102456 1.897544
A3 0.335291 2.664709
Table 8 The reality transport time in every road
obtained by by model (2) and Lingo software.
B1 B2
A1 36.13 36.20
A2 24.30 36.20
A3 25.44 36.20
The results in table 8 show that the shortest
time for finishing the transportation scheme is
36.20135. Since the reality time in three roads to B2
are the same, so the result cannot be improved by
adjusting the transport amount in the roads to B2,
which means that the results in table 7 and table 8
are the optimal solutions of example 2.
Compare the results in table 6 and table 8,
we find that the result in table 6 is not the optimal
solution while the result in table 8 is the global
optimal solution. This means that it is a very good
strategy to solve the shortest time limited
transportation problem and its extension cases by
software.
V. Conclusion
The characters of the shortest time limited
transportation problem and its extension are
investigated in this paper. By skilfully introducing a
set of 0-1 variables, the shortest time limited
transportation problem and its extension are
formulated into mathematical programming models.
The relationships among three models are analyzed,
and the software for solving these programming
model based on Lingo are complied. The
simulations are done on examples of paper [1] and
[11], the results show that the solving method based
on software is both time saving and easily to find
the optimal solution. With the development of
computer technology, it is becoming an absolutely
necessarily part of management to solve the reality
problem based on computer software. Especially for
the large size of complicated problem. The idea of
this paper can be used to solve the similar problem.
References
[1] Li Zhenping, Transportation Problem to the
Shorte Time Limit and It’s Algorithm,
Operations Research and Management
Science, 8(4):31-36,1999.
[2] Li Zhenping, The transportation problem of
the shortest time limit and its algorithm,
Chinese Journal of Management Science,
9(1):50-56, 2001.
[3] Cheng Hua, Song Zhihuan, An algorithm
of transportation problems with time
constraints, Operations Research and
Management Science, 12(6):67-70,2003.
420 The 9th International Symposium on
Operations Research and Its Applications
[4] Xie Youcai, A network algorithm of the
transportation problem of the shortest time
limit and its additional information,
Operations Research and Management
Science, 12(6):62-22,2003.
[5] Peng Zhen, Ling Yu, A network algorithm
of the transportation problem of the
shortest time limit and its additional
information, Journal of Tianzhong,
22(2):36-37,2007.
[6] Yue Zhongliang, You Lei, Dynamic
Programming Algorithm of Bottleneck
Transportation Problem Based on Entropy,
Journal of Zhanjiang Ocean University,
26(6):46-49,2006.
Dr.V.Vinoba, Mrs.M.Kavitha, Mr.A.Manickam / International Journal of Engineering
Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.676-680
680 | P a g e
[7] Tang Jingyong, Dong Li, Guo Shuli,
Solution for a generalized transportation
problem with time constraint, Mathematics
in Economics, 26(1):103-106, 2009.
[8] Zhang Liang, Wang Jingmin, Han Jingti,
Solving the multi-objective transportation
problem in the supply of war equipment,
Logistics Science Technology, 28(118):14-
17,2005.
[9] Dong Peng,Luo Zhaohui, Yang Chao,
Mathematics model and algorithm of a
kind of ordnances urgen transportation
problem, Journal of WUT (Information and
Management Enginnering) 28(4):93-97,
2006.
[10] Dong Li, Lin Lin, Tang Jingyong, An
extension of the shortest time
transportation problem, College
Mathematics, 23(5):139-142, 2007.
[11] Dong Li, Zhou Qiang, Zhang Deyang,
Solution to a new transportation model of
relief and rescue materials, Journal of
Southwest University for
Nationalities.Natural Science Edition,
35(4):750-753, 2009.
[12] Zhou Liangze, The abscent assignment
problem of the least cost and the solution
subjecting to the shortest time limit,
Operations Research and Management
Science, 7(4):1-7, 1998.

More Related Content

What's hot

New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...
New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...
New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...
BRNSS Publication Hub
 
A Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation ProblemA Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation Problem
inventionjournals
 
Application of transportation problem under pentagonal neutrosophic environment
Application of transportation problem under pentagonal neutrosophic environmentApplication of transportation problem under pentagonal neutrosophic environment
Application of transportation problem under pentagonal neutrosophic environment
Journal of Fuzzy Extension and Applications
 
MULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEM
MULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEMMULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEM
MULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEM
National Institute of Technology Calicut
 
Bg4102418422
Bg4102418422Bg4102418422
Bg4102418422
IJERA Editor
 
A bi objective minimum cost-time network flow problem
A bi objective minimum cost-time network flow problemA bi objective minimum cost-time network flow problem
A bi objective minimum cost-time network flow problem
Amirhadi Zakeri
 
Optimal Allocation Policy for Fleet Management
Optimal Allocation Policy for Fleet ManagementOptimal Allocation Policy for Fleet Management
Optimal Allocation Policy for Fleet Management
YogeshIJTSRD
 
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...
IJECEIAES
 
Inventory Model with Price-Dependent Demand Rate and No Shortages: An Interva...
Inventory Model with Price-Dependent Demand Rate and No Shortages: An Interva...Inventory Model with Price-Dependent Demand Rate and No Shortages: An Interva...
Inventory Model with Price-Dependent Demand Rate and No Shortages: An Interva...
orajjournal
 
IRJET- Two-Class Priority Queueing System with Restricted Number of Priority ...
IRJET- Two-Class Priority Queueing System with Restricted Number of Priority ...IRJET- Two-Class Priority Queueing System with Restricted Number of Priority ...
IRJET- Two-Class Priority Queueing System with Restricted Number of Priority ...
IRJET Journal
 
A NEW IMPROVED QUANTUM EVOLUTIONARY ALGORITHM WITH MULTIPLICATIVE UPDATE FUNC...
A NEW IMPROVED QUANTUM EVOLUTIONARY ALGORITHM WITH MULTIPLICATIVE UPDATE FUNC...A NEW IMPROVED QUANTUM EVOLUTIONARY ALGORITHM WITH MULTIPLICATIVE UPDATE FUNC...
A NEW IMPROVED QUANTUM EVOLUTIONARY ALGORITHM WITH MULTIPLICATIVE UPDATE FUNC...
ijcsa
 
A Simple Method for Solving Type-2 and Type-4 Fuzzy Transportation Problems
A Simple Method for Solving Type-2 and Type-4 Fuzzy Transportation Problems A Simple Method for Solving Type-2 and Type-4 Fuzzy Transportation Problems
A Simple Method for Solving Type-2 and Type-4 Fuzzy Transportation Problems
Navodaya Institute of Technology
 
Non-life claims reserves using Dirichlet random environment
Non-life claims reserves using Dirichlet random environmentNon-life claims reserves using Dirichlet random environment
Non-life claims reserves using Dirichlet random environment
IJERA Editor
 
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...
IOSRjournaljce
 
Genetic Algorithm For The Travelling Salesman Problem using Enhanced Sequenti...
Genetic Algorithm For The Travelling Salesman Problem using Enhanced Sequenti...Genetic Algorithm For The Travelling Salesman Problem using Enhanced Sequenti...
Genetic Algorithm For The Travelling Salesman Problem using Enhanced Sequenti...
CSCJournals
 
Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014
ijcsbi
 
A02610106
A02610106A02610106

What's hot (17)

New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...
New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...
New Method for Finding an Optimal Solution of Generalized Fuzzy Transportatio...
 
A Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation ProblemA Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation Problem
 
Application of transportation problem under pentagonal neutrosophic environment
Application of transportation problem under pentagonal neutrosophic environmentApplication of transportation problem under pentagonal neutrosophic environment
Application of transportation problem under pentagonal neutrosophic environment
 
MULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEM
MULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEMMULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEM
MULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEM
 
Bg4102418422
Bg4102418422Bg4102418422
Bg4102418422
 
A bi objective minimum cost-time network flow problem
A bi objective minimum cost-time network flow problemA bi objective minimum cost-time network flow problem
A bi objective minimum cost-time network flow problem
 
Optimal Allocation Policy for Fleet Management
Optimal Allocation Policy for Fleet ManagementOptimal Allocation Policy for Fleet Management
Optimal Allocation Policy for Fleet Management
 
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...
HOPX Crossover Operator for the Fixed Charge Logistic Model with Priority Bas...
 
Inventory Model with Price-Dependent Demand Rate and No Shortages: An Interva...
Inventory Model with Price-Dependent Demand Rate and No Shortages: An Interva...Inventory Model with Price-Dependent Demand Rate and No Shortages: An Interva...
Inventory Model with Price-Dependent Demand Rate and No Shortages: An Interva...
 
IRJET- Two-Class Priority Queueing System with Restricted Number of Priority ...
IRJET- Two-Class Priority Queueing System with Restricted Number of Priority ...IRJET- Two-Class Priority Queueing System with Restricted Number of Priority ...
IRJET- Two-Class Priority Queueing System with Restricted Number of Priority ...
 
A NEW IMPROVED QUANTUM EVOLUTIONARY ALGORITHM WITH MULTIPLICATIVE UPDATE FUNC...
A NEW IMPROVED QUANTUM EVOLUTIONARY ALGORITHM WITH MULTIPLICATIVE UPDATE FUNC...A NEW IMPROVED QUANTUM EVOLUTIONARY ALGORITHM WITH MULTIPLICATIVE UPDATE FUNC...
A NEW IMPROVED QUANTUM EVOLUTIONARY ALGORITHM WITH MULTIPLICATIVE UPDATE FUNC...
 
A Simple Method for Solving Type-2 and Type-4 Fuzzy Transportation Problems
A Simple Method for Solving Type-2 and Type-4 Fuzzy Transportation Problems A Simple Method for Solving Type-2 and Type-4 Fuzzy Transportation Problems
A Simple Method for Solving Type-2 and Type-4 Fuzzy Transportation Problems
 
Non-life claims reserves using Dirichlet random environment
Non-life claims reserves using Dirichlet random environmentNon-life claims reserves using Dirichlet random environment
Non-life claims reserves using Dirichlet random environment
 
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...
Linear Regression Model Fitting and Implication to Self Similar Behavior Traf...
 
Genetic Algorithm For The Travelling Salesman Problem using Enhanced Sequenti...
Genetic Algorithm For The Travelling Salesman Problem using Enhanced Sequenti...Genetic Algorithm For The Travelling Salesman Problem using Enhanced Sequenti...
Genetic Algorithm For The Travelling Salesman Problem using Enhanced Sequenti...
 
Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014Vol 14 No 2 - September 2014
Vol 14 No 2 - September 2014
 
A02610106
A02610106A02610106
A02610106
 

Viewers also liked

Ed33777782
Ed33777782Ed33777782
Ed33777782
IJERA Editor
 
Iw3315041514
Iw3315041514Iw3315041514
Iw3315041514
IJERA Editor
 
Banner digital
Banner digitalBanner digital
Banner digitaldyreges
 
Catàleg AKI Abril 2014
Catàleg AKI Abril 2014Catàleg AKI Abril 2014
Catàleg AKI Abril 2014Parc d'Aro
 
Modos de escenas
Modos de escenasModos de escenas
Modos de escenas
alejandracv
 
Laguna Porec: Hotels & apartments_IT_FR
Laguna Porec: Hotels & apartments_IT_FRLaguna Porec: Hotels & apartments_IT_FR
Laguna Porec: Hotels & apartments_IT_FR
Laguna Poreč
 
02 motivacao luiz mott
02 motivacao luiz mott02 motivacao luiz mott
02 motivacao luiz mottasical2009
 
Isso é do seu tempo?
Isso é do seu tempo?Isso é do seu tempo?
Isso é do seu tempo?
kids80
 
Contaminacion ambiental 4º, 5º y 6º prim.
Contaminacion ambiental 4º, 5º y 6º prim.Contaminacion ambiental 4º, 5º y 6º prim.
Contaminacion ambiental 4º, 5º y 6º prim.
Valentin intuscca rivera
 
MELAG - Christophe LESCOUAT
MELAG - Christophe LESCOUATMELAG - Christophe LESCOUAT
MELAG - Christophe LESCOUATtiarvro
 
Projecte d'aprofundiment dels coneixements definitivo
Projecte d'aprofundiment dels coneixements definitivoProjecte d'aprofundiment dels coneixements definitivo
Projecte d'aprofundiment dels coneixements definitivoEdu Sánchez
 

Viewers also liked (20)

Ed33777782
Ed33777782Ed33777782
Ed33777782
 
Iw3315041514
Iw3315041514Iw3315041514
Iw3315041514
 
Banner digital
Banner digitalBanner digital
Banner digital
 
Catàleg AKI Abril 2014
Catàleg AKI Abril 2014Catàleg AKI Abril 2014
Catàleg AKI Abril 2014
 
Vitoria decor
Vitoria decorVitoria decor
Vitoria decor
 
Modos de escenas
Modos de escenasModos de escenas
Modos de escenas
 
Laguna Porec: Hotels & apartments_IT_FR
Laguna Porec: Hotels & apartments_IT_FRLaguna Porec: Hotels & apartments_IT_FR
Laguna Porec: Hotels & apartments_IT_FR
 
Audiencia segunda semana abril a3
Audiencia segunda semana abril a3Audiencia segunda semana abril a3
Audiencia segunda semana abril a3
 
Steve jobs
Steve jobsSteve jobs
Steve jobs
 
FOTOS
FOTOS FOTOS
FOTOS
 
02 motivacao luiz mott
02 motivacao luiz mott02 motivacao luiz mott
02 motivacao luiz mott
 
Isso é do seu tempo?
Isso é do seu tempo?Isso é do seu tempo?
Isso é do seu tempo?
 
Contaminacion ambiental 4º, 5º y 6º prim.
Contaminacion ambiental 4º, 5º y 6º prim.Contaminacion ambiental 4º, 5º y 6º prim.
Contaminacion ambiental 4º, 5º y 6º prim.
 
020
020020
020
 
MELAG - Christophe LESCOUAT
MELAG - Christophe LESCOUATMELAG - Christophe LESCOUAT
MELAG - Christophe LESCOUAT
 
TRABAJO EN CLASE
TRABAJO EN CLASETRABAJO EN CLASE
TRABAJO EN CLASE
 
038
038038
038
 
นำเสนอผอ.ใหม่
นำเสนอผอ.ใหม่นำเสนอผอ.ใหม่
นำเสนอผอ.ใหม่
 
Projecte d'aprofundiment dels coneixements definitivo
Projecte d'aprofundiment dels coneixements definitivoProjecte d'aprofundiment dels coneixements definitivo
Projecte d'aprofundiment dels coneixements definitivo
 
Historia fotografica
Historia fotograficaHistoria fotografica
Historia fotografica
 

Similar to Dj34676680

Solving Age-old Transportation Problems by Nonlinear Programming methods
Solving Age-old Transportation Problems by Nonlinear Programming methodsSolving Age-old Transportation Problems by Nonlinear Programming methods
Solving Age-old Transportation Problems by Nonlinear Programming methods
IOSR Journals
 
A New Method To Solve Interval Transportation Problems
A New Method To Solve Interval Transportation ProblemsA New Method To Solve Interval Transportation Problems
A New Method To Solve Interval Transportation Problems
Sara Alvarez
 
Multi – Objective Two Stage Fuzzy Transportation Problem with Hexagonal Fuzzy...
Multi – Objective Two Stage Fuzzy Transportation Problem with Hexagonal Fuzzy...Multi – Objective Two Stage Fuzzy Transportation Problem with Hexagonal Fuzzy...
Multi – Objective Two Stage Fuzzy Transportation Problem with Hexagonal Fuzzy...
IJERA Editor
 
Bender’s Decomposition Method for a Large Two-stage Linear Programming Model
Bender’s Decomposition Method for a Large Two-stage Linear Programming ModelBender’s Decomposition Method for a Large Two-stage Linear Programming Model
Bender’s Decomposition Method for a Large Two-stage Linear Programming Model
drboon
 
A_multi-objective_set_covering_problem_A_case_stud.pdf
A_multi-objective_set_covering_problem_A_case_stud.pdfA_multi-objective_set_covering_problem_A_case_stud.pdf
A_multi-objective_set_covering_problem_A_case_stud.pdf
appaji nayak
 
A Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation ProblemA Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation Problem
inventionjournals
 
Minimization of Assignment Problems
Minimization of Assignment ProblemsMinimization of Assignment Problems
Minimization of Assignment Problems
ijtsrd
 
A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...
A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...
A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...
Martha Brown
 
The Solution of Maximal Flow Problems Using the Method Of Fuzzy Linear Progra...
The Solution of Maximal Flow Problems Using the Method Of Fuzzy Linear Progra...The Solution of Maximal Flow Problems Using the Method Of Fuzzy Linear Progra...
The Solution of Maximal Flow Problems Using the Method Of Fuzzy Linear Progra...
theijes
 
An Optimal Solution To The Linear Programming Problem Using Lingo Solver A C...
An Optimal Solution To The Linear Programming Problem Using Lingo Solver  A C...An Optimal Solution To The Linear Programming Problem Using Lingo Solver  A C...
An Optimal Solution To The Linear Programming Problem Using Lingo Solver A C...
Jessica Thompson
 
Time-Cost Trade-Off Analysis in a Construction Project Problem: Case Study
Time-Cost Trade-Off Analysis in a Construction Project Problem: Case StudyTime-Cost Trade-Off Analysis in a Construction Project Problem: Case Study
Time-Cost Trade-Off Analysis in a Construction Project Problem: Case Study
ijceronline
 
Applying Transformation Characteristics to Solve the Multi Objective Linear F...
Applying Transformation Characteristics to Solve the Multi Objective Linear F...Applying Transformation Characteristics to Solve the Multi Objective Linear F...
Applying Transformation Characteristics to Solve the Multi Objective Linear F...
AIRCC Publishing Corporation
 
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
Alexander Decker
 
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
Alexander Decker
 
Duality Theory in Multi Objective Linear Programming Problems
Duality Theory in Multi Objective Linear Programming ProblemsDuality Theory in Multi Objective Linear Programming Problems
Duality Theory in Multi Objective Linear Programming Problems
theijes
 
A0311010106
A0311010106A0311010106
A0311010106theijes
 
A Decomposition Technique For Solving Integer Programming Problems
A Decomposition Technique For Solving Integer Programming ProblemsA Decomposition Technique For Solving Integer Programming Problems
A Decomposition Technique For Solving Integer Programming Problems
Carrie Romero
 
ITS for Crowds
ITS for CrowdsITS for Crowds
ITS for Crowds
Serge Hoogendoorn
 

Similar to Dj34676680 (20)

Solving Age-old Transportation Problems by Nonlinear Programming methods
Solving Age-old Transportation Problems by Nonlinear Programming methodsSolving Age-old Transportation Problems by Nonlinear Programming methods
Solving Age-old Transportation Problems by Nonlinear Programming methods
 
A New Method To Solve Interval Transportation Problems
A New Method To Solve Interval Transportation ProblemsA New Method To Solve Interval Transportation Problems
A New Method To Solve Interval Transportation Problems
 
Multi – Objective Two Stage Fuzzy Transportation Problem with Hexagonal Fuzzy...
Multi – Objective Two Stage Fuzzy Transportation Problem with Hexagonal Fuzzy...Multi – Objective Two Stage Fuzzy Transportation Problem with Hexagonal Fuzzy...
Multi – Objective Two Stage Fuzzy Transportation Problem with Hexagonal Fuzzy...
 
Bender’s Decomposition Method for a Large Two-stage Linear Programming Model
Bender’s Decomposition Method for a Large Two-stage Linear Programming ModelBender’s Decomposition Method for a Large Two-stage Linear Programming Model
Bender’s Decomposition Method for a Large Two-stage Linear Programming Model
 
A_multi-objective_set_covering_problem_A_case_stud.pdf
A_multi-objective_set_covering_problem_A_case_stud.pdfA_multi-objective_set_covering_problem_A_case_stud.pdf
A_multi-objective_set_covering_problem_A_case_stud.pdf
 
A Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation ProblemA Minimum Spanning Tree Approach of Solving a Transportation Problem
A Minimum Spanning Tree Approach of Solving a Transportation Problem
 
Minimization of Assignment Problems
Minimization of Assignment ProblemsMinimization of Assignment Problems
Minimization of Assignment Problems
 
A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...
A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...
A General Purpose Exact Solution Method For Mixed Integer Concave Minimizatio...
 
The Solution of Maximal Flow Problems Using the Method Of Fuzzy Linear Progra...
The Solution of Maximal Flow Problems Using the Method Of Fuzzy Linear Progra...The Solution of Maximal Flow Problems Using the Method Of Fuzzy Linear Progra...
The Solution of Maximal Flow Problems Using the Method Of Fuzzy Linear Progra...
 
thesis
thesisthesis
thesis
 
An Optimal Solution To The Linear Programming Problem Using Lingo Solver A C...
An Optimal Solution To The Linear Programming Problem Using Lingo Solver  A C...An Optimal Solution To The Linear Programming Problem Using Lingo Solver  A C...
An Optimal Solution To The Linear Programming Problem Using Lingo Solver A C...
 
Time-Cost Trade-Off Analysis in a Construction Project Problem: Case Study
Time-Cost Trade-Off Analysis in a Construction Project Problem: Case StudyTime-Cost Trade-Off Analysis in a Construction Project Problem: Case Study
Time-Cost Trade-Off Analysis in a Construction Project Problem: Case Study
 
Applying Transformation Characteristics to Solve the Multi Objective Linear F...
Applying Transformation Characteristics to Solve the Multi Objective Linear F...Applying Transformation Characteristics to Solve the Multi Objective Linear F...
Applying Transformation Characteristics to Solve the Multi Objective Linear F...
 
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
11.bicriteria in n x 0003www.iiste.org call for paper flow shop scheduling un...
 
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
Bicriteria in n x 3 flow shop scheduling under specified rental policy (2)
 
CLAIO_2008_submission_197
CLAIO_2008_submission_197CLAIO_2008_submission_197
CLAIO_2008_submission_197
 
Duality Theory in Multi Objective Linear Programming Problems
Duality Theory in Multi Objective Linear Programming ProblemsDuality Theory in Multi Objective Linear Programming Problems
Duality Theory in Multi Objective Linear Programming Problems
 
A0311010106
A0311010106A0311010106
A0311010106
 
A Decomposition Technique For Solving Integer Programming Problems
A Decomposition Technique For Solving Integer Programming ProblemsA Decomposition Technique For Solving Integer Programming Problems
A Decomposition Technique For Solving Integer Programming Problems
 
ITS for Crowds
ITS for CrowdsITS for Crowds
ITS for Crowds
 

Recently uploaded

The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 

Recently uploaded (20)

The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 

Dj34676680

  • 1. Dr.V.Vinoba, Mrs.M.Kavitha, Mr.A.Manickam / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.676-680 676 | P a g e Shortest Time Limited Transportation Problem Based On Software Dr.V.Vinoba1 , Mrs.M.Kavitha2 , Mr.A.Manickam3 1 Assistant .Prof of Mathematics, K.N.G.C. (W), Thanjavur-613007. 2 Assistant. Prof Mathematics, Kumaran Institute of Technology, 601 203. 3 Assistant. Prof Mathematics, Anjalai Ammal Mahalingam Engineering College,Kovilvenni-614 403. Abstract The shortest time limited transportation problem and its extension case are studied in this paper. By introducing the 0-1 variables, the shortest time limited transportation problem can be formulated into a linear programming model while its extension case can be formulated into an on linear programming model. The programs for solving both models based on Lingo software are compiled. The models and algorithms are tested by two examples. The results show that the solving method base on software is both effect and exact, so it is an efficient method for solving large size of real problems. Keywords: Model and algorithm, linear programming; the shortest time limited; transportation problem; Lingo software I. Introduction There is a special transportation problem in reality. This problem is often related to the urgent materials transportation, such as rescue equipment, equipment used for dealing with emergency, people or medical treatment things, and the fresh food with short storage period. In the process of finding the transport scheme, the most important thing to be considered is the shortest time other than the minimum total cost. For example, when the nature disaster happens, in order to rescue the people besieged in the floodwater as soon as possible, we need to transport some doctors and nurses from several hospitals to different disaster sites. In this process, the benefit resulting from saving time is much more important than the benefit resulting from saving part of transportation cost. There are several earthquakes in the world in these two or three years. The earthquake damages our life seriously. When earthquake happens, the time is all, so saving time is the most important issue when we transport people or equipment to the earthquake sites. The shortest time limited transportation problem is proposed in such background [1]. In the past few years, several scientists have studied this problem. On the one hand, various types of algorithms for solving this problem were proposed, such as the solving method based on the graph [1], the solving method based on the table [2][3], the network solving method base on Ford-Fulkerson max-flow algorithm [4][5], the dynamic programming algorithm [6] and so on. On the other hand, various extension of the shortest time limited transportation problem and their algorithms are investigated, such as the shortest time limited minimum cost transportation problem [7],Multi- objective shortest time limited transportation problem based on both the security and the time factors [8], the shortest time limited transportation problem with the transportation capacity constraint [9], the general shortest time transportation problem with the transportation time being a function of the transportation quantity in the corresponding road [10] [11], and so on. Although the mathematical models of the shortest time limited transportation problem and its extension are proposed in literatures [1], [10], [11], the objective functions of these models are not obvious functions of the decision variables, hence the objective functions are not simple maximum or minimum functions, they are minimax functions. These models are not the canonical linear or nonlinear programming models. On the other hand, all the solving algorithms for the shortest time limited transportation problems or its extension problems have not been executed by compiling software. With the size of the problems becoming larger and larger, it will be very difficult to finish the compute process by hand. So it is the best way to find the optimal solution of the large size problem in the aid of software. In this paper, after investigating the characters of the shortest time limited transportation problems, the mathematical programming models are constructed by introducing a set of 0-1 variables. Furthermore, the software for solving these models are compiled. Simulations have been done on the examples from literatures. II. The Linear Programming Model of the Shortest Time Limited Transportation Problem The shortest time limited transportation problem can be described as: Given m provide Areas A1,A2, ··· ,Am of some material, the output of Ai is ai (i = 1,2, ··· ,m); n demand Areas B1,B2,
  • 2. Dr.V.Vinoba, Mrs.M.Kavitha, Mr.A.Manickam / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.676-680 677 | P a g e ··· ,Bn, the demand of Bj is bj ( j = 1,2, ··· ,n). The transportation time from Ai to Bj is ti j. The problem is: How to organize the transport scheme, such that the longest time used for transporting materials from Ai (i=1,2, ··· ,m) to Bj ( j =1,2, ··· ,n) is minimum. This problem was described by Li [1] as: Finding a set of xi j i = 1,2, ··· ,m; j = 1,2, ··· ,n, such that the max(ti j|xi j > 0) is minimum in the following constraint conditions Such that     n j x 1 ij=ai i=1,2,3,........ m,  m i 1 xij=bj, j=1,2,3....n ,xii≥0, i=1,2,3,........ m, j=1,2,3....n Where xi j is the amount of materials transported from Ai to Bj.Since the objective function is not a linear function of the decision variables, so the model is not a linear programming model . Noticing that the objective function is a minimax function, by introducing a set of 0-1 variables, the model can be reformulated into a linear programming model. Define the 0-1 variables as follows zi j =  1 xi j > 0 0 xi j = 0 Then the shortest time limited transportation problem can be formulated into a linear programming model. Min z = y     n j x 1 ij=ai i=1,2,3,........ m,  m i 1 xij=bj, j=1,2,3....n ,xii≥0, i=1,2,3,........ m, j=1,2,3....n  ty  ijzij,i=1,2,.....m,j=1,2,....n; xij≤Mzij, ,i=1,2,.....m,j=1,2,....n; xij≥0,zij=0, ,i=1,2,.....m,j=1,2,....n; y≥0 Where the objective function (1.1) minimizes the upper bound of time used in all transportation road from Ai, (i = 1,2, ··· ,m) to Bj, ( j = 1,2, ··· ,n), which means that the time for finishing the transportation task is minimum. Constraints (1.2) means that the amount of supply must be transported to the demand sites. Constraints (1.3) means that the amount of demand of an area equals to the sum of its accepted materials. Constraint (1.4) express that y is the upper bound of every road’s transportation time. Constraint (1.5) indicates that when xi j > 0, zi j must be equal to 1. Constraints (1.6) and (1.7) are the descriptions of the variable’s value. Obviously, model (1) is a linear programming model, which can be solved by software. III. The Mathematical Programming Model of the Extension Shortest Time Limited Transportation Problem In the basic model of the shortest time limited transportation problem, the transportation time ti j from Ai to Bj is a constant, which does not change with xi j changes. In reality, xi j often affects the transportation time. For example, the more amount of material a truck load, the longer time it needs to load and unload the material, the more slowly the truck’s speed is, and the longer time it needs to finish the transportation task. So ti j is usually the function of xi j. The authors of reference [10] have studied the relationship between the amount of load and the real transportation time. They let the real transportation time be the sum of two parts. One part is ti j which is a constant related to the distance between Ai and Bj. The other part is the added time which includes the load and unloads time, and can be expressed by a function of xi j. The authors of paper [10] discussed the case when the function is a linear function ai jxi j (where ai j is determined by the type of truck, the type of road between Ai and Bj ). In this case, the real total transportation time between Ai and Bj is ti j +ai jxi j. This is the extension of the basic model. When ai j = 0, this model turn to be the basic model. Based on the same idea, the authors of paper [10] investigated the case when the added time is a nonlinear function of xi j. Suppose that the added time is a quadratic function of xi j, for example, the added time equals to ai j x2i j, then the real total transportation time is ti j +ai jx2i j. For both extension cases of the shortest time limited transportation problem, an iterative solving method based on max-flow algorithm is proposed respectively in [10] and [11]. Both methods are complex in computing and can not guarantee to find the global optimal solution in short time. Furthermore, the authors did not introduce the execute process by compile these algorithms’ software. Noticing the characters of the extension shortest time limited transportation, by introducing a set of 0-1 variables, the extension problem can be formulated into a nonlinear programming model. When the reality transportation time is a quadratic function of xi j [11], the corresponding extension problem can be formulated into the following nonlinear programming model (2). The other extension case in paper [10] can be formulated into a linear programming model similar to model (2). Mini z=y. s.t     n j x 1 ij=ai i=1,2,3,........ m,
  • 3. Dr.V.Vinoba, Mrs.M.Kavitha, Mr.A.Manickam / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.676-680 678 | P a g e  m i 1 xij=bj, j=1,2,3....n, y≥tijzij+αijxij,i=1,2,.....m,j=1,2,....n; xij≤Mzij, i=1,2,3,........ m, j=1,2,3....n xii≥0, zij=0, i=1,2,3,........ m, j=1,2,3....n y ≥0. i=1,2,3,........ m, j=1,2,3....n The constraints and variables in model (2) have the similar means as those in model (1).The results of paper [10] and [11] give us a new idea for investigating the extension shortest time limited transportation problem. In reality, the relationship between the added transportation time and the transportation amount may be more complicated. The function relationship may not be the simple linear or quadratic function, furthermore it may not have an obvious expression formulate. So it is necessary to investigate the more general extension shortest time limited transportation problem. Suppose that the added transportation time from Ai to Bj is ai j f (xi j), the total transportation time is ti j +ai j f (xi j). Then the general extension shortest time limited transportation problem can be formulated into the following mathematical model. Mini z=y. s.t     n j x 1 ij=ai i=1,2,3,........ m,  m i 1 xij=bj, j=1,2,3....n, y≥tijzij+αijf(xi),i=1,2,.....m,j=1,2,....n; xij≤Mzij, i=1,2,3,........ m, j=1,2,3....n xii≥0, zij=0, i=1,2,3,........ m, j=1,2,3....n y ≥0. i=1,2,3,........ m, j=1,2,3....n The constraints and variables in model (3) have the similar means as those in model and (2).Model (3) is the most general model, model (1) and (2) are respectively the special cases of model (3).Since the models (1)(2)(3) are all canonical mathematical programming models, so they can be solved by software’s. It is easy to compile easily operational visual program software. When using it, one only needs to input the data and variables information, click the button, then he can obtain the optimal solution. In the following section, we will use Lingo software to compile the algorithms’ programs for solving the mathematical models, and do simulations on two examples from references [1] and [11] respectively. IV. Computational Results We use two examples from papers [1] and [11]. Using Lingo software to solve the mathematical models, we obtain the optimal solutions of these two examples and compare the results with that in papers [1] and [11]. Example 1 [1] After a flood disaster happened in a large scope of some areas. A type of epidemic appeared in five denizen sites, the doctors are needed to be transported from three hospitals A1,A2,A3 to these five sites B1,B2, ··· ,B5 for curing the sick’s. The number of doctors every site demand, the number of doctors every hospital can supply, and the transfer time from each hospital to every site are listed in table 1. How to arrange the transportation scheme such that all the doctors can get to the sites in the shortest time? Table 1 Number of doctor’s supply and demand, and the transfer time from each hospital to every site. B1 B2 B3 B4 B5 Supply A1 3 7 5 4 5 11 A2 9 5 6 6 2 13 A3 5 10 8 7 5 8 Demand 3 8 5 10 6 This is the basic shortest time limited transportation problem, which can be formulated into model (1). Using Lingo software to solving model (2) with the corresponding data, we can find the optimal solution listed in table 2.Table 2 The optimal solution of example 1, the number in each pane corresponds to the number of doctors transported from Ai (i = 1,2,3) to Bj ( j = 1,2, ··· , 5). B1 B2 B3 B4 B5 Supply A1 0 0 5 6 0 11 A2 0 8 0 4 1 13 A3 3 0 0 0 5 8 Demand 3 8 5 10 6 The shortest time to finish the transfer task is 6. The optimal transportation scheme is sending 5 doctors from A1 to B3, 6 doctors from A1 to B4, 8 doctors from A2 to B2, 4 doctors from A2 to B4, 1 doctor from A2 to B5, 3 doctors from A3 to B1, 5 doctors from A3 to B5. This result is the same as that in paper [1]. Example 2 After the earthquake happened in some area. Two villages B1,B2 were damaged seriously. Some succor materials need to be transported from 3 cities A1,A2,A3 to two villages B1,B2. The amount of supply , demand and the basic time ti j from city Ai to village Bj are listed in table 3. Suppose that the added transportation time from Ai to Bj is a quadratic function of transportation amount xi j, the coefficient ai j is listed in table4. Table 3 Supply , demand, and the basic transfer time ti j. B1 B2 Supply A1 23 30 4 A2 26 29 3 A3 25 22 3 Demand 4 6
  • 4. Dr.V.Vinoba, Mrs.M.Kavitha, Mr.A.Manickam / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.676-680 679 | P a g e Table 4 Coefficient ai j. B1 B2 A1 2 3 A2 2 2 A3 4 2 In paper [11], the authors found the amount of transport materials and the reality transportation time in every road from A1,A2,A3 to B1,B2 using the dichotomy search method based on network flow algorithm. The results are listed in table 5 and 6.able 5 The amount of transport materials obtained by the authors of paper [11]. B1 B2 A1 2.25 1.45 A2 1.1 1.9 A3 0.35 2.65 Table 6 The reality transport time in every road obtained by authors of paper [11] B1 B2 A1 36.005 36.3075 A2 28.42 36.22 A3 25.49 36.045 The results in table 6 show that the shortest time to finish the transfer task according to the scheme in table 5 is 36.3075, which is the time from A1 to B2. Since all the reality time in the other road is less than 36.3075, we can easily adjust the transfer scheme by closed road method to reduce the reality transfer time from A1 to B2, so the objective function of this problem can be decreased. This means the solution in paper [11] is not the optimal solution of example 2. By using model (2 ) and Lingo software, we can easily find the optimal solution of example 2. The optimal solution is listed in table 7 and table 8.Table 7 The optimal transportation solution obtained by model (2) and Lingo software B1 B2 A1 2.562253 1.437747 A2 1.102456 1.897544 A3 0.335291 2.664709 Table 8 The reality transport time in every road obtained by by model (2) and Lingo software. B1 B2 A1 36.13 36.20 A2 24.30 36.20 A3 25.44 36.20 The results in table 8 show that the shortest time for finishing the transportation scheme is 36.20135. Since the reality time in three roads to B2 are the same, so the result cannot be improved by adjusting the transport amount in the roads to B2, which means that the results in table 7 and table 8 are the optimal solutions of example 2. Compare the results in table 6 and table 8, we find that the result in table 6 is not the optimal solution while the result in table 8 is the global optimal solution. This means that it is a very good strategy to solve the shortest time limited transportation problem and its extension cases by software. V. Conclusion The characters of the shortest time limited transportation problem and its extension are investigated in this paper. By skilfully introducing a set of 0-1 variables, the shortest time limited transportation problem and its extension are formulated into mathematical programming models. The relationships among three models are analyzed, and the software for solving these programming model based on Lingo are complied. The simulations are done on examples of paper [1] and [11], the results show that the solving method based on software is both time saving and easily to find the optimal solution. With the development of computer technology, it is becoming an absolutely necessarily part of management to solve the reality problem based on computer software. Especially for the large size of complicated problem. The idea of this paper can be used to solve the similar problem. References [1] Li Zhenping, Transportation Problem to the Shorte Time Limit and It’s Algorithm, Operations Research and Management Science, 8(4):31-36,1999. [2] Li Zhenping, The transportation problem of the shortest time limit and its algorithm, Chinese Journal of Management Science, 9(1):50-56, 2001. [3] Cheng Hua, Song Zhihuan, An algorithm of transportation problems with time constraints, Operations Research and Management Science, 12(6):67-70,2003. 420 The 9th International Symposium on Operations Research and Its Applications [4] Xie Youcai, A network algorithm of the transportation problem of the shortest time limit and its additional information, Operations Research and Management Science, 12(6):62-22,2003. [5] Peng Zhen, Ling Yu, A network algorithm of the transportation problem of the shortest time limit and its additional information, Journal of Tianzhong, 22(2):36-37,2007. [6] Yue Zhongliang, You Lei, Dynamic Programming Algorithm of Bottleneck Transportation Problem Based on Entropy, Journal of Zhanjiang Ocean University, 26(6):46-49,2006.
  • 5. Dr.V.Vinoba, Mrs.M.Kavitha, Mr.A.Manickam / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.676-680 680 | P a g e [7] Tang Jingyong, Dong Li, Guo Shuli, Solution for a generalized transportation problem with time constraint, Mathematics in Economics, 26(1):103-106, 2009. [8] Zhang Liang, Wang Jingmin, Han Jingti, Solving the multi-objective transportation problem in the supply of war equipment, Logistics Science Technology, 28(118):14- 17,2005. [9] Dong Peng,Luo Zhaohui, Yang Chao, Mathematics model and algorithm of a kind of ordnances urgen transportation problem, Journal of WUT (Information and Management Enginnering) 28(4):93-97, 2006. [10] Dong Li, Lin Lin, Tang Jingyong, An extension of the shortest time transportation problem, College Mathematics, 23(5):139-142, 2007. [11] Dong Li, Zhou Qiang, Zhang Deyang, Solution to a new transportation model of relief and rescue materials, Journal of Southwest University for Nationalities.Natural Science Edition, 35(4):750-753, 2009. [12] Zhou Liangze, The abscent assignment problem of the least cost and the solution subjecting to the shortest time limit, Operations Research and Management Science, 7(4):1-7, 1998.