Optimization Service

Hi everyone,
i have a question to the Restendpoint “/optimization”. Is it possible to somehow create dependencies between jobs? For example this request:
{“jobs”:
[{“id”:1,“amount”:[1],“location”:[1.98935,48.701], “pickup”:[1],“skills”:[1]},
{“id”:2,“amount”:[1],“location”:[2.03655,48.61128],“delivery”:[1],“skills”:[1]}],
“vehicles”:
[{“id”:1,“profile”:“driving-car”,“start”:[2.35044,48.71764],“end”:[2.35044,48.71764],“capacity”:[4],“skills”:[1,14]}]}

The Route should consider that i have to do the first job before i can do the second one. Think of it like a taxi, i have to pickup the person at job 1 before i can do the second job.

Is this possible to do with the Restendpoint?

Kind regards

Hi,

for the documentation on optimization, please refer to the appropriate project’s information:

Cheers
Nils

Ah okay
Thanks for the reply.