Skip to content
Snippets Groups Projects
Commit 71ab9d1f1861 authored by Patrice Journoud's avatar Patrice Journoud
Browse files

suppression README pytsprf

parent 09e48094c292
No related tags found
No related merge requests found
README
Optimization of the Travelling Salesman Problem based on a API RESTlike
This module allows you to find the best route given a set of points defined by their longitude & latitude.
The cost criteria
Only one criterion at the moment: the distance between the requested points
Other cost criteria could be considered in future version
Requirements
- cornice (1.0.0)
- waitress (0.8.9)
- python-gflags
- ortools
- gpsdistance (for testings only)
Launch with:
$ pserve development.ini
Components
==========
The **REST API** lives in *views.py*.
Clients contact the tsp via REST/Json requests, on the three main views:
- /tsp (POST for obtaining the route given a set of pairs of (latitude, longitude) coordinates)
- /users (POST for creating a new user - credentials and token -)
- /users (DELETE for removing a user)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment