MCPcopy Index your code
hub / github.com/PyVRP/PyVRP / endDepot

Method endDepot

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

Source from the content-addressed store, hash-verified

431size_t Route::startDepot() const { return startDepot_; }
432
433size_t Route::endDepot() const { return endDepot_; }
434
435bool Route::isFeasible() const
436{

Callers 3

validateMethod · 0.45
makeScheduleMethod · 0.45
RouteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected