MCPcopy Create free account
hub / github.com/PyVRP/PyVRP / startLate

Method startLate

pyvrp/cpp/DurationSegment.h:289–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289Duration DurationSegment::startLate() const
290{
291 // When startLate_ < releaseTime_, we need to wait until releaseTime_ before
292 // we can start. That wait always incurs time warp.
293 return std::max(startLate_, releaseTime_);
294}
295
296Duration DurationSegment::endEarly() const
297{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected