Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyVRP/PyVRP
/ markPromising
Method
markPromising
pyvrp/cpp/search/SearchSpace.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void SearchSpace::markPromising(size_t client)
71
{
72
assert(client < neighbours_.size());
73
promising_[client] = true;
74
}
75
76
void SearchSpace::markPromising(Route::Node const *node)
77
{
Callers
6
applyNodeOps
Method · 0.80
applyDepotRemovalMove
Method · 0.80
applyOptionalClientMoves
Method · 0.80
applyGroupMoves
Method · 0.80
markRequiredMissingAsPromising
Method · 0.80
perturb
Method · 0.80
Calls
8
p
Function · 0.85
n
Function · 0.85
isDepot
Method · 0.80
client
Method · 0.80
isStartDepot
Method · 0.80
isEndDepot
Method · 0.80
size
Method · 0.45
route
Method · 0.45
Tested by
no test coverage detected