Skip to content

Senior-Design-Project Multidepot Capacitated Vehicle Routing Web App

License

Notifications You must be signed in to change notification settings

iboraham/vehicle-routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to senior-project 👋

Multidepot Capacitated Vehicle Routing App

Version Documentation License: MIT Twitter: iboraham

From, MEF University IE Senior Project Team 07.

Today, with the increase in competition between companies and the development of technology, companies need to improve themselves continuously. In this case, customer demands are very important. Customer demands must be supplied a minimum cost and time. To supply with these customer demands at minimum cost and time, the vehicle routing problem is used. In this study, the demands are conveyed to the related demand places by using different types of vehicles coming out from more than one storage place. In this study, it is aimed to carry the demands at minimum cost. For the problem, a capacity-constrained multi-depot mathematical model was created. GAMS and heuristic solution methods are aimed to solve the mathematical model. In heuristic, the nearest neighbor algorithm is used for the first solution, and the tabu search algorithm is used for the optimum solution.As a result of the web, after entering the warehouse and demand information, Finally, the website was created. The route visualization and total cost can be seen on the map.

Install

git clone https://github.com/iboraham/senior-project.git

Usage

You can start your local server with:

python run #or you can use python3 instead

In order to stop your server you can use:

python stop #or you can use python3 instead

if error occurs while starting please try below:

sudo su

Author

👤 I.Onur Serbetci

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Team

📝 License

Copyright © 2020 I.Onur Serbetci.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator