This repository is containing the solution outputs of Traveling Salesman Problem among Turkey's cities.
This project is the 3rd homework of IE 413 Supply Chain Management at Bogazici University.
git clone https://github.com/MuhammedBuyukkinaci/Traveling-Salesman-Problem-Turkey.git
cd ./Traveling-Salesman-Problem-Turkey
For 15-cities including solution, run:
python Python_regulating_15.py
For 81-cities including solution, run
python Python_regulating_81.py
The solution for 15-cities is below:
The solution for all cities is below:
Credits go to Ahmet Ihsan Erdogan. He solved Traveling Salesman Problem for Turkey in CMPL on Gurobi optimizer. I mostly dealed with visualizations and data processings.