RouteQ VRS API
The RouteQ Vehicle Routing and Scheduling (VRS) API helps you plan routes for one or more vehicles that need to deliver goods.
Child Tasks
Get list of child tasks | GET /children |
Get list of child tasks | GET /children |
Multiple Vehicles Routing (MVRP)
Add task | POST /add/mvrp |
Get task result | GET /result/mvrp/{id} |
Add task | POST /add/mvrp |
Get task result | GET /result/mvrp/{id} |
Single Vehicle Routing (SVRP)
Add task | POST /add/svrp |
Get task result | GET /result/svrp/{id} |
Add task | POST /add/svrp |
Get task result | GET /result/svrp/{id} |
Validation
Validate arithmetic expression representing vehicle cost | POST /validate/vehicle_cost |
Validate arithmetic expression representing vehicle cost | POST /validate/vehicle_cost |