Skip to content

nmagerko/salesman-heuristics

Repository files navigation

Salesman Heuristics - GTwA Project 1

Setup

Create a Python virtualenv with interpreter version 2.7 or later on your UNIX system. Activate the virtualenv with source bin/activate, and then create a new folder called project. Navigate into this folder, and clone this repository.

Dependency Installation

If you are on a Linux system, you may need to run apt-get install libfreetype6-dev python-dev tcl-dev tk-dev python-matplotlib. Install all dependencies by running pip install -r requirements.txt.

Output

All output should go to ./output until we find a better way to display our results.

About

Heuristic for solving the Traveling Salesman Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages