Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyVRP/PyVRP
/ rend
Method
rend
pyvrp/cpp/Trip.cpp:151–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
return visits_.rbegin();
150
}
151
Trip::Visits::const_reverse_iterator Trip::rend() const
152
{
153
return visits_.rend();
154
}
155
156
Trip::Visits const &Trip::visits() const { return visits_; }
157
Callers
1
Route
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected