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

Method empty

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

Source from the content-addressed store, hash-verified

45
46 template<class IndexType>
47 forceinline bool
48 BitSet<IndexType>::empty(void) const {
49 return _limit == 0U;
50 }
51
52 template<class IndexType>
53 forceinline unsigned int

Callers 7

setupMethod · 0.45
compact.hppFile · 0.45
postMethod · 0.45
rescheduleMethod · 0.45
propagateMethod · 0.45
adviseMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected