Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyTSPrf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
pyTSPrf
Commits
71ab9d1f1861
Commit
71ab9d1f1861
authored
9 years ago
by
Patrice Journoud
Browse files
Options
Downloads
Patches
Plain Diff
suppression README pytsprf
parent
09e48094c292
Branches
topic/default/dockerfile
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+0
-33
0 additions, 33 deletions
README.rst
with
0 additions
and
33 deletions
README.rst
deleted
100644 → 0
+
0
−
33
View file @
09e48094
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)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment