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

Method route

pyvrp/cpp/search/RelocateWithDepot.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 pyvrp::search::Route const *route() const { return nullptr; }
28
29 size_t first() const { return depot_; }
30 size_t last() const { return depot_; }

Callers 4

evalDepotBeforeMethod · 0.45
evalDepotAfterMethod · 0.45
evaluateMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected