Skip to content

Repository files navigation

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.

About

Web application to solve travelling salesman problem for randomly generated matrices

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages