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

Method all

pyvrp/cpp/DynamicBitset.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool DynamicBitset::all() const
38{
39 for (auto const &bitset : data_)
40 if (!bitset.all())
41 return false;
42 return true;
43}
44
45bool DynamicBitset::any() const
46{

Callers 6

test_all_any_noneFunction · 0.95
test_all_any_none_emptyFunction · 0.95
plot_solutionFunction · 0.80
monotonically_decreasingFunction · 0.80

Calls

no outgoing calls