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

Method trip

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

Source from the content-addressed store, hash-verified

665size_t Route::Node::idx() const { return idx_; }
666
667size_t Route::Node::trip() const { return trip_; }
668
669Route *Route::Node::route() const { return route_; }
670

Callers 9

SegmentBetweenMethod · 0.80
containsDepotMethod · 0.80
evaluateMethod · 0.80
onLastTripFunction · 0.80
loadMethod · 0.80
insertMethod · 0.80
bestInsertPointMethod · 0.80
evaluateMethod · 0.80

Calls

no outgoing calls