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

Method size

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

Return number of symbols

Source from the content-addressed store, hash-verified

69 unsigned int distance(void) const { return _distance.value(); }
70 /// Return number of symbols
71 unsigned int size(void) const { return _size.value(); }
72
73};
74

Callers 2

HammingMethod · 0.45
printMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected