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

Method flush

gecode/int/extensional/bit-set.hpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103 template<class IndexType>
104 forceinline void
105 BitSet<IndexType>::flush(void) {
106 _limit = 0U;
107 assert(empty());
108 }
109
110 template<class IndexType>
111 forceinline

Callers 2

propagateMethod · 0.45
adviseMethod · 0.45

Calls 1

emptyFunction · 0.50

Tested by

no test coverage detected