Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.13 KB

File metadata and controls

41 lines (28 loc) · 1.13 KB

Travelling Salesman

A grid tile TSP solver

Description

Solves a given travelling salesman problem (start city, cities, end city) from the user by a grid tile using simulated annealing and the manhattan distance as its heuristic.

Installation

  1. Clone the repository and cd into it:
git clone https://github.com/quandelaa/travelling_salesman.git
cd travelling_salesman/
  1. Run the program:
python src/runner.py

Screenshots

  • Grid Window
safafashdasda
  • Grid Manager Window
212dsa

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Credits


  • Made by quandela
  • February or March 2026