Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
bool SearchSpace::isPromising(size_t client) const
65
{
66
assert(client < neighbours_.size());
67
return promising_[client];
68
}
69
70
void SearchSpace::markPromising(size_t client)
71
{
Callers
1
search
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected