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

Method unmarkAllPromising

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

Source from the content-addressed store, hash-verified

90void SearchSpace::markAllPromising() { promising_.set(); }
91
92void SearchSpace::unmarkAllPromising() { promising_.reset(); }
93
94std::vector<size_t> const &SearchSpace::clientOrder() const
95{

Callers 1

perturbMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected