Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyVRP/PyVRP
/ endDepot
Method
endDepot
pyvrp/cpp/search/Route.h:920–920 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
918
size_t Route::startDepot() const { return vehicleType_.startDepot; }
919
920
size_t Route::endDepot() const { return vehicleType_.endDepot; }
921
922
Cost Route::fixedVehicleCost() const { return vehicleType_.fixedCost; }
923
Callers
1
Proposal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected