Input
Request
This VRP request
schema is used for solving a Vehicle Routing Problem. It consists of resources
, jobs
, relations
, options
and weights
.
Name | Type | Required | Description |
---|---|---|---|
resources | [Resource] | true | List of Resources |
jobs | [Job] | true | List of Jobs |
options | Options | false | Options for solver configuration |
realations | JobRelation | false | Job relations |
weights | Weights | false | Weighting the constraints |
hook | string(uri) | false | Webhook for getting notified after request is solved. |
OnRoute Request for solving, evaluating