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

Method size

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

Source from the content-addressed store, hash-verified

57
58 template<class IndexType>
59 forceinline unsigned int
60 BitSet<IndexType>::size(void) const {
61 return words();
62 }
63
64 template<class IndexType>
65 forceinline unsigned int

Callers 15

assigned_valMethod · 0.45
propagateMethod · 0.45
ExecStatus post_intFunction · 0.45
costMethod · 0.45
scanFunction · 0.45
postMethod · 0.45
propagateMethod · 0.45
layered-graph.hppFile · 0.45
initializeMethod · 0.45
adviseMethod · 0.45
postMethod · 0.45
setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected