Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13598
inline int
13599
Dictionary::len(void) const {
13600
return max_len;
13601
}
13602
inline int
13603
Dictionary::words(void) const {
13604
return n_all_words;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected