findFixedTour: Find tour prefix of already visited customers.

Description Usage Arguments Value

View source: R/utils.R

Description

Find tour prefix of already visited customers.

Usage

1
findFixedTour(ind, instance, time.bound)

Arguments

ind

[VRPIndividual]
Individual.

instance

[Network]
Network object.

time.bound

[numeric(1)]
Current time. This is relevant since the prefix tour is composed of all customers which already are served at a given point in time.

Value

[integer]


jakobbossek/dynvrp documentation built on Jan. 19, 2020, 9:53 p.m.