MCPcopy Create free account
hub / github.com/Gecode/gecode / clear_mask

Method clear_mask

gecode/int/extensional/tiny-bit-set.hpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80 template<unsigned int sz>
81 forceinline void
82 TinyBitSet<sz>::clear_mask(BitSetData* mask) {
83 for (unsigned int i=0U; i<sz; i++) {
84 mask[i].init(false);
85 assert(mask[i].none());
86 }
87 }
88
89 template<unsigned int sz>
90 forceinline void

Callers

nothing calls this directly

Calls 2

initMethod · 0.45
noneMethod · 0.45

Tested by

no test coverage detected