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

Method bits

examples/hamming.cpp:67–67  ·  view source on GitHub ↗

Return number of bits

Source from the content-addressed store, hash-verified

65
66 /// Return number of bits
67 unsigned int bits(void) const { return _bits.value(); }
68 /// Return minimum distance
69 unsigned int distance(void) const { return _distance.value(); }
70 /// Return number of symbols

Callers 1

HammingMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected