MCPcopy Index your code
hub / github.com/PyVRP/PyVRP / startEarly

Method startEarly

pyvrp/cpp/DurationSegment.h:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282Duration DurationSegment::startEarly() const
283{
284 // When startEarly_ < releaseTime_, we need to wait until at least
285 // releaseTime_ before we can start.
286 return std::max(startEarly_, releaseTime_);
287}
288
289Duration DurationSegment::startLate() const
290{

Callers 2

RouteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected