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

Method word

examples/scowl.hpp:13610–13613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13608 return (l > max_len) ? 0 : n_words[l];
13609}
13610inline const char*
13611Dictionary::word(int l, int i) const {
13612 return s_words[l]+i*(l+1);
13613}
13614template<class Char, class Traits>
13615std::basic_ostream<Char,Traits>&
13616Dictionary::print(std::basic_ostream<Char,Traits>& os) const {

Callers 2

WordSquareMethod · 0.80
CrosswordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected