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