Features
Pickup and deliveries
In this example we will show you how to use job relations. Job relations are defined on jobs. They can be used to express different links between jobs:
sequence
: the jobs need to be visited in the given orderdirect_sequence
: the jobs need to be visited in the given order, one after the othersame_trip
: the jobs need to be visited in the same trip, the sequence does not mattersame_time
: the jobs need to be visited at the same time, the assigned resource will obviously be different
request