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

Method endDepot

pyvrp/cpp/Trip.cpp:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183size_t Trip::startDepot() const { return startDepot_; }
184
185size_t Trip::endDepot() const { return endDepot_; }
186
187bool Trip::hasExcessLoad() const
188{

Callers 2

PYBIND11_MODULEFunction · 0.45
makeNeighboursMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected