Skip to content

Web application to solve travelling salesman problem for randomly generated matrices

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published