An open API service indexing awesome lists of open source software.

https://github.com/emadehsan/nomad-cyclist

Nomad Cyclist Problem - A variation of Traveling Salesman Problem (with open tour) adjusted for elevation and factors
https://github.com/emadehsan/nomad-cyclist

cycling nomad optimization-algorithms ortools planning tourism travel traveling-salesman-problem

Last synced: about 2 months ago
JSON representation

Nomad Cyclist Problem - A variation of Traveling Salesman Problem (with open tour) adjusted for elevation and factors

Awesome Lists containing this project

README

        

# Nomad Cyclist Problem


A cycling route along the ancient Silk Road

**[Read full article](https://medium.com/p/c0c6db8bb217)** - A variation of Traveling Salesman Problem to help plan long Cycling Tours.

## Getting Started
Clone this project
```sh
git clone https://github.com/emadehsan/nomad-cyclist
```

Install requirements

```sh
pip3 install -r requirements.txt
```

Open and read [`app.py`](./app.py). It is well written and explained.

## Contribute
Feel free to make a pull request :)