p13i / Traveling-Salesperson-Problem

Implementation of TSP published to pypi (gt-tsp)

Home Page:http://tsp.p13i.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traveling Salesperson Problem - Solutions in Python

https://api.travis-ci.org/p13i/Traveling-Salesman-Problem.svg?branch=master

Installation with pip

pip install gt-tsp

Developer installation

git clone https://github.com/p13i/Traveling-Salesperson-Problem.git gt-tsp
cd gt-tsp
python3 -m venv venv
source venv/bin/activate
bash ./bin/install.sh

Testing

Care has been taken to develop unit tests and ensure this code follows PEP8 conventions and type checking. Use flake8 for coding style and type checking. Type checking with mypy is only supported in Python 3.5+ so please install that version before continuing.

bash ./bin/test.sh

Publishing

python setup.py sdist
python setup.py sdist upload

About

Implementation of TSP published to pypi (gt-tsp)

http://tsp.p13i.io/


Languages

Language:Python 80.7%Language:Shell 19.3%