Skip to content

alforro/TSP-Solver

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

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors