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

Method add_to_mask

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

Source from the content-addressed store, hash-verified

88
89 template<unsigned int sz>
90 forceinline void
91 TinyBitSet<sz>::add_to_mask(const BitSetData* b, BitSetData* mask) const {
92 for (unsigned int i=0U; i<sz; i++)
93 mask[i] = BitSetData::o(mask[i],b[i]);
94 }
95
96 template<unsigned int sz>
97 template<bool sparse>

Callers

nothing calls this directly

Calls 1

oFunction · 0.50

Tested by

no test coverage detected