Skip to content

GDTNguyen/TSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSP

This project attempts to solve Travelling Salesman Problems using the Backbone method. The application is a Web Application that gives the user the opportunity to create their own problems for the algorithm to solve, and it also allows the user to solve it too.

Installation and Usage

The OSXExecu and WINExec branches are configured and packaged to run on OSX Sierra and Windows 10 in standalone. This means that it does not require any installation pre-requisites.

Once downloaded, go to the base folder and run the following commands to execute the web application on the local server.

Windows

manage.exe runserver

OSX

./manage runserver

A HTTP address should show and copy and paste it into the browser.

Deployment

This Web application is also deployed to the web using Heroku.

https://finalbb.herokuapp.com/

License

MIT

About

TSP1 implemented with django 1.11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published