Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 930 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 930 Bytes

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