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

Method len

examples/scowl.hpp:13598–13601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13596}
13597
13598inline int
13599Dictionary::len(void) const {
13600 return max_len;
13601}
13602inline int
13603Dictionary::words(void) const {
13604 return n_all_words;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected