Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 425 Bytes

TSP-Solver

========================

Web application to solve travelling salesman problem for randomly generated matrices

Install Requirements

pip install -r requirements.txt

Run Server

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Once the server is running you can go to localhost:8000/ and introduce a value for N.