MCPcopy 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
70void SearchSpace::markPromising(size_t client)
71{
72 assert(client < neighbours_.size());
73 promising_[client] = true;
74}
75
76void SearchSpace::markPromising(Route::Node const *node)
77{

Callers 6

applyNodeOpsMethod · 0.80
applyDepotRemovalMoveMethod · 0.80
applyGroupMovesMethod · 0.80
perturbMethod · 0.80

Calls 8

pFunction · 0.85
nFunction · 0.85
isDepotMethod · 0.80
clientMethod · 0.80
isStartDepotMethod · 0.80
isEndDepotMethod · 0.80
sizeMethod · 0.45
routeMethod · 0.45

Tested by

no test coverage detected