SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 03 | Mar-2016, Available @ http://www.ijret.org 240
AN EFFICIENT AND COST EFFECTIVE PUBLIC BUS
TRANSPORTATION TIMETABLING ROUTING AND DRIVER DUTY
SCHEDULING USING MATLAB
Tushar T. Rasal1
, Shreyas G.Bharati2
, Sangram D.Patil3
1
Assistant Professor, Department of E&TC, P.V.P.V.T, Sangli, Maharastra, India.
2
Assistant Professor, Department of E&TC, P.V.P.V.T, Sangli, Maharastra, India.
3
Assistant Professor, Department of E&TC, P.V.P.V.T, Sangli, Maharastra, India.
Abstract
This paper will provide guidelines for bus planning operators to develop an efficient and cost-effective Public bus Transportation
route and schedule in MATLAB software. The main objective of public transport planning is to optimize the operational cost on
the entire network. Then, its profit, level of service and competitiveness can be improved. Bus service scheduling and driver duty
scheduling have done in Matlab where scheduling of up to 5000 drivers can be done .This Project will provide guidelines to find
the Bus Network Flow Graph for hundreds of Buses. It also Provides the shortest path (Based on Distance, Cost) several through
the Entire Network of flow Graph.
Keywords: Bus Network Flow Graph, Shortest Path Problem, Network-Model, Vehicle Routing problem (VRP),
---------------------------------------------------------------------***---------------------------------------------------------------------
I. INTRODUCTION
The buses and trains play a very important role in public
road transportation system. There is a great need of having
user & transit friendly transportation system. In public
transportation system there is one depot node and others are
sub depot nodes(where pickup& drop up of passengers has
been take place).so in order to become Public bus
transportation more economical and environment friendly, it
is required to have the most optimal planning in bus
transportation.
In transportation problems, if the size of transportation route
has been reduced then it leads to considerable reduction in
relative cost. So it is budget saving for transportation
company. Since it is directly related with fuel consumption
The aims of this scheduling method are: (i) to make best use
of the drivers, assets and financial resources; (ii) to improve
the on road vehicle efficiency; (iii) to optimize route,
operational cost.
Thus there is need of Research & Development in
timetabling, routing and scheduling of vehicles in public
transportation. So that it will meet to the Passenger’s trip
demands. This problem has been remarked by many public
transportation experts all around the world. For the any Bus
Depot, the main objective of public transport planning is to
optimize the operational cost on the entire network. Then, its
profit, level of service and competitiveness can be improved
Planning of public transport is one of the issues which use
the bus routing method Stations having hundred, and upto
thousand, Buses on each day are common throughout
Maharashtra. So these Bus station have more number of
intermediate Routes, which are connected to the sequential
stopping points (stations),The Buses differ in their
categories, ,running speed, departure time and arrival time,
starting point and destinations.
The advantage of having transportation system with an
automation is that such transportation system gives an
efficient schedules, it will reduce the driver duty time for
duty scheduling ,it gives optimum solution for transportation
problem. .
Therefore there is need of research in the timetabling,
planning and scheduling of buses. The planning and
scheduling is highly complex problem
II.LITERATURE ON RELATED WORKS
Various methods are proposedforn the vehicle routing
problem. Jing-Quan Li[4] introduces many methods for
solving the vehicle routing problem. The Bus Depot
Platform allocation and routing can be done using different
schemes.
Park and Kim (2010) [7] presents proper schedule for a
allocation of buses where every bus picks up student from
various bus stops and then drop them to the school.
III. PROPOSED WORK
Through analysing different methodologies, this project will
provide guidelines for bus planning operators to develop an
efficient and cost-effective Public bus Transportation route
and schedule. . Since finding the optimization for this
IJRET: International Journal of Research in Engineering and Technology
__________________________________________________________
Volume: 05 Issue: 03 | Mar-2016, Available @
problem manually is very tedious task also it requires large
computation time. It is possible to solve shortest path
problem in Matlab.
Fig.
Fig.2 Implementation For Accessing The Database From Excel To Matlab [10]
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319
_______________________________________________________________________________________
, Available @ http://www.ijret.org
problem manually is very tedious task also it requires large
. It is possible to solve shortest path
A. Reading Xls Sheet into Matlab Software
Implementation for accessing the database from excel to
matlab can be perform by using two different approches
 Excel sheet data can be used as a
Using Matlab and Computer languages like C,c++ it is
possible to access the given database
Fig.1 Case Study Data Files Into Xls Format.
Implementation For Accessing The Database From Excel To Matlab [10]
eISSN: 2319-1163 | pISSN: 2321-7308
_____________________________
241
Reading Xls Sheet into Matlab Software.
Implementation for accessing the database from excel to
matlab can be perform by using two different approches
Excel sheet data can be used as a intermediate data
Using Matlab and Computer languages like C,c++ it is
possible to access the given database
Implementation For Accessing The Database From Excel To Matlab [10]
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 03 | Mar-2016, Available @ http://www.ijret.org 242
Output Command Window in the Matlab :
B. Bus Network Flow Graph :
It should include all the services available from Source
Node to Destination nodes. It can be Draw By Inspecting the
available time table. it contains the all available services.
Rectangular box indicates the Nodes and Directed line
indicates the distance from Source to Destination. We have
taken the example of Islampur bus depot in which there are
total 812 number of services available. it should be
required to implement the time table with using minimum
number of bus count.
Here Matlab based Bus Network Flow Graph shown in fig.3
contains all the services from depot node to the various
destination nodes.
Fig.3 Bus Network Flow Graph Which Contains All
Services.
C. Matlab GUI Window:
The figure.4 below shows the snapshot for a bus network
consisting of several nodes in MATLAB.The Matlab
GUI should contain the following Field:
 Input Bus Data
 Transportation Profit
 Optimum Travel Time
 Bus Network Flow Graph
 Find Shortest Path
 Display Shortest Distance
Fig. 4 MATLAB GUI Window For Finding Bus Network Flow Graph
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 03 | Mar-2016, Available @ http://www.ijret.org 243
D. Finding Shortest Path
Here we have to find the shortest path between two cities
and path should be through available bus services .Let’s find
between shortest path from depo t(source node) to pune
(destination node) from available bus network flow graph
we have two paths available .The shortest path from depot to
pune is given by Red line in the bus network flow graph.
There are other paths are available from source to
destination nodes but this algorithm finds the best path
throughout the all possible paths. Bioinformatics Toolbox™
in matlab provides various commands for solving shortest
path problem, vehicle routing problem.
Fig. 5 Example of Finding shortest Path From DEPOT Node
to PUNE Node in Bus Network Flow Graph.
Here in this example we are having Shortest Distance from
Islampur to Pune is 210.2 K.M.
Fig. 6 Example of showing shortest Distance from Depot to Pune in MATLAB GUI Window.
E .Driver Duty and Bus Service Scheduling:
Here we have implemented driver duty scheduling algorithm
in Matlab software where scheduling of up to 5000 drivers
can be done. We have to enter the Number of Drivers we
want to schedule and enter the start time and end time of
each driver as shown in fig.6
Fig. 6 Matlab GUI Window for Driver Duty Scheduling
The detailed schedule is displayed when all start time and
end time of each driver is entered successfully. It contains
the number of buses are allocated to different Drivers as
shown in fig.7
Fig. 7 Bus Depot Driver Duty Schedule showing allocation
of Different Drivers to Buses depending upon Hours.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 03 | Mar-2016, Available @ http://www.ijret.org 244
IV . CONCLUSION
This work has successfully created a graphical user interface
for Bus Depots. Since finding the optimization for this
problem manually is very tedious task also it requires large
computation time. It is possible to solve shortest path
problem easily in matlab with Bioinformatics Toolbox™ .
The Matlab algorithm has proven itself to be a powerful tool
for solving strong combinatorial optimization problems like
the VRP.
One can consider the problems of routing and scheduling for
buses with Multiple depots and problems with more
complexity for futher research. the implementation of this
approach will help in developing feasible environment for
public bus transportation.
V. RESULTS
The results were evaluated in terms of shortest route from
depot’s node to destination node based on different
parameters like distance, cost associated with every service,
time required. Also displayed the optimal route, optimal
distance, approximate time. The Graphical user interface for
bus depots has been developed. Driver duty scheduling and
bus service scheduling have been done in Matlab software
REFERENCES
[1]. Xiaoni Hao, Wenzhou Jin and Ming Wei “ Max-Min
Ant System for Bus Transit Multi-depot Vehicle
Scheduling Problem with Route Time Constraints”
IEEE transactions on Civil Engineering and
Transportation, July 2012
[2]. Avishai (Avi) Ceder“ Optimal Multi-Vehicle Type
Transit Timetabling and Vehicle Scheduling”
Procedia Social and Behavioural Sciences, 20 ,2011
[3]. Spada, M.; Bierlaire, M. and Liebling, T. M. (2005).
“Decision-aiding methodology for the school bus
routing and scheduling problem”. Transportation
Science, vol. 39, No. 4 (November), pp. 477-490.
[4]. Braca, J.; Bramel, J.; Posner, B. and Simchi-Levi, D.
(1997). “A computerized approach to the New York
City school bus routing problem”. IIE Transactions,
vol. 29, No. 8, pp. 693-702.
[5]. Dai ying,Xia Wen-hui “Study of Multi Depot Problem
Based on Milk-run Model” International Conference on
Optoelectronics and Image Processing,2010
[6]. Li, L. and Fu, Z. (2002). “The school bus routing
problem: A case study”. Journal of the Operational
Research Society, vol. 53, pp. 552-558.
[7]. Park, J. and Kim, B.-I. (2010). “The school bus routing
problem: A review”. European Journal of
Operational Research, vol. 202, No. 2 (April), pp. 311-
319.
[8]. Dr. Abebe Geletu “Solving Optimization Problems
using the Matlab Optimization Toolbox - a Tutorial”.
[9]. Karlaftis, M.G., Vlahogianni, E.I., ‘‘Statistical Methods
Versus Neural Networks in Transportation Research:
Differences, Similarities and Some Insights”
Department of Transportation Planning and
Engineering, School of Civil Engineering, National
Technical University of Athens, Greece. 2011
[10].Fangxing Lv1, 3, Yang Xu2, 3 ‘‘Study of the Solution
to SCILAB Accessing Database’’National High
Technology Research and Development Program (863
Project) May 20, 2008.

More Related Content

PDF
Dynamic resource allocation in road transport sector using mobile cloud compu...
PDF
Data mining
PPTX
Accessibility analysis of public transport networks in urban areas
PPT
Accessibility Analysis and Modeling in Public Transport Networks - A Raster b...
PDF
A new conceptual algorithm for adaptive route changing in urban environments
PDF
A new conceptual algorithm for adaptive route
PDF
my final paper
PDF
IRJET- Capacity Utilisation of Koothattukulam-North Palakkuzha Stretch in Ke...
Dynamic resource allocation in road transport sector using mobile cloud compu...
Data mining
Accessibility analysis of public transport networks in urban areas
Accessibility Analysis and Modeling in Public Transport Networks - A Raster b...
A new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route
my final paper
IRJET- Capacity Utilisation of Koothattukulam-North Palakkuzha Stretch in Ke...

What's hot (20)

PDF
International Journal of Computational Engineering Research(IJCER)
PDF
Estimation of IRI from PCI in Construction Work Zones
PPTX
Methods of route assignment
PDF
Analysis of Road Network using Remote Sensing and GIS Data Udham Singh Nagar ...
PDF
Simulation of UC's North Route Shuttle
PPTX
Traffic assignment
PDF
A MULTIPURPOSE MATRICES METHODOLOGY FOR TRANSMISSION USAGE, LOSS AND RELIABIL...
PDF
Conflict-free dynamic route multi-agv using dijkstra Floyd-warshall hybrid a...
PDF
Ieeepro techno solutions 2013 ieee embedded project - integrated lane and ...
PDF
IRJET- Design and Development of Traffic Flow Prediction System for Efficient...
PPTX
Urban transportation system - methods of route assignment
PDF
76201909
PDF
Inter vehicular communication using packet network theory
PDF
The realistic mobility evaluation of vehicular ad hoc network for indian auto...
PPTX
Modal split analysis
PDF
Chapter 6 Fundamentals of traffic flow
PDF
PAVEMENT DESIGN BY USING GEOTEXTILE
PDF
Vehicle Headway Distribution Models on Two-Lane Two-Way Undivided Roads
PDF
TRBAM2020 Public Transit posters - University of Twente.
PDF
IRJET- Prediction of Cab Demand using Machine Learning
International Journal of Computational Engineering Research(IJCER)
Estimation of IRI from PCI in Construction Work Zones
Methods of route assignment
Analysis of Road Network using Remote Sensing and GIS Data Udham Singh Nagar ...
Simulation of UC's North Route Shuttle
Traffic assignment
A MULTIPURPOSE MATRICES METHODOLOGY FOR TRANSMISSION USAGE, LOSS AND RELIABIL...
Conflict-free dynamic route multi-agv using dijkstra Floyd-warshall hybrid a...
Ieeepro techno solutions 2013 ieee embedded project - integrated lane and ...
IRJET- Design and Development of Traffic Flow Prediction System for Efficient...
Urban transportation system - methods of route assignment
76201909
Inter vehicular communication using packet network theory
The realistic mobility evaluation of vehicular ad hoc network for indian auto...
Modal split analysis
Chapter 6 Fundamentals of traffic flow
PAVEMENT DESIGN BY USING GEOTEXTILE
Vehicle Headway Distribution Models on Two-Lane Two-Way Undivided Roads
TRBAM2020 Public Transit posters - University of Twente.
IRJET- Prediction of Cab Demand using Machine Learning
Ad

Similar to An efficient and cost effective public bus transportation timetabling routing and driver duty scheduling using matlab (20)

PDF
Ad hoc based vehcular networking and computation
PDF
University Buses Routing and Tracking System
PDF
UNIVERSITY BUSES ROUTING AND TRACKING SYSTEM
PDF
University Buses Routing and Tracking System
PDF
Rides Request Demand Forecast- OLA Bike
PPTX
KMT Prawas App: Smart Bus Transit Scheduler
PDF
DYNAMIC RESOURCE ALLOCATION IN ROAD TRANSPORT SECTOR USING MOBILE CLOUD COMPU...
PDF
Balancing the line by using heuristic method based on cpm in salbp –a case study
PDF
Travel Management Application
PDF
IRJET- Bus Route Optimization in Jyothi Engineering College using ARC- GIS
PDF
Nagpur Metro Indicator
PDF
Routing and Tracking System for Buses
PDF
ROUTING AND TRACKING SYSTEM FOR BUSES
PDF
IRJET- Truck Booking Project with Invoice Generator for Transportation
PDF
IRJET- Smart Railway System using Trip Chaining Method
PDF
“STUDY AND DESIGN OF DIGITAL TRAFFIC MAP USING GOOGLE EARTH FOR SCHOOL BUSES ...
PDF
Implementation of Public Transport Sytem with Journey Planner
PDF
Performance measures for internet server by using m m m queueing model
PDF
Performance measures for internet server by using m mm queueing model
PDF
A STUDY ON PROVISION OF PARK AND RIDE FACILITY FOR SMART CITY BELAGAVI
Ad hoc based vehcular networking and computation
University Buses Routing and Tracking System
UNIVERSITY BUSES ROUTING AND TRACKING SYSTEM
University Buses Routing and Tracking System
Rides Request Demand Forecast- OLA Bike
KMT Prawas App: Smart Bus Transit Scheduler
DYNAMIC RESOURCE ALLOCATION IN ROAD TRANSPORT SECTOR USING MOBILE CLOUD COMPU...
Balancing the line by using heuristic method based on cpm in salbp –a case study
Travel Management Application
IRJET- Bus Route Optimization in Jyothi Engineering College using ARC- GIS
Nagpur Metro Indicator
Routing and Tracking System for Buses
ROUTING AND TRACKING SYSTEM FOR BUSES
IRJET- Truck Booking Project with Invoice Generator for Transportation
IRJET- Smart Railway System using Trip Chaining Method
“STUDY AND DESIGN OF DIGITAL TRAFFIC MAP USING GOOGLE EARTH FOR SCHOOL BUSES ...
Implementation of Public Transport Sytem with Journey Planner
Performance measures for internet server by using m m m queueing model
Performance measures for internet server by using m mm queueing model
A STUDY ON PROVISION OF PARK AND RIDE FACILITY FOR SMART CITY BELAGAVI
Ad

More from eSAT Journals (20)

PDF
Mechanical properties of hybrid fiber reinforced concrete for pavements
PDF
Material management in construction – a case study
PDF
Managing drought short term strategies in semi arid regions a case study
PDF
Life cycle cost analysis of overlay for an urban road in bangalore
PDF
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
PDF
Laboratory investigation of expansive soil stabilized with natural inorganic ...
PDF
Influence of reinforcement on the behavior of hollow concrete block masonry p...
PDF
Influence of compaction energy on soil stabilized with chemical stabilizer
PDF
Geographical information system (gis) for water resources management
PDF
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
PDF
Factors influencing compressive strength of geopolymer concrete
PDF
Experimental investigation on circular hollow steel columns in filled with li...
PDF
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
PDF
Evaluation of punching shear in flat slabs
PDF
Evaluation of performance of intake tower dam for recent earthquake in india
PDF
Evaluation of operational efficiency of urban road network using travel time ...
PDF
Estimation of surface runoff in nallur amanikere watershed using scs cn method
PDF
Estimation of morphometric parameters and runoff using rs & gis techniques
PDF
Effect of variation of plastic hinge length on the results of non linear anal...
PDF
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Mechanical properties of hybrid fiber reinforced concrete for pavements
Material management in construction – a case study
Managing drought short term strategies in semi arid regions a case study
Life cycle cost analysis of overlay for an urban road in bangalore
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of compaction energy on soil stabilized with chemical stabilizer
Geographical information system (gis) for water resources management
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Factors influencing compressive strength of geopolymer concrete
Experimental investigation on circular hollow steel columns in filled with li...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Evaluation of punching shear in flat slabs
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of operational efficiency of urban road network using travel time ...
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of morphometric parameters and runoff using rs & gis techniques
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of use of recycled materials on indirect tensile strength of asphalt c...

Recently uploaded (20)

PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Lecture Notes Electrical Wiring System Components
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Current and future trends in Computer Vision.pptx
PDF
Digital Logic Computer Design lecture notes
PDF
Well-logging-methods_new................
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Geodesy 1.pptx...............................................
bas. eng. economics group 4 presentation 1.pptx
Lecture Notes Electrical Wiring System Components
Automation-in-Manufacturing-Chapter-Introduction.pdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Foundation to blockchain - A guide to Blockchain Tech
R24 SURVEYING LAB MANUAL for civil enggi
Operating System & Kernel Study Guide-1 - converted.pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Current and future trends in Computer Vision.pptx
Digital Logic Computer Design lecture notes
Well-logging-methods_new................
Model Code of Practice - Construction Work - 21102022 .pdf
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx

An efficient and cost effective public bus transportation timetabling routing and driver duty scheduling using matlab

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 03 | Mar-2016, Available @ http://www.ijret.org 240 AN EFFICIENT AND COST EFFECTIVE PUBLIC BUS TRANSPORTATION TIMETABLING ROUTING AND DRIVER DUTY SCHEDULING USING MATLAB Tushar T. Rasal1 , Shreyas G.Bharati2 , Sangram D.Patil3 1 Assistant Professor, Department of E&TC, P.V.P.V.T, Sangli, Maharastra, India. 2 Assistant Professor, Department of E&TC, P.V.P.V.T, Sangli, Maharastra, India. 3 Assistant Professor, Department of E&TC, P.V.P.V.T, Sangli, Maharastra, India. Abstract This paper will provide guidelines for bus planning operators to develop an efficient and cost-effective Public bus Transportation route and schedule in MATLAB software. The main objective of public transport planning is to optimize the operational cost on the entire network. Then, its profit, level of service and competitiveness can be improved. Bus service scheduling and driver duty scheduling have done in Matlab where scheduling of up to 5000 drivers can be done .This Project will provide guidelines to find the Bus Network Flow Graph for hundreds of Buses. It also Provides the shortest path (Based on Distance, Cost) several through the Entire Network of flow Graph. Keywords: Bus Network Flow Graph, Shortest Path Problem, Network-Model, Vehicle Routing problem (VRP), ---------------------------------------------------------------------***--------------------------------------------------------------------- I. INTRODUCTION The buses and trains play a very important role in public road transportation system. There is a great need of having user & transit friendly transportation system. In public transportation system there is one depot node and others are sub depot nodes(where pickup& drop up of passengers has been take place).so in order to become Public bus transportation more economical and environment friendly, it is required to have the most optimal planning in bus transportation. In transportation problems, if the size of transportation route has been reduced then it leads to considerable reduction in relative cost. So it is budget saving for transportation company. Since it is directly related with fuel consumption The aims of this scheduling method are: (i) to make best use of the drivers, assets and financial resources; (ii) to improve the on road vehicle efficiency; (iii) to optimize route, operational cost. Thus there is need of Research & Development in timetabling, routing and scheduling of vehicles in public transportation. So that it will meet to the Passenger’s trip demands. This problem has been remarked by many public transportation experts all around the world. For the any Bus Depot, the main objective of public transport planning is to optimize the operational cost on the entire network. Then, its profit, level of service and competitiveness can be improved Planning of public transport is one of the issues which use the bus routing method Stations having hundred, and upto thousand, Buses on each day are common throughout Maharashtra. So these Bus station have more number of intermediate Routes, which are connected to the sequential stopping points (stations),The Buses differ in their categories, ,running speed, departure time and arrival time, starting point and destinations. The advantage of having transportation system with an automation is that such transportation system gives an efficient schedules, it will reduce the driver duty time for duty scheduling ,it gives optimum solution for transportation problem. . Therefore there is need of research in the timetabling, planning and scheduling of buses. The planning and scheduling is highly complex problem II.LITERATURE ON RELATED WORKS Various methods are proposedforn the vehicle routing problem. Jing-Quan Li[4] introduces many methods for solving the vehicle routing problem. The Bus Depot Platform allocation and routing can be done using different schemes. Park and Kim (2010) [7] presents proper schedule for a allocation of buses where every bus picks up student from various bus stops and then drop them to the school. III. PROPOSED WORK Through analysing different methodologies, this project will provide guidelines for bus planning operators to develop an efficient and cost-effective Public bus Transportation route and schedule. . Since finding the optimization for this
  • 2. IJRET: International Journal of Research in Engineering and Technology __________________________________________________________ Volume: 05 Issue: 03 | Mar-2016, Available @ problem manually is very tedious task also it requires large computation time. It is possible to solve shortest path problem in Matlab. Fig. Fig.2 Implementation For Accessing The Database From Excel To Matlab [10] IJRET: International Journal of Research in Engineering and Technology eISSN: 2319 _______________________________________________________________________________________ , Available @ http://www.ijret.org problem manually is very tedious task also it requires large . It is possible to solve shortest path A. Reading Xls Sheet into Matlab Software Implementation for accessing the database from excel to matlab can be perform by using two different approches  Excel sheet data can be used as a Using Matlab and Computer languages like C,c++ it is possible to access the given database Fig.1 Case Study Data Files Into Xls Format. Implementation For Accessing The Database From Excel To Matlab [10] eISSN: 2319-1163 | pISSN: 2321-7308 _____________________________ 241 Reading Xls Sheet into Matlab Software. Implementation for accessing the database from excel to matlab can be perform by using two different approches Excel sheet data can be used as a intermediate data Using Matlab and Computer languages like C,c++ it is possible to access the given database Implementation For Accessing The Database From Excel To Matlab [10]
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 03 | Mar-2016, Available @ http://www.ijret.org 242 Output Command Window in the Matlab : B. Bus Network Flow Graph : It should include all the services available from Source Node to Destination nodes. It can be Draw By Inspecting the available time table. it contains the all available services. Rectangular box indicates the Nodes and Directed line indicates the distance from Source to Destination. We have taken the example of Islampur bus depot in which there are total 812 number of services available. it should be required to implement the time table with using minimum number of bus count. Here Matlab based Bus Network Flow Graph shown in fig.3 contains all the services from depot node to the various destination nodes. Fig.3 Bus Network Flow Graph Which Contains All Services. C. Matlab GUI Window: The figure.4 below shows the snapshot for a bus network consisting of several nodes in MATLAB.The Matlab GUI should contain the following Field:  Input Bus Data  Transportation Profit  Optimum Travel Time  Bus Network Flow Graph  Find Shortest Path  Display Shortest Distance Fig. 4 MATLAB GUI Window For Finding Bus Network Flow Graph
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 03 | Mar-2016, Available @ http://www.ijret.org 243 D. Finding Shortest Path Here we have to find the shortest path between two cities and path should be through available bus services .Let’s find between shortest path from depo t(source node) to pune (destination node) from available bus network flow graph we have two paths available .The shortest path from depot to pune is given by Red line in the bus network flow graph. There are other paths are available from source to destination nodes but this algorithm finds the best path throughout the all possible paths. Bioinformatics Toolbox™ in matlab provides various commands for solving shortest path problem, vehicle routing problem. Fig. 5 Example of Finding shortest Path From DEPOT Node to PUNE Node in Bus Network Flow Graph. Here in this example we are having Shortest Distance from Islampur to Pune is 210.2 K.M. Fig. 6 Example of showing shortest Distance from Depot to Pune in MATLAB GUI Window. E .Driver Duty and Bus Service Scheduling: Here we have implemented driver duty scheduling algorithm in Matlab software where scheduling of up to 5000 drivers can be done. We have to enter the Number of Drivers we want to schedule and enter the start time and end time of each driver as shown in fig.6 Fig. 6 Matlab GUI Window for Driver Duty Scheduling The detailed schedule is displayed when all start time and end time of each driver is entered successfully. It contains the number of buses are allocated to different Drivers as shown in fig.7 Fig. 7 Bus Depot Driver Duty Schedule showing allocation of Different Drivers to Buses depending upon Hours.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 03 | Mar-2016, Available @ http://www.ijret.org 244 IV . CONCLUSION This work has successfully created a graphical user interface for Bus Depots. Since finding the optimization for this problem manually is very tedious task also it requires large computation time. It is possible to solve shortest path problem easily in matlab with Bioinformatics Toolbox™ . The Matlab algorithm has proven itself to be a powerful tool for solving strong combinatorial optimization problems like the VRP. One can consider the problems of routing and scheduling for buses with Multiple depots and problems with more complexity for futher research. the implementation of this approach will help in developing feasible environment for public bus transportation. V. RESULTS The results were evaluated in terms of shortest route from depot’s node to destination node based on different parameters like distance, cost associated with every service, time required. Also displayed the optimal route, optimal distance, approximate time. The Graphical user interface for bus depots has been developed. Driver duty scheduling and bus service scheduling have been done in Matlab software REFERENCES [1]. Xiaoni Hao, Wenzhou Jin and Ming Wei “ Max-Min Ant System for Bus Transit Multi-depot Vehicle Scheduling Problem with Route Time Constraints” IEEE transactions on Civil Engineering and Transportation, July 2012 [2]. Avishai (Avi) Ceder“ Optimal Multi-Vehicle Type Transit Timetabling and Vehicle Scheduling” Procedia Social and Behavioural Sciences, 20 ,2011 [3]. Spada, M.; Bierlaire, M. and Liebling, T. M. (2005). “Decision-aiding methodology for the school bus routing and scheduling problem”. Transportation Science, vol. 39, No. 4 (November), pp. 477-490. [4]. Braca, J.; Bramel, J.; Posner, B. and Simchi-Levi, D. (1997). “A computerized approach to the New York City school bus routing problem”. IIE Transactions, vol. 29, No. 8, pp. 693-702. [5]. Dai ying,Xia Wen-hui “Study of Multi Depot Problem Based on Milk-run Model” International Conference on Optoelectronics and Image Processing,2010 [6]. Li, L. and Fu, Z. (2002). “The school bus routing problem: A case study”. Journal of the Operational Research Society, vol. 53, pp. 552-558. [7]. Park, J. and Kim, B.-I. (2010). “The school bus routing problem: A review”. European Journal of Operational Research, vol. 202, No. 2 (April), pp. 311- 319. [8]. Dr. Abebe Geletu “Solving Optimization Problems using the Matlab Optimization Toolbox - a Tutorial”. [9]. Karlaftis, M.G., Vlahogianni, E.I., ‘‘Statistical Methods Versus Neural Networks in Transportation Research: Differences, Similarities and Some Insights” Department of Transportation Planning and Engineering, School of Civil Engineering, National Technical University of Athens, Greece. 2011 [10].Fangxing Lv1, 3, Yang Xu2, 3 ‘‘Study of the Solution to SCILAB Accessing Database’’National High Technology Research and Development Program (863 Project) May 20, 2008.