Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyVRP/PyVRP
/ numTrips
Method
numTrips
pyvrp/cpp/Route.cpp:356–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
}
355
356
size_t Route::numTrips() const { return trips_.size(); }
357
358
Client Route::operator[](size_t idx) const
359
{
Callers
1
Iterator
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected