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

Method startDepot

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

Source from the content-addressed store, hash-verified

181size_t Trip::vehicleType() const { return vehicleType_; }
182
183size_t Trip::startDepot() const { return startDepot_; }
184
185size_t Trip::endDepot() const { return endDepot_; }
186

Callers 2

PYBIND11_MODULEFunction · 0.45
makeNeighboursMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected