Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyVRP/PyVRP
/ empty
Method
empty
pyvrp/cpp/search/Route.h:992–992 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
990
size_t Route::profile() const { return vehicleType_.profile; }
991
992
bool Route::empty() const { return numClients() == 0; }
993
994
size_t Route::size() const { return nodes.size(); }
995
Callers
11
evalRelocateMove
Method · 0.45
evaluate
Method · 0.45
search
Method · 0.45
intensify
Method · 0.45
applyEmptyRouteMoves
Method · 0.45
applyGroupMoves
Method · 0.45
unload
Method · 0.45
insert
Method · 0.45
insertCost
Method · 0.45
evaluate
Method · 0.45
supports<RelocateWithDepot>
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected