Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
size_t Trip::vehicleType() const { return vehicleType_; }
182
183
size_t Trip::startDepot() const { return startDepot_; }
184
185
size_t Trip::endDepot() const { return endDepot_; }
186
Callers
2
PYBIND11_MODULE
Function · 0.45
makeNeighbours
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected