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

Method bits

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

Source from the content-addressed store, hash-verified

244
245 template<class IndexType>
246 forceinline unsigned long long int
247 BitSet<IndexType>::bits(void) const {
248 return (static_cast<unsigned long long int>(_limit) *
249 static_cast<unsigned long long int>(BitSetData::bpb));
250 }
251
252}}}
253

Callers 2

fullMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected