SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Route Optimization
Algorithm
1/12/2016 2
Group Members:
 Mazhar Nazik
 Tayyeb Mehmood
 Awais Arshad
1/12/2016 3
Route Optimization Algorithm
Definition:
Route optimization algorithms are the mathematical
formulas that solve routing problems.
1/12/2016 4
Some Types of Routing
 Vehicle Routing Problem (VRP)
 Travelling Salesman Problem (TSP)
 Ant Colony Optimization (ACO)
1/12/2016 5
INTRODUCTION
Routing optimization Algorithms basically designs for
the best routes to reduce travel cost, energy
consumption and time. Due to non-deterministic
polynomial-time hard complexity, many route
optimizations involved in real-world applications
require too much computing effort. Shortening
computing time for Routing optimization is a great
challenge for state-of-the-art local optimization
algorithms.
1/12/2016 6
Logistic Model
The applications of vehicle routing problem (VRP) are
very common in real life. It can be described by the
scenario that follows. Let consider a depot having a
fleet of vehicles with limited capacities and a set of
customers, each with a certain demand for the
merchandise or goods to be dispatched. The problem
is to determine optimal routings for each vehicle to
visit every customer exactly once in order to fulfill the
demand. The most common goal for optimization is to
minimize the overall distance travelled by the vehicles.
1/12/2016 7
Logistic Model
The vehicle routing problem has been one of the
elementary problems in logistics ever since because of its
wide use. Vehicle Routing Problem (VRP) can be described
as follows. Suppose there are M vehicles each of which has
a capacity of Q and N customers who must be served from
a certain depot(terminal station). The goods each customer
asks for and the distance between them are known in
advance. The vehicles start from the depot(terminal
station), supply the customers and go back to the depot. It
is required that the route of the vehicles should be
arranged appropriately so that the least number of vehicles
is used and the shortest distance is covered.
1/12/2016 8
Conditions
The following conditions must be satisfied:
The total demand of any vehicle route must not exceed
the capacity of the vehicle.
Any given customer is served by one, and only one
vehicle.
Customer delivery should be done efficiently and
economically.
1/12/2016 9
Routing Single Depot with 3 Vehicles
and 8 Customers
1/12/2016 10
Proposed Methodologies
The methodologies used to determine the best vehicle
routing for truck dispatch system (TDS) are
Permutation Enumerator
Greedy Search Algorithm
1/12/2016 11
Permutation Enumerator
Initially the distance of the stations are considered as
known factors along with the capacity of the vehicles
used. Each vehicle is assigned to a set of stations based
upon the demand and capacity of the vehicles. First by
means of permutations and combinations possible set
of routes for each vehicles are formed. Among the
route combinations best routes are formed based upon
the distance i.e. based on shortest distances. This
method is suitable for least no of stations (n< 5).
1/12/2016 12
Greedy Search Algorithm
A “greedy algorithm” firstly, based on the list of nodes that
a truck is assigned to service, it starts the sequence by
choosing from the list a station that is nearest to the
terminal station. Then the next station in the sequence is
determined by choosing the station that is nearest to the
preceding station from the list of remaining stations. This
process is repeated, until all the stations have been
exhausted to form the complete sequence starting and
ending at the terminal station by knowing the distances to
be travelled by the vehicles using genetic algorithm an
optimized routing plan is formed for each set of vehicles.
This will help to reach the customers in both effective and
efficient manner.
1/12/2016 13
Flow Chart
1/12/2016 14
Shortest Route Calculations for
the Stations
For vehicle routing of truck dispatch system, finding a
shortest route.
8 stations including depot and no of vehicles used is
independent.
Condition chosen is 3 stations can be visited by a
vehicle at a time.
The no of stations and the no of visits by a vehicle can
be altered according to the conditions.
1/12/2016 15
Shortest Route Calculations for
the Stations
First by means of permutations the total no of
combinations for shortest path is found.
Permutation Formula:
nCr = n!/r! (n-r)!
The no of all combinations of ‘n’ things, taken ‘r’ at a time
By combination
The total no of stations = 7
No of vehicle = 3
Hence, by formula
nCr = 7C3= 35 combinations
The total no of stations and stations that a vehicle can visit
can be altered according to situation.
1/12/2016 16
1/12/2016 17
Advantages :
 Improved Methodology of Additional terminals
generation :
Stop of which service capacity in rush hours falls
between standard and can be taken as potential
terminal. In other words, a terrific signal stop system
can be potential terminal if its number of vehicles in
rush hours fall between 100 and 400.
 Competition caused by Parallel routes and rail
route
It considers the number of shared stops or
overlapping length between bus routes and rail routes.
However, in real situations, competition caused by the
parallel routes is inevitable.
1/12/2016 18
Disadvantages:
 More detailed flow analysis should be carried out at stop
level.
At the present, passenger flow analysis is mainly implemented at
the route level. If the passenger attraction can be dis-aggregated
to each top on the route so analysis will become un-accurate.
 All the Optimized vehicles routes should be evaluated and
compared.
Due to limitation of research time, evaluation after
optimization is only carried out in some important areas such as
commercial and residential zones at the individual route level.
So the distributed optimization for vehicles along with flow
analysis of passengers is not particularly considered.
1/12/2016 19
Rough Example Diagram
1/12/2016 20
Conclusions and Future Work
Vehicle routing is first initiated with number of
stations to be served and total no of vehicles employed
to serve the stations based upon permutations and
combinations. Based on permutation and
combinations routings were formed. In case of large
number of vehicles greedy search method is used to
find the distances between the stations and the vehicle
routes distances. Here vehicle routing has been done
based upon known demand and capacity of the
suppliers.
1/12/2016 21
1/12/2016 22

Weitere ähnliche Inhalte

Was ist angesagt?

Public transportation planning
Public transportation planningPublic transportation planning
Public transportation planningNEENA VS
 
Transportation model
Transportation modelTransportation model
Transportation modelLokesh Payasi
 
Sustainable transport planning
Sustainable transport planning Sustainable transport planning
Sustainable transport planning MOHIT PANCHAL
 
Decision making criteria in transport management 1
Decision making criteria in transport management 1Decision making criteria in transport management 1
Decision making criteria in transport management 1Keshar Khadka
 
Cloud based transportation management system
Cloud based transportation management systemCloud based transportation management system
Cloud based transportation management systemDiksha Sinha
 
Public transport improvement
Public transport improvement Public transport improvement
Public transport improvement ICLEI
 
Study of urban traffic flow
Study of urban traffic flowStudy of urban traffic flow
Study of urban traffic flowSukhdeep Jat
 
Group 1 Final ppt (Reverse Logistics)
Group 1 Final ppt (Reverse Logistics)Group 1 Final ppt (Reverse Logistics)
Group 1 Final ppt (Reverse Logistics)Susan Jacob
 
Uber Analytics Test
Uber Analytics TestUber Analytics Test
Uber Analytics TestCoursetake
 
Logistics optimization
Logistics optimizationLogistics optimization
Logistics optimizationOptiRisk India
 
SOURCING DECISIONS IN A SUPPLY CHAIN
SOURCING DECISIONS IN A SUPPLY CHAINSOURCING DECISIONS IN A SUPPLY CHAIN
SOURCING DECISIONS IN A SUPPLY CHAINadnan haidar
 
Travelling salesman problem ( Operation Research)
Travelling salesman problem ( Operation Research)Travelling salesman problem ( Operation Research)
Travelling salesman problem ( Operation Research)Muhammed Abdulla N C
 

Was ist angesagt? (20)

GREEN LOGISTICS
GREEN LOGISTICSGREEN LOGISTICS
GREEN LOGISTICS
 
Green Logistics
Green LogisticsGreen Logistics
Green Logistics
 
Public transportation planning
Public transportation planningPublic transportation planning
Public transportation planning
 
Transportation model
Transportation modelTransportation model
Transportation model
 
Congestion Pricing
Congestion PricingCongestion Pricing
Congestion Pricing
 
Logistics Routing
Logistics RoutingLogistics Routing
Logistics Routing
 
Sustainable transport planning
Sustainable transport planning Sustainable transport planning
Sustainable transport planning
 
Decision making criteria in transport management 1
Decision making criteria in transport management 1Decision making criteria in transport management 1
Decision making criteria in transport management 1
 
Cloud based transportation management system
Cloud based transportation management systemCloud based transportation management system
Cloud based transportation management system
 
Logis costing
Logis costingLogis costing
Logis costing
 
Public transport improvement
Public transport improvement Public transport improvement
Public transport improvement
 
Study of urban traffic flow
Study of urban traffic flowStudy of urban traffic flow
Study of urban traffic flow
 
Group 1 Final ppt (Reverse Logistics)
Group 1 Final ppt (Reverse Logistics)Group 1 Final ppt (Reverse Logistics)
Group 1 Final ppt (Reverse Logistics)
 
Supply Chain Drivers & Metrices
Supply Chain Drivers & MetricesSupply Chain Drivers & Metrices
Supply Chain Drivers & Metrices
 
Transportation management
Transportation  managementTransportation  management
Transportation management
 
Uber Analytics Test
Uber Analytics TestUber Analytics Test
Uber Analytics Test
 
Logistics optimization
Logistics optimizationLogistics optimization
Logistics optimization
 
Future of Mobility
Future of MobilityFuture of Mobility
Future of Mobility
 
SOURCING DECISIONS IN A SUPPLY CHAIN
SOURCING DECISIONS IN A SUPPLY CHAINSOURCING DECISIONS IN A SUPPLY CHAIN
SOURCING DECISIONS IN A SUPPLY CHAIN
 
Travelling salesman problem ( Operation Research)
Travelling salesman problem ( Operation Research)Travelling salesman problem ( Operation Research)
Travelling salesman problem ( Operation Research)
 

Ähnlich wie Route Optimization Algorithm..

_370996_1_En_1_Chapter_Author
_370996_1_En_1_Chapter_Author_370996_1_En_1_Chapter_Author
_370996_1_En_1_Chapter_AuthorNahid Mahbub
 
LO5: Simulation of transit signal priority strategies for brt operations
LO5: Simulation of transit signal priority strategies for brt operationsLO5: Simulation of transit signal priority strategies for brt operations
LO5: Simulation of transit signal priority strategies for brt operationsBRTCoE
 
A Dynamic Vehicular Traffic Control Using Ant Colony And Traffic Light Optimi...
A Dynamic Vehicular Traffic Control Using Ant Colony And Traffic Light Optimi...A Dynamic Vehicular Traffic Control Using Ant Colony And Traffic Light Optimi...
A Dynamic Vehicular Traffic Control Using Ant Colony And Traffic Light Optimi...Kristen Carter
 
Transportation plan preparation
Transportation plan preparationTransportation plan preparation
Transportation plan preparationMital Damani
 
A Review on Intrusion Detection System Based Data Mining Techniques
A Review on Intrusion Detection System Based Data Mining TechniquesA Review on Intrusion Detection System Based Data Mining Techniques
A Review on Intrusion Detection System Based Data Mining TechniquesIRJET Journal
 
Analysis of Traffic Behavior at the Toll Plazas Around Bangalore
Analysis of Traffic Behavior at the Toll Plazas Around BangaloreAnalysis of Traffic Behavior at the Toll Plazas Around Bangalore
Analysis of Traffic Behavior at the Toll Plazas Around BangaloreIRJET Journal
 
Cognitive Urban Transport
Cognitive Urban TransportCognitive Urban Transport
Cognitive Urban TransportSasha Lazarevic
 
T drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligenceT drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligenceJPINFOTECH JAYAPRAKASH
 
A New Paradigm in User Equilibrium-Application in Managed Lane Pricing
A New Paradigm in User Equilibrium-Application in Managed Lane PricingA New Paradigm in User Equilibrium-Application in Managed Lane Pricing
A New Paradigm in User Equilibrium-Application in Managed Lane PricingCSCJournals
 
2016 UMTRI Symposium Poster
2016 UMTRI Symposium Poster2016 UMTRI Symposium Poster
2016 UMTRI Symposium PosterKartik Balkumar
 
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...Naoki Shibata
 
Operational analysis of two lane highway
Operational analysis of two lane highwayOperational analysis of two lane highway
Operational analysis of two lane highwayBharat Upadhyay
 
Dispatching taxi cabs with passenger pool
Dispatching taxi cabs with passenger poolDispatching taxi cabs with passenger pool
Dispatching taxi cabs with passenger poolBogusz Jelinski
 
Replacing Manhattan Subway Service with On-demand transportation
Replacing Manhattan Subway Service with On-demand transportationReplacing Manhattan Subway Service with On-demand transportation
Replacing Manhattan Subway Service with On-demand transportationChristian Moscardi
 
Christian Moscardi Presentation
Christian Moscardi PresentationChristian Moscardi Presentation
Christian Moscardi PresentationJoseph Chow
 
Optimization Approach for Capacitated Vehicle Routing Problem Using Genetic A...
Optimization Approach for Capacitated Vehicle Routing Problem Using Genetic A...Optimization Approach for Capacitated Vehicle Routing Problem Using Genetic A...
Optimization Approach for Capacitated Vehicle Routing Problem Using Genetic A...ijsrd.com
 
Ieeepro techno solutions 2013 ieee embedded project person-based traffic re...
Ieeepro techno solutions   2013 ieee embedded project person-based traffic re...Ieeepro techno solutions   2013 ieee embedded project person-based traffic re...
Ieeepro techno solutions 2013 ieee embedded project person-based traffic re...srinivasanece7
 
T drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligenceT drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligenceIEEEFINALYEARPROJECTS
 

Ähnlich wie Route Optimization Algorithm.. (20)

_370996_1_En_1_Chapter_Author
_370996_1_En_1_Chapter_Author_370996_1_En_1_Chapter_Author
_370996_1_En_1_Chapter_Author
 
LO5: Simulation of transit signal priority strategies for brt operations
LO5: Simulation of transit signal priority strategies for brt operationsLO5: Simulation of transit signal priority strategies for brt operations
LO5: Simulation of transit signal priority strategies for brt operations
 
A Dynamic Vehicular Traffic Control Using Ant Colony And Traffic Light Optimi...
A Dynamic Vehicular Traffic Control Using Ant Colony And Traffic Light Optimi...A Dynamic Vehicular Traffic Control Using Ant Colony And Traffic Light Optimi...
A Dynamic Vehicular Traffic Control Using Ant Colony And Traffic Light Optimi...
 
Transportation plan preparation
Transportation plan preparationTransportation plan preparation
Transportation plan preparation
 
A Review on Intrusion Detection System Based Data Mining Techniques
A Review on Intrusion Detection System Based Data Mining TechniquesA Review on Intrusion Detection System Based Data Mining Techniques
A Review on Intrusion Detection System Based Data Mining Techniques
 
Analysis of Traffic Behavior at the Toll Plazas Around Bangalore
Analysis of Traffic Behavior at the Toll Plazas Around BangaloreAnalysis of Traffic Behavior at the Toll Plazas Around Bangalore
Analysis of Traffic Behavior at the Toll Plazas Around Bangalore
 
Cognitive Urban Transport
Cognitive Urban TransportCognitive Urban Transport
Cognitive Urban Transport
 
T drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligenceT drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligence
 
A New Paradigm in User Equilibrium-Application in Managed Lane Pricing
A New Paradigm in User Equilibrium-Application in Managed Lane PricingA New Paradigm in User Equilibrium-Application in Managed Lane Pricing
A New Paradigm in User Equilibrium-Application in Managed Lane Pricing
 
2016 UMTRI Symposium Poster
2016 UMTRI Symposium Poster2016 UMTRI Symposium Poster
2016 UMTRI Symposium Poster
 
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
(Paper) Parking Navigation for Alleviating Congestion in Multilevel Parking F...
 
Dynamic ridesharing
Dynamic ridesharingDynamic ridesharing
Dynamic ridesharing
 
Operational analysis of two lane highway
Operational analysis of two lane highwayOperational analysis of two lane highway
Operational analysis of two lane highway
 
D04412429
D04412429D04412429
D04412429
 
Dispatching taxi cabs with passenger pool
Dispatching taxi cabs with passenger poolDispatching taxi cabs with passenger pool
Dispatching taxi cabs with passenger pool
 
Replacing Manhattan Subway Service with On-demand transportation
Replacing Manhattan Subway Service with On-demand transportationReplacing Manhattan Subway Service with On-demand transportation
Replacing Manhattan Subway Service with On-demand transportation
 
Christian Moscardi Presentation
Christian Moscardi PresentationChristian Moscardi Presentation
Christian Moscardi Presentation
 
Optimization Approach for Capacitated Vehicle Routing Problem Using Genetic A...
Optimization Approach for Capacitated Vehicle Routing Problem Using Genetic A...Optimization Approach for Capacitated Vehicle Routing Problem Using Genetic A...
Optimization Approach for Capacitated Vehicle Routing Problem Using Genetic A...
 
Ieeepro techno solutions 2013 ieee embedded project person-based traffic re...
Ieeepro techno solutions   2013 ieee embedded project person-based traffic re...Ieeepro techno solutions   2013 ieee embedded project person-based traffic re...
Ieeepro techno solutions 2013 ieee embedded project person-based traffic re...
 
T drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligenceT drive enhancing driving directions with taxi drivers’ intelligence
T drive enhancing driving directions with taxi drivers’ intelligence
 

Kürzlich hochgeladen

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Kürzlich hochgeladen (20)

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

Route Optimization Algorithm..

  • 1.
  • 3. Group Members:  Mazhar Nazik  Tayyeb Mehmood  Awais Arshad 1/12/2016 3
  • 4. Route Optimization Algorithm Definition: Route optimization algorithms are the mathematical formulas that solve routing problems. 1/12/2016 4
  • 5. Some Types of Routing  Vehicle Routing Problem (VRP)  Travelling Salesman Problem (TSP)  Ant Colony Optimization (ACO) 1/12/2016 5
  • 6. INTRODUCTION Routing optimization Algorithms basically designs for the best routes to reduce travel cost, energy consumption and time. Due to non-deterministic polynomial-time hard complexity, many route optimizations involved in real-world applications require too much computing effort. Shortening computing time for Routing optimization is a great challenge for state-of-the-art local optimization algorithms. 1/12/2016 6
  • 7. Logistic Model The applications of vehicle routing problem (VRP) are very common in real life. It can be described by the scenario that follows. Let consider a depot having a fleet of vehicles with limited capacities and a set of customers, each with a certain demand for the merchandise or goods to be dispatched. The problem is to determine optimal routings for each vehicle to visit every customer exactly once in order to fulfill the demand. The most common goal for optimization is to minimize the overall distance travelled by the vehicles. 1/12/2016 7
  • 8. Logistic Model The vehicle routing problem has been one of the elementary problems in logistics ever since because of its wide use. Vehicle Routing Problem (VRP) can be described as follows. Suppose there are M vehicles each of which has a capacity of Q and N customers who must be served from a certain depot(terminal station). The goods each customer asks for and the distance between them are known in advance. The vehicles start from the depot(terminal station), supply the customers and go back to the depot. It is required that the route of the vehicles should be arranged appropriately so that the least number of vehicles is used and the shortest distance is covered. 1/12/2016 8
  • 9. Conditions The following conditions must be satisfied: The total demand of any vehicle route must not exceed the capacity of the vehicle. Any given customer is served by one, and only one vehicle. Customer delivery should be done efficiently and economically. 1/12/2016 9
  • 10. Routing Single Depot with 3 Vehicles and 8 Customers 1/12/2016 10
  • 11. Proposed Methodologies The methodologies used to determine the best vehicle routing for truck dispatch system (TDS) are Permutation Enumerator Greedy Search Algorithm 1/12/2016 11
  • 12. Permutation Enumerator Initially the distance of the stations are considered as known factors along with the capacity of the vehicles used. Each vehicle is assigned to a set of stations based upon the demand and capacity of the vehicles. First by means of permutations and combinations possible set of routes for each vehicles are formed. Among the route combinations best routes are formed based upon the distance i.e. based on shortest distances. This method is suitable for least no of stations (n< 5). 1/12/2016 12
  • 13. Greedy Search Algorithm A “greedy algorithm” firstly, based on the list of nodes that a truck is assigned to service, it starts the sequence by choosing from the list a station that is nearest to the terminal station. Then the next station in the sequence is determined by choosing the station that is nearest to the preceding station from the list of remaining stations. This process is repeated, until all the stations have been exhausted to form the complete sequence starting and ending at the terminal station by knowing the distances to be travelled by the vehicles using genetic algorithm an optimized routing plan is formed for each set of vehicles. This will help to reach the customers in both effective and efficient manner. 1/12/2016 13
  • 15. Shortest Route Calculations for the Stations For vehicle routing of truck dispatch system, finding a shortest route. 8 stations including depot and no of vehicles used is independent. Condition chosen is 3 stations can be visited by a vehicle at a time. The no of stations and the no of visits by a vehicle can be altered according to the conditions. 1/12/2016 15
  • 16. Shortest Route Calculations for the Stations First by means of permutations the total no of combinations for shortest path is found. Permutation Formula: nCr = n!/r! (n-r)! The no of all combinations of ‘n’ things, taken ‘r’ at a time By combination The total no of stations = 7 No of vehicle = 3 Hence, by formula nCr = 7C3= 35 combinations The total no of stations and stations that a vehicle can visit can be altered according to situation. 1/12/2016 16
  • 18. Advantages :  Improved Methodology of Additional terminals generation : Stop of which service capacity in rush hours falls between standard and can be taken as potential terminal. In other words, a terrific signal stop system can be potential terminal if its number of vehicles in rush hours fall between 100 and 400.  Competition caused by Parallel routes and rail route It considers the number of shared stops or overlapping length between bus routes and rail routes. However, in real situations, competition caused by the parallel routes is inevitable. 1/12/2016 18
  • 19. Disadvantages:  More detailed flow analysis should be carried out at stop level. At the present, passenger flow analysis is mainly implemented at the route level. If the passenger attraction can be dis-aggregated to each top on the route so analysis will become un-accurate.  All the Optimized vehicles routes should be evaluated and compared. Due to limitation of research time, evaluation after optimization is only carried out in some important areas such as commercial and residential zones at the individual route level. So the distributed optimization for vehicles along with flow analysis of passengers is not particularly considered. 1/12/2016 19
  • 21. Conclusions and Future Work Vehicle routing is first initiated with number of stations to be served and total no of vehicles employed to serve the stations based upon permutations and combinations. Based on permutation and combinations routings were formed. In case of large number of vehicles greedy search method is used to find the distances between the stations and the vehicle routes distances. Here vehicle routing has been done based upon known demand and capacity of the suppliers. 1/12/2016 21