MCPcopy Create free account
hub / github.com/PyVRP/PyVRP / isPromising

Method isPromising

pyvrp/cpp/search/SearchSpace.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool SearchSpace::isPromising(size_t client) const
65{
66 assert(client < neighbours_.size());
67 return promising_[client];
68}
69
70void SearchSpace::markPromising(size_t client)
71{

Callers 1

searchMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected