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

Method clear

gecode/support/bitset-base.hpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 bits |= (static_cast<Base>(1U) << i);
264 }
265 forceinline void
266 BitSetData::clear(unsigned int i) {
267 bits &= ~(static_cast<Base>(1U) << i);
268 }
269 forceinline unsigned int
270 BitSetData::next(unsigned int i) const {
271 assert(bits != static_cast<Base>(0));

Callers 15

expectedSolutionsMethod · 0.45
expectedSolutionsMethod · 0.45
expectedSolutionsMethod · 0.45
expectedSolutionsMethod · 0.45
expectedSolutionsMethod · 0.45
expectedSolutionsMethod · 0.45
expectedSolutionsMethod · 0.45
expectedSolutionsMethod · 0.45
expectedSolutionsMethod · 0.45
expectedSolutionsMethod · 0.45
expectedSolutionsMethod · 0.45
expectedSolutionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected