Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyVRP/PyVRP
/ endDepot
Method
endDepot
pyvrp/cpp/Route.cpp:433–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
size_t Route::startDepot() const { return startDepot_; }
432
433
size_t Route::endDepot() const { return endDepot_; }
434
435
bool Route::isFeasible() const
436
{
Callers
3
validate
Method · 0.45
makeSchedule
Method · 0.45
Route
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected