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
d7ef7a63cd55
Commit
d7ef7a63cd55
authored
9 years ago
by
Patrice Journoud
Browse files
Options
Downloads
Plain Diff
ok
parents
4a4f107adaf1
269da61b2706
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+15
-14
15 additions, 14 deletions
README.rst
with
15 additions
and
14 deletions
README.rst
+
15
−
14
View file @
d7ef7a63
README
Optimization of the Traveling-Salesman Problem based on a API RESTlike
======================================================================
Optimization of the Traveling-Salesman Problem based on a RESTlike API
======================================================================
This module allows you to find the best route given a set of points defined by their longitude & latitude.
The cost criteria
...
...
@@ -4,7 +4,8 @@
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
...
...
@@ -8,5 +9,5 @@
Only one criterion at the moment: the distance between the requested points
Other cost criteria could be considered in future version
Requirements
Requirements
:
...
...
@@ -12,7 +13,7 @@
-
cornice (1.0.0)
-
waitress (0.8.9)
-
python-gflags
-
ortools
-
gpsdistance (for testings only)
*
cornice (1.0.0)
*
waitress (0.8.9)
*
python-gflags
*
ortools
*
gpsdistance (for testings only)
...
...
@@ -18,3 +19,3 @@
Launch with:
Launch with:
:
...
...
@@ -20,5 +21,5 @@
$ python pserve.py development.ini --reload
$ python pserve.py development.ini --reload
Components
==========
...
...
@@ -27,6 +28,6 @@
Clients contact the tsp via REST/Json requests, on the three main views:
-
/ (POST for obtaining the route given a set of pairs of (latitude, longitude) coordinates)
-
/credentials (POST for creating a new user - token -)
-
/credentials (DELETE for removing a user)
*
/ (POST for obtaining the route given a set of pairs of (latitude, longitude) coordinates)
*
/credentials (POST for creating a new user - token -)
*
/credentials (DELETE for removing a user)
\ No newline at end of file
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