Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
665
size_t Route::Node::idx() const { return idx_; }
666
667
size_t Route::Node::trip() const { return trip_; }
668
669
Route *Route::Node::route() const { return route_; }
670
Callers
9
SegmentBetween
Method · 0.80
containsDepot
Method · 0.80
evaluate
Method · 0.80
onLastTrip
Function · 0.80
load
Method · 0.80
insert
Method · 0.80
bestInsertPoint
Method · 0.80
evaluate
Method · 0.80
test_read_solution_multiple_reload_depots
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_read_solution_multiple_reload_depots
Function · 0.64