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

Method duration

pyvrp/cpp/search/Route.h:727–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727DurationSegment
728Route::SegmentAfter::duration([[maybe_unused]] size_t profile) const
729{
730 assert(profile == route_.profile());
731 return route_.durAfter[start];
732}
733
734LoadSegment const &Route::SegmentAfter::load(size_t dimension) const
735{

Callers 4

Route.hFile · 0.45
PYBIND11_MODULEFunction · 0.45
updateMethod · 0.45
operator==Method · 0.45

Calls 15

reverseFunction · 0.85
profileMethod · 0.80
isReloadDepotMethod · 0.80
clientMethod · 0.80
locationMethod · 0.80
unitDurationCostMethod · 0.80
unitOvertimeCostMethod · 0.80
shiftDurationMethod · 0.80
maxDurationMethod · 0.80
finaliseFrontMethod · 0.80
firstMethod · 0.45
startsAtReloadDepotMethod · 0.45

Tested by

no test coverage detected