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

Method first

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

Source from the content-addressed store, hash-verified

757Route const *Route::SegmentBefore::route() const { return &route_; }
758
759size_t Route::SegmentBefore::first() const { return route_.visits.front(); }
760size_t Route::SegmentBefore::last() const { return route_.visits[end]; }
761size_t Route::SegmentBefore::size() const { return end + 1; }
762

Callers 4

Route.hFile · 0.45
ProposalMethod · 0.45
distanceMethod · 0.45
durationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected