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

Method startDepot

pyvrp/cpp/Route.cpp:431–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429size_t Route::vehicleType() const { return vehicleType_; }
430
431size_t Route::startDepot() const { return startDepot_; }
432
433size_t Route::endDepot() const { return endDepot_; }
434

Callers 3

validateMethod · 0.45
makeScheduleMethod · 0.45
RouteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected