MCPcopy 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

918size_t Route::startDepot() const { return vehicleType_.startDepot; }
919
920size_t Route::endDepot() const { return vehicleType_.endDepot; }
921
922Cost Route::fixedVehicleCost() const { return vehicleType_.fixedCost; }
923

Callers 1

ProposalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected