Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyVRP/PyVRP
/ end
Method
end
pyvrp/cpp/Route.cpp:371–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
Route::Iterator Route::begin() const { return Iterator(*this, 0); }
370
371
Route::Iterator Route::end() const { return Iterator(*this, size()); }
372
373
Route::Trips const &Route::trips() const { return trips_; }
374
Callers
2
size
Method · 0.45
hasExcessLoad
Method · 0.45
Calls
1
Iterator
Class · 0.70
Tested by
no test coverage detected