Traveling Salesperson Problem - Solutions in Python
Project description
# Traveling Salesperson Problem - Solutions in Python
https://api.travis-ci.org/p13i/Traveling-Salesman-Problem.svg?branch=master
## Installation with pip
`bash pip install gt-tsp `
## Developer installation
`bash 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 bash ./bin/test.sh `
## Publishing
`bash python setup.py sdist python setup.py sdist upload `
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gt-tsp-1.0.0.tar.gz
.
File metadata
- Download URL: gt-tsp-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b033f241650132c66927769642c2156bda9acab7e8ad9b8c1b17ab6aaa09642 |
|
MD5 | 03e579d347d7e4a29464dd10ad34a01a |
|
BLAKE2b-256 | a79a7ee90a4d0c60992dbd68fb3a9f6feebd039777c9b5b186d42697df1873b1 |