We would like to know if it's possible to manually override the earliest time a tour may begin.
Our research has shown us that there are 2 possible ways: to either use startTimeEarliest on AbstractTour, or to simply lift up the vehicle's openingIntervals.
However, the first option doesn't properly work for us, since we are trying to optimize a tour, and therefore can't provide an inputPlan.
before we go ahead and try to use the (much more restricting) second option, we would like to get some feedback from you guys

Best regards, Fabian