This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vrp": { | |
"configuration": { | |
"resolution": { | |
"duration": 60 | |
} | |
}, | |
"matrices": [ | |
{ | |
"distance": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vrp": { | |
"configuration": { | |
"resolution": { | |
"duration": 300 | |
} | |
}, | |
"matrices": [ | |
{ | |
"id": "matrix_0", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"solutions": [ | |
{ | |
"cost": 45040, | |
"solvers": [ | |
"ortools" | |
], | |
"iterations": 14, | |
"routes": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vrp": { | |
"configuration": { | |
"resolution": { | |
"duration": 60000 | |
} | |
}, | |
"matrices": [ | |
{ | |
"id": "matrix_0", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vrp": | |
{ | |
"matrices": [ | |
{ | |
"id": "matrix_0", | |
"time": [ | |
[ | |
0, | |
8693.8, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2010-2017 Google | |
// Licensed under the Apache License, Version 2.0 (the "License"); | |
// you may not use this file except in compliance with the License. | |
// You may obtain a copy of the License at | |
// | |
// http://www.apache.org/licenses/LICENSE-2.0 | |
// | |
// Unless required by applicable law or agreed to in writing, software | |
// distributed under the License is distributed on an "AS IS" BASIS, | |
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vrp": { | |
"points": [ | |
{ | |
"id": "p0", | |
"location": { | |
"lat": 45.769233, | |
"lon": 4.907512 | |
} | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vrp": { | |
"units": [{ | |
"id": "kg" | |
}], | |
"points": [{ | |
"id": "620490", | |
"location": { | |
"lat": 50.4, | |
"lon": 2.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vrp": { | |
"points": [{ | |
"id": "620490", | |
"location": { | |
"lat": 50.4, | |
"lon": 2.9 | |
} | |
}, { | |
"id": "590762", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "Optimizers API", | |
"description": "\nUnified API for multiple optimizer engines dedicated to Vehicle Routing Problems\n\nIts purpose is to provide a complete chain for the resolution. From a provided VRP, it requires a distance matrix, solve the problem and prepare a self sufficient result.\n\nPlease check the Github Wiki for more details: [https://github.com/Mapotempo/optimizer-api/wiki](https://github.com/Mapotempo/optimizer-api/wiki)\n", | |
"contact": { | |
"email": "tech@mapotempo.com", | |
"url": "https://github.com/Mapotempo/optimizer-api" | |
}, | |
"license": { | |
"name": "GNU Affero General Public License 3", |
OlderNewer